GNOME Bugzilla – Bug 766553
The color plugin creates devices for fake VNC devices
Last modified: 2016-05-17 13:26:05 UTC
This causes an authentication prompt when the VNC session is not active, but regardless of that, color managed VNC fake devices do not make any sense.
Created attachment 328046 [details] [review] fix
Review of attachment 328046 [details] [review]: ::: plugins/color/gsd-color-state.c @@ +982,3 @@ + /* VNC creates a fake device that cannot be color managed */ + if (g_str_has_prefix (gnome_rr_output_get_name (output), "VNC-")) { + g_debug ("ignoring as fake VNC device detected"); A couple of things: - show the output name in the debug - ensure that the output name is non-NULL Looks fine otherwise. Have you tested this?
(In reply to Bastien Nocera from comment #2) > A couple of things: > - show the output name in the debug Done. > - ensure that the output name is non-NULL Done, good catch. > Looks fine otherwise. Have you tested this? In Fedora yes, in RHEL soon.