[Bug report] Colord permissions issue
Colord package has a permission issue, as the binary can't write to /var/lib/colord/
When trying to run colord with colord-runit scripts, it fails with the error:
CdMain: failed to load mapping database: Can't open database: unable to open database file
When trying to run it manually with --verbose, the error becomes
CdMain: failed to load mapping database: Error creating directory /var/lib/colord: Permission denied
So colord does not have the appropriate permissions: if the folder is manually created (with the right permissions), the problem disappears.
See also Colord: mapping.db not found