This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.sensors-applet.gschema.xml is in sensors-applet 3.0.0+git5-0.1ubuntu1.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.gnome.sensors-applet">
    <key type="b" name="setup">
      <default>false</default>
      <summary>Configuration in-place and active</summary>
      <description>A flag indicating program has been configured.</description>
    </key>
    <key type="b" name="hide-units">
      <default>false</default>
      <summary>Hide temperature units</summary>
      <description>Hide temperature units.</description>
    </key>
    <key type="i" name="font-size">
      <default>10</default>
      <summary>Size of the sensors text</summary>
      <description>Sensors font size.</description>
    </key>
    <key type="i" name="timeout-delay">
      <default>0</default>
      <summary>Sensors info refresh time</summary>
      <description>How often sensors info is retreived.</description>
    </key>
    <key type="i" name="display-mode">
      <default>0</default>
      <summary>Sensors display mode </summary>
      <description>Icon/label sensors display.</description>
    </key>
    <key type="b" name="display-notifications">
      <default>false</default>
      <summary>Print sensors notifications</summary>
      <description>Prints out notifications about sensors status or alerts.</description>
    </key>
    <key type="i" name="layout-mode">
      <default>0</default>
      <summary>Sensors layout mode</summary>
      <description>Orientation of sensors label in regard to icons.</description>
    </key>
    <key type="i" name="temperature-scale">
      <default>0</default>
      <summary>Temperature scale</summary>
      <description>For temperature related sensors sets the displaying of temperature.</description>
    </key>
    <key type="d" name="graph-size">
      <default>0</default>
      <summary>Graph width</summary>
      <description>Width of the senors graph.</description>
    </key>
    <key type="b" name="libsensors">
      <default>false</default>
      <summary/>
      <description/>
    </key>
    <key type="b" name="hddtemp">
      <default>false</default>
      <summary/>
      <description/>
    </key>
    <key type="s" name="sensors-applet-version">
      <default>""</default>
      <summary>Version of the configuration</summary>
      <description>Binds the config settings to the program version.</description>
    </key>
    <key type="a(ssssbddbssuuddus)" name="slist">
      <default>[]</default>
      <summary>Array holding sensors data</summary>
      <description>Serialized data of the sensors info.</description>
    </key>
  </schema>
</schemalist>