all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Langlois <pierre.langlois@gmx.com>
To: 37911@debbugs.gnu.org
Subject: bug#37911: Cannot build a system with colord-service.
Date: Thu, 24 Oct 2019 21:59:38 +0100	[thread overview]
Message-ID: <87ftjhyi4l.fsf@gmx.com> (raw)
In-Reply-To: <87h83xyijg.fsf@gmx.com>


Pierre Langlois writes:

> (use-modules
>   (gnu bootloader grub)
>   (gnu bootloader)
>   (gnu services desktop)
>   (gnu system file-systems))
>
> (operating-system
>   (host-name "hello")
>   (bootloader (bootloader-configuration
>                 (bootloader grub-efi-bootloader)
>                 (target "/boot/efi")))
>   (file-systems (cons*
>                   (file-system
>                     (device (file-system-label "guix"))
>                     (mount-point "/")
>                     (type "ext4"))
>                   (file-system
>                     (device "/dev/nvme0n1p1")
>                     (mount-point "/boot/efi")
>                     (type "vfat"))
>                   (file-system
>                     (device (file-system-label "data"))
>                     (mount-point "/home")
>                     (type "ext4"))
>                   %fuse-control-file-system
>                   %base-file-systems))
>   (timezone "Europe/London")
>   (locale "en_GB.UTF-8")
>   (users (cons* (user-account
>                   (name "pierre")
>                   (uid 1000)
>                   (group "users"))
>                 %base-user-accounts))
>   (services (cons*
>               (colord-service)
>               %desktop-services)))

Oh, I just realized (colord-service) is in %desktop-services
already... ooops my bad!

In gnome's settings it tells me that there are no devices that can be
colour managed, I had assumed that was because colord was missing from
the config but that's probably not it. Is it working for other people?
If so it's probably just my hardware (ThinkPad x220).

Sorry for the noise!

Pierre

  reply	other threads:[~2019-10-24 21:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 20:45 bug#37911: Cannot build a system with colord-service Pierre Langlois
2019-10-24 20:50 ` Pierre Langlois
2019-10-24 20:59   ` Pierre Langlois [this message]
2019-10-24 21:19     ` Jack Hill
2019-10-25 21:05       ` Ludovic Courtès
2019-11-01 23:17         ` bug#37843: " Ludovic Courtès
2019-11-02 14:11           ` Pierre Langlois
2019-11-04 17:20             ` Ludovic Courtès
2019-11-02 14:14           ` Jack Hill
2019-10-24 20:51 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

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=87ftjhyi4l.fsf@gmx.com \
    --to=pierre.langlois@gmx.com \
    --cc=37911@debbugs.gnu.org \
    /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.