/usr/share/glib-2.0/schemas/org.mate.weather.gschema.xml is in libmateweather-common 1.6.2-2.
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="libmateweather">
<enum id="org.mate.weather.TemperatureUnit">
<value value="0" nick="Invalid"/>
<value value="1" nick="Default"/>
<value value="2" nick="Kelvin"/>
<value value="3" nick="Centigrade"/>
<value value="4" nick="Fahrenheit"/>
</enum>
<enum id="org.mate.weather.SpeedUnit">
<value value="0" nick="Invalid"/>
<value value="1" nick="Default"/>
<value value="2" nick="m/s"/>
<value value="3" nick="km/h"/>
<value value="4" nick="mph"/>
<value value="5" nick="knots"/>
<value value="6" nick="Beaufort scale"/>
</enum>
<enum id="org.mate.weather.PressureUnit">
<value value="0" nick="Invalid"/>
<value value="1" nick="Default"/>
<value value="2" nick="kPa"/>
<value value="3" nick="hPa"/>
<value value="4" nick="mb"/>
<value value="5" nick="mmHg"/>
<value value="6" nick="inHg"/>
<value value="7" nick="atm"/>
</enum>
<enum id="org.mate.weather.DistanceUnit">
<value value="0" nick="Invalid"/>
<value value="1" nick="Default"/>
<value value="2" nick="meters"/>
<value value="3" nick="km"/>
<value value="4" nick="miles"/>
</enum>
<schema id="org.mate.weather">
<key type="b" name="show-notifications">
<default>false</default>
<summary>Show notifications</summary>
<description>Determines whether the applet shows a notification on each update.</description>
</key>
<key type="b" name="auto-update">
<default>true</default>
<summary>Update the data automatically</summary>
<description>Determines whether the applet automatically updates its weather statistics or not.</description>
</key>
<key type="i" name="auto-update-interval">
<default>1800</default>
<summary>Update interval</summary>
<description>The interval, in seconds, between automatic updates.</description>
</key>
<key type="b" name="enable-metric">
<default>false</default>
<summary>Use metric units</summary>
<description>Use metric units instead of english units.</description>
</key>
<key name="distance-unit" enum="org.mate.weather.DistanceUnit">
<default l10n="messages">'miles'</default>
<summary>Distance unit</summary>
<description>The unit to use for visibility. Values: 'meters', 'km' ,'miles'.</description>
</key>
<key name="pressure-unit" enum="org.mate.weather.PressureUnit">
<default l10n="messages">'inHg'</default>
<summary>Pressure unit</summary>
<description>The unit to use for pressure. Values: 'kPa', 'hPa', 'mb', 'mmHg', 'inHg, 'atm'.</description>
</key>
<key name="speed-unit" enum="org.mate.weather.SpeedUnit">
<default l10n="messages">'knots'</default>
<summary>Speed unit</summary>
<description>The unit to use for wind speed. Values: 'm/s', 'km/h, 'mph', 'knots', 'Beaufort scale'.</description>
</key>
<key name="temperature-unit" enum="org.mate.weather.TemperatureUnit">
<default l10n="messages">'Fahrenheit'</default>
<summary>Temperature unit</summary>
<description>The unit to use for temperature. Values: 'Kelvin', 'Centigrade', 'Fahrenheit'.</description>
</key>
<key type="b" name="enable-detailed-forecast">
<default>false</default>
<summary>Not used anymore</summary>
</key>
<key type="b" name="enable-radar-map">
<default>false</default>
<summary>Display radar map</summary>
<description>Fetch a radar map on each update.</description>
</key>
<key type="s" name="location0">
<default l10n="messages">'DEFAULT_LOCATION'</default>
<summary>Weather location information</summary>
<description>Weather location information.</description>
</key>
<key type="s" name="location1">
<default l10n="messages">'DEFAULT_CODE'</default>
<summary>Nearby city</summary>
<description>Nearby major zone, such as a capital city, as found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in</description>
</key>
<key type="s" name="location2">
<default l10n="messages">'DEFAULT_ZONE'</default>
<summary>Zone location</summary>
<description>A unique zone for the city, as found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in</description>
</key>
<key type="s" name="location3">
<default l10n="messages">'DEFAULT_RADAR'</default>
<summary>Radar location</summary>
<description>A three-digit-long code for retrieving radar maps from weather.com, found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in</description>
</key>
<key type="s" name="location4">
<default l10n="messages">'DEFAULT_LOCATION'</default>
<summary>Weather for a city</summary>
<description>The city that mateweather displays information for.</description>
</key>
<key type="s" name="coordinates">
<default l10n="messages">'DEFAULT_COORDINATES'</default>
<summary>Location coordinates</summary>
<description>Latitude and longitude of your location expressed in DD-MM-SS[NS] DD-MM-SS[EW].</description>
</key>
<key type="b" name="use-custom-radar-url">
<default>false</default>
<summary>Use custom url for the radar map</summary>
<description>If true, then retrieve a radar map from a location specified by the "radar" key.</description>
</key>
<key type="s" name="radar">
<default>''</default>
<summary>Url for the radar map</summary>
<description>The custom url from where to retrieve a radar map.</description>
</key>
</schema>
</schemalist>
|