GNOME Bugzilla – Bug 753155
orientation: Screen lock is ignored
Last modified: 2015-08-03 08:36:55 UTC
Created attachment 308636 [details] [review] Change the read/connect flow for changed:: signal Screen lock is currently not handled by the orientation plugin as it does not receive any changed:: notification. This is caused by not reading the variable after connecting the signal as listed in the documentation: https://bugzilla.gnome.org/show_bug.cgi?id=750257 Attached patch reorders the execution flow and finally respects screen rotation lock on my Dell Venue 11 Pro tablet.
Created attachment 308653 [details] [review] orientation: Fix screen lock not getting applied Read value after connecting to changed:: signal, as it's a requirement for the signal to be emitted at all. See https://bugzilla.gnome.org/show_bug.cgi?id=750257 for details.
Attachment 308653 [details] pushed as 5541081 - orientation: Fix screen lock not getting applied