guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add GNOME and XFCE desktop services.


From: 宋文武
Subject: Re: [PATCH] Add GNOME and XFCE desktop services.
Date: Thu, 25 Feb 2016 10:40:46 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Andy Wingo <address@hidden> writes:

> […]
>
> From 0d3b2b47b9742a5b381cd3e89b12f00951b557e9 Mon Sep 17 00:00:00 2001
> From: Andy Wingo <address@hidden>
> Date: Wed, 24 Feb 2016 23:08:58 +0100
> Subject: [PATCH] gnu: services: Add GNOME and XFCE desktop services.
>
> * gnu/services/desktop.scm (<gnome-desktop-configuration>)
> (gnome-desktop-service-type, <xfce-desktop-configuration>)
> (xfce-desktop-service-type): New variables.
> (gnome-desktop-service, xfce-desktop-service): New public variables.
> * gnu/services/desktop.scm (%desktop-services): Add
> gnome-desktop-service and xfce-desktop-service.
> ---
>  gnu/services/desktop.scm | 53 
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 53 insertions(+)
>
> […]
>
> @@ -717,6 +766,10 @@ when they log out."
>    ;; List of services typically useful for a "desktop" use case.
>    (cons* (slim-service)
>  
> +         ;; Polkit permissions for desktops to control brightness, etc.
> +         (gnome-desktop-service)
> +         (xfce-desktop-service)
> +
>           ;; Screen lockers are a pretty useful thing and these are small.
>           (screen-locker-service slock)
>           (screen-locker-service xlockmore "xlock")
It’s confusing, these really are ‘gnome-settings-daemon-service’ and
‘thunar-service’ to enable the polkit rules.  We would expect a
‘gnome-desktop-service’ to bring a full GNOME environment, which can
be done by extend ‘profile-service-type’ with the ‘gnome’ meta-package.
But then the configuable ‘gnome-settings-daemon’ package is duplicate,
roughly speaking we could extracted it from the ‘propagated-inputs’ of
the ‘gnome’ package, which isn’t a straight way…



reply via email to

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