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 739412 - Move peripherals gsettings to gsettings-desktop-schemas
Move peripherals gsettings to gsettings-desktop-schemas
Status: RESOLVED OBSOLETE
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2014-10-30 15:11 UTC by Carlos Garnacho
Modified: 2017-02-14 16:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
data: Remove peripherals' gettings schemas (17.90 KB, patch)
2014-10-30 15:12 UTC, Carlos Garnacho
none Details | Review
wacom: Use enums from gsettings-desktop-schemas (24.16 KB, patch)
2014-10-30 15:12 UTC, Carlos Garnacho
none Details | Review
smartcard: Use gsettings-desktop-schemas enums (2.18 KB, patch)
2014-10-30 15:12 UTC, Carlos Garnacho
none Details | Review
keyboard: Use gsettings-desktop-schemas enums (4.50 KB, patch)
2014-10-30 15:12 UTC, Carlos Garnacho
none Details | Review
mouse: Use gsettings-desktop-schemas enums (3.99 KB, patch)
2014-10-30 15:13 UTC, Carlos Garnacho
none Details | Review

Description Carlos Garnacho 2014-10-30 15:11:24 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
Comment 1 Carlos Garnacho 2014-10-30 15:12:43 UTC
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.
Comment 2 Carlos Garnacho 2014-10-30 15:12:48 UTC
Created attachment 289680 [details] [review]
wacom: Use enums from gsettings-desktop-schemas

Instead of g-s-d specific enums
Comment 3 Carlos Garnacho 2014-10-30 15:12:52 UTC
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.
Comment 4 Carlos Garnacho 2014-10-30 15:12:57 UTC
Created attachment 289682 [details] [review]
keyboard: Use gsettings-desktop-schemas enums
Comment 5 Carlos Garnacho 2014-10-30 15:13:02 UTC
Created attachment 289683 [details] [review]
mouse: Use gsettings-desktop-schemas enums