guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

150/244: services: desktop: Remove 'xfce-desktop-service' procedure.


From: guix-commits
Subject: 150/244: services: desktop: Remove 'xfce-desktop-service' procedure.
Date: Wed, 12 Apr 2023 08:49:09 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit a1fa23014718a63dca400f5db7800b72024cee28
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Mon Feb 27 00:11:43 2023 +0000

    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>
---
 gnu/services/desktop.scm | 11 +----------
 1 file changed, 1 insertion(+), 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.
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]