GNOME Bugzilla – Bug 734555
Add location settings
Last modified: 2014-08-10 16:55:47 UTC
See patch. We'll need this for bug#734483.
Created attachment 283008 [details] [review] Add location settings Moving location settings from gnome-shell to here because they will now also be accessed by gnome-control-center.
Review of attachment 283008 [details] [review]: ::: schemas/org.gnome.system.location.gschema.xml.in.in @@ +1,2 @@ +<schemalist gettext-domain="gsettings-desktop-schemas"> + <enum id="org.gnome.system.location.AccuracyLevel"> Nope. You add them to gdesktop-enums.h @@ +10,3 @@ + <schema id="org.gnome.system.location" + path="/org/gnome/system/location/" + gettext-domain="@GETTEXT_PACKAGE@"> Gettext domain shouldn't be needed, it's in the right package.
Created attachment 283012 [details] [review] Add location settings Moving location settings from gnome-shell to here because they will now also be accessed by gnome-control-center.
Review of attachment 283012 [details] [review]: Looks good.
Attachment 283012 [details] pushed as 5f944f9 - Add location settings