/usr/share/glib-2.0/schemas/org.gnome.maps.gschema.xml is in gnome-maps 3.14.3.1-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-maps">
<schema path="/org/gnome/maps/" id="org.gnome.maps">
<key type="ai" name="window-size">
<default>[768, 600]</default>
<summary>Window size</summary>
<description>Window size (width and height).</description>
</key>
<key type="ai" name="window-position">
<default>[]</default>
<summary>Window position</summary>
<description>Window position (X and Y).</description>
</key>
<key type="b" name="window-maximized">
<default>true</default>
<summary>Window maximized</summary>
<description>Window maximization state</description>
</key>
<key type="ad" name="last-location">
<default>[40.71455, -74.007118, 1000.0]</default>
<summary>Last known location and accuracy</summary>
<description>Last known location (latitude and longitude in degrees) and accuracy (in meters).</description>
</key>
<key type="s" name="last-location-description">
<default>"New York City, New York, USA"</default>
<summary>Description of last known location</summary>
<description>Description of last known location of user.</description>
</key>
<key type="i" name="max-search-results">
<default>100</default>
<summary>Maximum number of search results</summary>
<description>Maximum number of search results from geocode search.</description>
</key>
<key type="b" name="last-location-user-set">
<default>false</default>
<summary>User set last known location</summary>
<description>Whether the last known location was set manually by the user.</description>
</key>
<key type="i" name="recent-places-limit">
<default>50</default>
<summary>Number of recent places to store</summary>
<description>Number of recently visited places to store.</description>
</key>
</schema>
</schemalist>
|