mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
services: desktop: Remove 'xfce-desktop-service' procedure.
* gnu/services/desktop.scm (xfce-desktop-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
74c188ecc7
commit
6586c114e9
1 changed files with 1 additions and 10 deletions
|
@ -1486,16 +1486,7 @@ (define xfce-desktop-service-type
|
|||
(default-value (xfce-desktop-configuration))
|
||||
(description "Run the Xfce desktop environment.")))
|
||||
|
||||
(define-deprecated (xfce-desktop-service #:key (config
|
||||
(xfce-desktop-configuration)))
|
||||
xfce-desktop-service-type
|
||||
"Return a service that adds the @code{xfce} package to the system profile,
|
||||
and extends polkit with the ability for @code{thunar} to manipulate the file
|
||||
system as root from within a user session, after the user has authenticated
|
||||
with the administrator's password."
|
||||
(service xfce-desktop-service-type config))
|
||||
|
||||
+
|
||||
|
||||
;;;
|
||||
;;; Lxqt desktop service.
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue