Hi !
I am trying the same question a few month later,
We need to utilize color profiles on our Rocky Linux 9.3 installation. However, since there are multiple users on the workstation, I’m looking for a way to enable color profiles for all users and specify which profile to use through the native color profile tool in the settings. I’ve tried searching for a command-line solution, and I considered using tools like gconf or gsettings, but I couldn’t find the associated key.
Any assistance would be greatly appreciated!
Thank you
I needed to copy the icc profile to /usr/share/color/icc/colord/
Identify the display ID with colormgr get-devices
Once the ICC profile was in the colord directory, I was able to get the object path with colormgr get-profiles
then make it load by default using colormgr device-add-profile [Monitor ID] [Profile ID] colormgr device-make-profile-default [Monitor ID] [Profile ID]