summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 16:20:47 -0400
committerJoey Hess2017-07-05 16:20:47 -0400
commit1428b1f276a65a3a3c5a881905458df8fe0e6f62 (patch)
treebeb6df2ecd062e88633e4a38c6ed65823671627d /src/Propellor
parent9690f888ac37e9714a6d2e23f6bedd4ec9369328 (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/XFCE.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/XFCE.hs b/src/Propellor/Property/XFCE.hs
index e75946a5..4f3a152a 100644
--- a/src/Propellor/Property/XFCE.hs
+++ b/src/Propellor/Property/XFCE.hs
@@ -8,11 +8,13 @@ import qualified Propellor.Property.User as User
installed :: Property DebianLike
installed = Apt.installed ["task-xfce-desktop"]
+ `describe` "XFCE desktop installed"
-- | Minimal install of XFCE, with a terminal emulator and panel,
-- and X, but not any of the extras.
installedMin :: Property DebianLike
installedMin = Apt.installedMin ["xfce4", "xfce4-terminal", "task-desktop"]
+ `describe` "minimal XFCE desktop installed"
-- | Normally at first login, XFCE asks what kind of panel the user wants.
-- This enables the default configuration noninteractively.