mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
services: desktop: Remove 'gnome-desktop-service' procedure.
* gnu/services/desktop.scm (gnome-desktop-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d442b77596
commit
21e8a10852
1 changed files with 4 additions and 9 deletions
|
@ -1423,15 +1423,10 @@ (define gnome-desktop-service-type
|
||||||
(default-value (gnome-desktop-configuration))
|
(default-value (gnome-desktop-configuration))
|
||||||
(description "Run the GNOME desktop environment.")))
|
(description "Run the GNOME desktop environment.")))
|
||||||
|
|
||||||
(define-deprecated (gnome-desktop-service #:key (config
|
|
||||||
(gnome-desktop-configuration)))
|
;;;
|
||||||
gnome-desktop-service-type
|
;;; MATE Desktop service.
|
||||||
"Return a service that adds the @code{gnome} package to the system profile,
|
;;; TODO: Add mate-screensaver.
|
||||||
and extends polkit with the actions from @code{gnome-settings-daemon}."
|
|
||||||
(service gnome-desktop-service-type config))
|
|
||||||
|
|
||||||
;; MATE Desktop service.
|
|
||||||
;; TODO: Add mate-screensaver.
|
|
||||||
|
|
||||||
(define-record-type* <mate-desktop-configuration> mate-desktop-configuration
|
(define-record-type* <mate-desktop-configuration> mate-desktop-configuration
|
||||||
make-mate-desktop-configuration
|
make-mate-desktop-configuration
|
||||||
|
|
Loading…
Reference in a new issue