- Package:
- gnome-control-center
- Source:
- gnome-control-center
- Description:
- utilities to configure the GNOME desktop
- Submitter:
- Age Bosma
- Date:
- 2025-06-19 17:57:02 UTC
- Severity:
- normal
This issue applies to many past versions of gnome-control-center as well, but I just ran into it again. The colour calibration functionality gnome-control-center will happily start the lengthy process of colour testing, only the fail at the end with the error: "Tools required for calibration are not installed" This without specifying which tools exactly. Installing the argyll package solves the issue. It would therefore be good to have this package included as a dependency.
Hi,
But its git repo is a bit confusing, should I patch it to 3.38.4-1
in unstable or more updated version 3.38.6-1 in repo?
From 9eaa7e05e3279637667b5aad6cc2555906c6ae6a Mon Sep 17 00:00:00 2001
From: Hideki Yamane <henrich@debian.org>
Date: Mon, 14 Jun 2021 21:38:24 +0900
Subject: [PATCH] Add Recommends: argyll to provide color management feature (Closes: #989554)
---
debian/control.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control.in b/debian/control.in
index 7c106ecb3..4e02f278a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -92,6 +92,7 @@ Recommends: cups-pk-helper,
libnss-myhostname,
cracklib-runtime,
pulseaudio-module-bluetooth,
+ argyll,
realmd
Suggests: gnome-software | gnome-packagekit,
gstreamer1.0-pulseaudio,
--
2.32.0
Control: severity -1 normal I can see that this is annoying, but I don't think it's release-critical. Many users of gnome-control-center use it sucessfully without ever having carried out colour calibration. normal severity, or maybe important, seems more proportionate. There is already an upstream issue report at https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1194 saying that the check for argyll should happen before the slow process of colour testing. If you want to contribute an implementation of that, I'm sure the upstream developers would appreciate the help. Recommends is for "packages that would be found together with this one in all but unusual installations". Does that really apply here, or would a Suggests be more appropriate? argyll has an installed size of around 100M, which is a significant fraction of the size of the GNOME desktop environment, so I don't think we necessarily want to be pulling it in by default. If you are making changes targeted at GNOME 40 (currently in experimental due to the freeze, but will go to unstable after Debian 11 is released) then the debian/master branch is correct. If this is release-critical for Debian 11 (which I don't think it is, but perhaps other GNOME team members disagree), then the debian/unstable branch (which I've just updated) is the correct starting point for preparing an update for testing/unstable. Thanks, smcv
Hello, This issue still somehow exists. On my machine, the calibration process failed at the really begining without a clear error of what was missing Installing colord-sensor-argyll solved the issue for me. IMVHO this package should be a recommends or a suggests Kind regards, Laurent Bigonville