GNOME Bugzilla – Bug 642034
Use magnifier schemas from gsettings-desktop-schemas
Last modified: 2013-12-04 18:03:28 UTC
Created attachment 180591 [details] [review] Patch Use magnifier schemas from gsettings-desktop-schemas so that they can be shared between Shell and the Universal Access settings panel.
Review of attachment 180591 [details] [review]: Looks fine to me as far as I can tell.
Review of attachment 180591 [details] [review]: I haven't actually tested it, but I doubt that you got the new schema name wrong ... Looks good, though it would be nice to add a body to the commit message. ::: configure.ac @@ +105,3 @@ PKG_CHECK_MODULES(GVC, libpulse libpulse-mainloop-glib gobject-2.0) PKG_CHECK_MODULES(JS_TEST, clutter-x11-1.0 gjs-1.0 gobject-introspection-1.0 gtk+-3.0) +PKG_CHECK_MODULES(DESKTOP_SCHEMAS, gsettings-desktop-schemas >= 0.1.7) We effectively depend on gsettings-desktop-schemas already, so it might be a good idea to split this out in a separate patch and push it before the a11y one.
Pushed as cd56de8 - Move magnifier schemas to gsettings-desktop-schemas.