I'm using Kubuntu with sddm login screen. Currently, the monitor icc profile loads after login. I've tried "Install System Wide" in the colord system setting, but that appears to only make the profile available for use by other users. How can I apply the icc profile to the login screen?
If you're still using X11, as I am, you can try the following:
icc
file to a path without any spaces.Decide on a terminal command that will load the
icc
file. There are several options. This is the one I chose:Add the command to load the icc profile to
/usr/share/sddm/scripts/Xsetup
. This file may be overwritten when the system is updated.or ... create your own startup script, and add the following to
/etc/sddm.conf
.References