GNOME Bugzilla – Bug 703189
screen sharing, inconsistent switches
Last modified: 2013-06-28 14:55:29 UTC
settings->sharing->screen sharing the second switch (remote control) is enabled regardless the first one. it should be enabled (sensitive) only when the first one is ON.
Created attachment 247904 [details] [review] proposed patch
Created attachment 247981 [details] [review] sharing: avoid conflicts with the sensitivity of the remote control options The main issue is that the GSettings bindings and the "Remote Control" switch are both attempting to change the sensitivity of the other switches. This patch addresses this by allowing the "Remote Control" switch to set the sensitivity on the container of the switches.
Attachment 247981 [details] pushed as f68f8e2 - sharing: avoid conflicts with the sensitivity of the remote control options