GNOME Bugzilla – Bug 695818
Disable color management support on !X
Last modified: 2013-03-17 17:55:55 UTC
The color management support uses X root window properties, and direct Xlib calls. For now, simply disable this code if we are not using X11.
Created attachment 238840 [details] [review] Disable color management support on !X
Review of attachment 238840 [details] [review]: I guess this has to do with Wayland compatibility. Shouldn't we disable the X includes in eog-window.c as well then? There's probably no equivalent functionality in Wayland yet?
(In reply to comment #2) > Review of attachment 238840 [details] [review]: > > I guess this has to do with Wayland compatibility. Shouldn't we disable the X > includes in eog-window.c as well then? Sure, I've done that now > There's probably no equivalent functionality in Wayland yet? Indeed, see https://live.gnome.org/Wayland/Gaps#Color_management
Attachment 238840 [details] pushed as a0cd679 - Disable color management support on !X