all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong@member.fsf.org (宋文武)
To: Andy Wingo <wingo@igalia.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] Add GNOME and XFCE desktop services.
Date: Thu, 25 Feb 2016 10:40:46 +0800	[thread overview]
Message-ID: <87lh69qzpt.fsf@member.fsf.org> (raw)
In-Reply-To: <8737sh92n9.fsf@pobox.com> (Andy Wingo's message of "Wed, 24 Feb 2016 23:14:50 +0100")

Andy Wingo <wingo@igalia.com> writes:

> […]
>
> From 0d3b2b47b9742a5b381cd3e89b12f00951b557e9 Mon Sep 17 00:00:00 2001
> From: Andy Wingo <wingo@igalia.com>
> 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	other threads:[~2016-02-25  2:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24 22:14 [PATCH] Add GNOME and XFCE desktop services Andy Wingo
2016-02-25  2:40 ` 宋文武 [this message]
2016-02-25  7:52   ` Andy Wingo
2016-02-25 18:46     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lh69qzpt.fsf@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=guix-devel@gnu.org \
    --cc=wingo@igalia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.