GNOME Bugzilla – Bug 739412
Move peripherals gsettings to gsettings-desktop-schemas
Last modified: 2017-02-14 16:32:52 UTC
I'm attaching a few patches to keep g-s-d in sync after the patch from bug #739411 is applied. The first patch removes the schemas and would be essential, the other patches are a slight cleanup so g-s-d uses gdesktop-enums.h
Created attachment 289679 [details] [review] data: Remove peripherals' gettings schemas These have been moved to gsettings-desktop-schemas, a more generic place if configuration settings are going to be looked by mutter too.
Created attachment 289680 [details] [review] wacom: Use enums from gsettings-desktop-schemas Instead of g-s-d specific enums
Created attachment 289681 [details] [review] smartcard: Use gsettings-desktop-schemas enums And use enums at all... it was previously attempting to access the enum key as a string, considered a programming error by GSettings API.
Created attachment 289682 [details] [review] keyboard: Use gsettings-desktop-schemas enums
Created attachment 289683 [details] [review] mouse: Use gsettings-desktop-schemas enums