This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.clocks.gschema.xml is in gnome-clocks 3.22.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<schemalist gettext-domain="gnome-clocks">
  <schema id="org.gnome.clocks" path="/org/gnome/clocks/">
    <key name="world-clocks" type="aa{sv}">
      <default>[]</default>
      <summary>Configured world clocks</summary>
      <description>
        List of world clocks to show.
      </description>
    </key>
    <key name="alarms" type="aa{sv}">
      <default>[]</default>
      <summary>Configured alarms</summary>
      <description>
        List of alarms set.
      </description>
    </key>
    <key name="timer" type="u">
      <default>300</default>
      <summary>Timer</summary>
      <description>
        Configured timer duration in seconds.
      </description>
    </key>
    <key name="geolocation" type="b">
      <default>true</default>
      <summary>Geolocation support</summary>
      <description>
        Turn geolocation support on and off.
      </description>
    </key>
  </schema>
  <enum id="org.gnome.clocks.panelid">
    <value nick="world" value="0"/>
    <value nick="alarm" value="1"/>
    <value nick="stopwatch" value="2"/>
    <value nick="timer" value="3"/>
  </enum>
  <schema id="org.gnome.clocks.state" path="/org/gnome/clocks/state/">
    <child schema="org.gnome.clocks.state.window" name="window"/>
  </schema>
  <schema id="org.gnome.clocks.state.window" path="/org/gnome/clocks/state/window/">
    <key type="i" name="state">
      <default>0</default>
      <summary>Window state</summary>
      <description>
        State of the window, e.g. maximized.
      </description>
    </key>
    <key type="(ii)" name="size">
      <default>(870, 690)</default>
      <summary>Window width and height</summary>
      <description>
        Width and height of the window.
      </description>
    </key>
    <key enum="org.gnome.clocks.panelid" name="panel-id">
      <default>"world"</default>
      <summary>Panel state</summary>
      <description>
        Current clock panel.
      </description>
    </key>
  </schema>
</schemalist>