-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DisplayCAL GUI fails to install a new display profile via xiccd. #8
Comments
Ok, I'll take a look. Could you try to restart xiccd without rebooting? It will clearly indicate if it really is a xiccd problem. |
I'll try to restart xiccd without rebooting and check if there is the new profile in colord when I create a new display profile and install it in DisplayCAL. I'll probably create a new display profile on September 1st. |
I just confirmed that the ICC display profile installed by DisplayCAL GUI appears after restarting xiccd. Also, it seems that |
Keep in mind that dispcalgui also installs it's own profile loading agent, which might cause race conditions if other profile loading agents are present: /etc/xdg/autostart/z-displaycal-apply-profiles.desktop |
I'm using XFCE with xiccd.
When DisplayCAL tries to install a new display profile after profiling, I see an error message.
The profile appears in colord after a reboot. It may also appear after loggging out and logging in, but I haven't tested.
After the profile appears, if I try to install the profile, I see the following error message.
If I type
colormgr get-profiles
, I see a device IDxrandr-TLED24HDTV-16843009
. It seems the device id specified in the display profile made by DisplayCAL sticks to https://github.com/hughsie/colord/blob/master/doc/device-and-profile-naming-spec.txt.Since xiccd seems responsible for registrating display devices with their IDs to colord, this issue could belong to xiccd.
I don't know if the issue resides in xiccd or colord. Could you have a look at this issue?
The text was updated successfully, but these errors were encountered: