/usr/share/glib-2.0/schemas/org.gnome.gnome-panel.applet.clock.gschema.xml is in gnome-panel-data 3.8.1-7.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-panel-3.0">
<schema id="org.gnome.gnome-panel.applet.clock">
<key type="b" name="show-tooltip">
<default>true</default>
<summary>Show date in tooltip</summary>
<description>If true, show date in a tooltip when the pointer is over the clock.</description>
</key>
<key type="b" name="show-weather">
<default>true</default>
<summary>Show weather in clock</summary>
<description>If true, display a weather icon.</description>
</key>
<key type="b" name="show-temperature">
<default>true</default>
<summary>Show temperature in clock</summary>
<description>If true, show the temperature next to the weather icon.</description>
</key>
<key type="b" name="show-weeks">
<default>true</default>
<summary>Show week numbers in calendar</summary>
<description>If true, show week numbers in the calendar.</description>
</key>
<key type="b" name="expand-appointments">
<default>false</default>
<summary>Expand list of appointments</summary>
<description>If true, expand the list of appointments in the calendar window.</description>
</key>
<key type="b" name="expand-birthdays">
<default>false</default>
<summary>Expand list of birthdays</summary>
<description>If true, expand the list of birthdays in the calendar window.</description>
</key>
<key type="b" name="expand-tasks">
<default>false</default>
<summary>Expand list of tasks</summary>
<description>If true, expand the list of tasks in the calendar window.</description>
</key>
<key type="b" name="expand-weather">
<default>false</default>
<summary>Expand list of weather information</summary>
<description>If true, expand the list of weather information in the calendar window.</description>
</key>
<key type="b" name="expand-locations">
<default>false</default>
<summary>Expand list of locations</summary>
<description>If true, expand the list of locations in the calendar window.</description>
</key>
<key type="a(ssm(dd))" name="cities">
<default>[]</default>
<summary>List of locations</summary>
<description>A list of locations to display in the calendar window. Each location is a tuple of display name, METAR code and coordinates.</description>
</key>
</schema>
</schemalist>
|