This file is indexed.

/usr/share/gconf/schemas/gnotime.schemas is in gnotime 2.3.1~snapshot20091119-5.

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
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/gnotime/Display/ShowSecs</key>
	   <applyto>/apps/gnotime/Display/ShowSecs</applyto>
		<owner>gnotime</owner>
      <type>bool</type>
	   <default>0</default>
      <locale name="C">
        <short>Show time values with seconds</short>
        <long>If this value is false, then time values are printed 
		        in the format HH:MM, otherwise they are printed as 
				  HH:MM:SS
		  </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/gnotime/Display/ShowTableHeader</key>
	   <applyto>/apps/gnotime/Display/ShowTableHeader</applyto>
		<owner>gnotime</owner>
      <type>bool</type>
	   <default>0</default>
      <locale name="C">
        <short>Show Table column labels</short>
        <long>If this value is true, then the column labels at the top
		        of the task table will be shown.
		  </long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>