GNOME Bugzilla – Bug 650193
Port to GSettings
Last modified: 2018-08-29 10:21:15 UTC
Created attachment 187822 [details] [review] first Revove GConf symbols
Created attachment 373422 [details] [review] Convert codebase to UTF-8 (a prerequisite for the second patch)
Created attachment 373423 [details] [review] Port to GSettings I cleaned up the original patch by Pablo a bit, fixed the build and intltool extraction, and added gettext domain to the schemas. I also made the schemas more idiomatic by not using the deprecated `/apps/` namespace and changed type of `zoom method` to enum. Additionally, I removed the GConf migration since gconf keys cannot be easily converted to enums; it should not matter, though, as the settings are only three tiny presentational preferences. Had to convert the source code to UTF-8 for glib-mkenums to work, see the previous patch.
Superseded by https://gitlab.gnome.org/GNOME/buoh/merge_requests/1