After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703189 - screen sharing, inconsistent switches
screen sharing, inconsistent switches
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sharing
git master
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-27 13:46 UTC by Jonh Wendell
Modified: 2013-06-28 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (4.36 KB, patch)
2013-06-27 13:47 UTC, Jonh Wendell
none Details | Review
sharing: avoid conflicts with the sensitivity of the remote control options (20.15 KB, patch)
2013-06-28 12:59 UTC, Thomas Wood
committed Details | Review

Description Jonh Wendell 2013-06-27 13:46:01 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.
Comment 1 Jonh Wendell 2013-06-27 13:47:03 UTC
Created attachment 247904 [details] [review]
proposed patch
Comment 2 Thomas Wood 2013-06-28 12:59:00 UTC
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.
Comment 3 Thomas Wood 2013-06-28 14:55:25 UTC
Attachment 247981 [details] pushed as f68f8e2 - sharing: avoid conflicts with the sensitivity of the remote control options