GNU bug report logs - #37911
'ColorManager' D-Bus service (colord) fails to start

Previous Next

Package: guix;

Reported by: Pierre Langlois <pierre.langlois <at> gmx.com>

Date: Thu, 24 Oct 2019 20:46:02 UTC

Severity: important

Merged with 37843

Done: Pierre Langlois <pierre.langlois <at> gmx.com>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 37911 <at> debbugs.gnu.org (full text, mbox):

From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: 37911 <at> debbugs.gnu.org
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>
Subject: Re: bug#37911: Cannot build a system with colord-service.
Date: Thu, 24 Oct 2019 21:59:38 +0100
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




This bug report was last modified 5 years and 195 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.