/usr/share/glib-2.0/schemas/org.gnome.Maps.gschema.xml is in gnome-maps 3.18.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <schemalist gettext-domain="gnome-maps">
<schema id="org.gnome.Maps" path="/org/gnome/maps/">
<key name="window-size" type="ai">
<default>[768, 600]</default>
<summary>Window size</summary>
<description>Window size (width and height).</description>
</key>
<key name="window-position" type="ai">
<default>[]</default>
<summary>Window position</summary>
<description>Window position (X and Y).</description>
</key>
<key name="window-maximized" type="b">
<default>true</default>
<summary>Window maximized</summary>
<description>Window maximization state</description>
</key>
<key name="max-search-results" type="i">
<default>100</default>
<summary>Maximum number of search results</summary>
<description>Maximum number of search results from geocode search.</description>
</key>
<key name="recent-places-limit" type="i">
<default>50</default>
<summary>Number of recent places to store</summary>
<description>Number of recently visited places to store.</description>
</key>
<key name="recent-routes-limit" type="i">
<default>5</default>
<summary>Number of recent routes to store</summary>
<description>Number of recently visited routes to store.</description>
</key>
<key name="checkin-facebook-privacy" type="s">
<default>"EVERYONE"</default>
<summary>Facebook check-in privacy setting</summary>
<description>Latest used Facebook check-in privacy setting. Possible values are: EVERYONE, FRIENDS_OF_FRIENDS, ALL_FRIENDS or SELF.</description>
</key>
<key name="checkin-foursquare-privacy" type="s">
<default>"public"</default>
<summary>Foursquare check-in privacy setting</summary>
<description>Latest used Foursquare check-in privacy setting. Possible values are: public, followers or private.</description>
</key>
<key name="checkin-foursquare-broadcast-facebook" type="b">
<default>false</default>
<summary>Foursquare check-in Facebook broadcasting</summary>
<description>Indicates if Foursquare should broadcast the check-in as a post in the Facebook account associated with the Foursquare account.</description>
</key>
<key name="checkin-foursquare-broadcast-twitter" type="b">
<default>false</default>
<summary>Foursquare check-in Twitter broadcasting</summary>
<description>Indicates if Foursquare should broadcast the check-in as a tweet in the Twitter account associated with the Foursquare account.</description>
</key>
</schema>
</schemalist>
|