From 1428b1f276a65a3a3c5a881905458df8fe0e6f62 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jul 2017 16:20:47 -0400 Subject: propellor spin --- src/Propellor/Property/XFCE.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor') 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. -- cgit v1.2.3