Alright, check your service:
systemctl status colors
× colord.service - Manage, Install and Generate Color Profiles
Loaded: loaded (/usr/lib/systemd/system/colord.service; static)
Active: failed (Result: exit-code) since Tue 2024-06-04 16:37:04 UTC; 4min 43s ago
Process: 3285 ExecStart=/usr/libexec/colord (code=exited, status=1/FAILURE)
Main PID: 3285 (code=exited, status=1/FAILURE)
Jun 04 16:37:04 leafpad systemd[1]: Starting colord.service...
Jun 04 16:37:04 leafpad colord[3285]: CdMain: failed to load mapping database: Can't open database: unable to open database file
Jun 04 16:37:04 leafpad systemd[1]: colord.service: Main process exited, code=exited, status=1/FAILURE
Jun 04 16:37:04 leafpad systemd[1]: colord.service: Failed with result 'exit-code'.
Jun 04 16:37:04 leafpad systemd[1]: Failed to start colord.service.
You have to apply for this permissions:
sudo chown -R colord:colord /var/lib/colord
Restart the service:
sudo systemctl restart colord.service
sudo systemctl status colord.service
colord.service - Manage, Install and Generate Color Profiles
Loaded: loaded (/usr/lib/systemd/system/colord.service; static)
Active: active (running) since Tue 2024-06-04 16:48:53 UTC; 2s ago
Main PID: 4983 (colord)
Tasks: 5 (limit: 18703)
Memory: 4.1M ()
CGroup: /system.slice/colord.service
└─4983 /usr/libexec/colord
Jun 04 16:48:53 leafpad systemd[1]: Starting colord.service...
Jun 04 16:48:53 leafpad systemd[1]: Started colord.service.
This needs to be fixed, Colord.service does not start · Issue #3126 · clearlinux/distribution · GitHub