unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: Andy Wingo <wingo@igalia.com>, guix-devel@gnu.org
Subject: Re: Services and packages in GuixSD
Date: Wed, 12 Aug 2015 09:13:39 +0800	[thread overview]
Message-ID: <87egj9mhq4.fsf@gmail.com> (raw)
In-Reply-To: <87lhdkpfeu.fsf@igalia.com>

Andy Wingo <wingo@igalia.com> writes:

> Hi,
>
> There are a few services whose behavior depends on the set of installed
> packages or services, or which should depend on those sets.  For example
> with %desktop-services specified, udev should be adding rules for upower
> and colord, AFAIU.  Likewise for dbus: it would be nice if the set of
> selected packages and services were grovelled for dbus files.
>
> For example this is my current services definition:
>
> [...]
>
> I can't switch to use %base-services or %desktop-services because of the
> udev-service and dbus-service configurations.  That's the bug I'm trying
> to solve here.
>
> Would it be possible to allow services to grovel the set of installed
> packages and services to "finalize" their configuration?  We might have
> to take care to avoid service configuration depending on service
> configuration, but I reckon that's possible to take into account.
IIUC, the packages in profile need to be known by those services.
I think two ways can do this:
1. Build a configuration file for the service with packages listed explicitly.
2. Use a configuration file for the service with respect to profile.

Currently, most services go for 1 (eg: dbus, udev). And I don't know a
clear way to pass packages field to the monadic service procedure.

I did use 2 for slim, by using '/run/current-system/profile/share/xsessions'
in its configuration file.

How about go with 2 for dbus-service too?
By using '/run/current-system/profile/share/dbus-1/system-services' in
its configuration file.

  reply	other threads:[~2015-08-12  1:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-09 16:58 Services and packages in GuixSD Andy Wingo
2015-08-12  1:13 ` 宋文武 [this message]
2015-08-12  7:57   ` Andy Wingo
2015-08-25 20:36     ` Ludovic Courtès
2015-08-26  7:15       ` Andy Wingo
2015-08-26 10:54         ` Ludovic Courtès
2015-08-26 11:06           ` Andy Wingo
2015-08-28  9:08             ` Ludovic Courtès
2015-08-25 20:36     ` Ludovic Courtès
2015-08-25 13:45 ` 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87egj9mhq4.fsf@gmail.com \
    --to=iyzsong@gmail.com \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).