diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-02-27 00:11:43 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-07 17:58:33 +0200 |
commit | 6586c114e96585543e70e916902dd38b40d46c96 (patch) | |
tree | 31da527d68232c75ae7f996c8ed53ab72335f1b7 | |
parent | 74c188ecc75df26036a454c2a254bb60c503afa8 (diff) | |
download | guix-6586c114e96585543e70e916902dd38b40d46c96.tar.gz guix-6586c114e96585543e70e916902dd38b40d46c96.zip |
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>
-rw-r--r-- | gnu/services/desktop.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 9ba38c0dba..adea5b38dd 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -1486,16 +1486,7 @@ rules." (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. ;;; |