From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#37911: Cannot build a system with colord-service. Date: Thu, 24 Oct 2019 17:19:52 -0400 (EDT) Message-ID: References: <87imodyisc.fsf@gmx.com> <87h83xyijg.fsf@gmx.com> <87ftjhyi4l.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41100) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNkWZ-0000LO-P1 for bug-guix@gnu.org; Thu, 24 Oct 2019 17:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNkWY-00036z-IU for bug-guix@gnu.org; Thu, 24 Oct 2019 17:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56454) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNkWY-00036u-Fc for bug-guix@gnu.org; Thu, 24 Oct 2019 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNkWY-0004SA-5g for bug-guix@gnu.org; Thu, 24 Oct 2019 17:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftjhyi4l.fsf@gmx.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pierre Langlois Cc: 37911@debbugs.gnu.org On Thu, 24 Oct 2019, Pierre Langlois wrote: > 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). I think it is not able to manage devices because the Argyll CMS dependency [0] is missing in Guix. Unfortunately, it seems to also depend on the discontinued Jam build tool [1], so there is a little bit of work to be done. [0] https://argyllcms.com/ [1] https://www.perforce.com/documentation/jam-documentation I did spot another issue with colord since the recent core-updates merge: https://issues.guix.gnu.org/issue/37843 It seems like it is no longer being started automatically via dbus? Hope that helps, Jack