GNOME Bugzilla – Bug 776543
Trigger pad (o)led changes on mode switches
Last modified: 2017-02-10 23:07:59 UTC
I'm attaching some patches that let mutter/gnome-shell rely on g-s-d to update pad leds and oleds on mode switches. These patches are on top of those in bug #771098, since both involve notification around pad mode switches.
Created attachment 342533 [details] [review] core: Add MetaDisplay::pad-mode-switch signal This signal provides the necessary information to let gnome-shell trigger updates of pad leds/oleds whenever a pad group switches mode, and the actions associated to buttons do too.
Created attachment 342534 [details] [review] windowManager: Use g-s-d wacom dbus helpers to update pad leds/oleds This keeps feedback on the device itself in sync with the overall pad state, a feature we had previously through g-s-d.
Comment on attachment 342533 [details] [review] core: Add MetaDisplay::pad-mode-switch signal Attachment 342533 [details] pushed as 9950b4d - core: Add MetaDisplay::pad-mode-switch signal
Pushed in sync with g-s-d's bug #778472 Attachment 342534 [details] pushed as 0008ef7 - windowManager: Use g-s-d wacom dbus helpers to update pad leds/oleds