GNOME Bugzilla – Bug 792409
power: Don't react to light changes if not at console
Last modified: 2018-01-12 15:07:25 UTC
.
Created attachment 366606 [details] [review] power: Don't react to light changes if not at console As iio-sensor-proxy isn't yet clever enough to only send property changes signals to clients that have claimed a sensor, disconnect the properties-changed signal so we don't attempt to make brightness changes when we're not on the active seat. See https://github.com/hadess/iio-sensor-proxy/issues/210 See https://bugzilla.gnome.org/show_bug.cgi?id=756539 See https://bugzilla.gnome.org/show_bug.cgi?id=773685 See https://bugzilla.gnome.org/show_bug.cgi?id=764896
Created attachment 366608 [details] [review] power: Don't react to light changes if not at console As iio-sensor-proxy isn't yet clever enough to only send property changes signals to clients that have claimed a sensor, disconnect the properties-changed signal so we don't attempt to make brightness changes when we're not on the active seat. See https://github.com/hadess/iio-sensor-proxy/issues/210 See https://bugzilla.gnome.org/show_bug.cgi?id=756539 See https://bugzilla.gnome.org/show_bug.cgi?id=773685 See https://bugzilla.gnome.org/show_bug.cgi?id=764896 See https://bugzilla.redhat.com/show_bug.cgi?id=1322588
Pushed to master. Will be backported all the way to GNOME 3.24 as well. Attachment 366608 [details] pushed as bc732cd - power: Don't react to light changes if not at console