This file is indexed.

/usr/share/gconf/schemas/awn-applet-feeds.schemas is in awn-applet-feeds 0.4.1~bzr1507-0ubuntu7.

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
<?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/awn-applet-feeds/notify</key>
      <applyto>/apps/awn-applet-feeds/notify</applyto>
      <owner>awn-applet-feeds</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <long>Notify if any feeds have new items</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-feeds/auto_update</key>
      <applyto>/apps/awn-applet-feeds/auto_update</applyto>
      <owner>awn-applet-feeds</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <long>Update automatically at a configurable interval</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-feeds/update_interval</key>
      <applyto>/apps/awn-applet-feeds/update_interval</applyto>
      <owner>awn-applet-feeds</owner>
      <type>int</type>
      <default>5</default>
      <locale name="C">
        <long>The interval (in minutes) at which to update (3-60)</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-feeds/show_favicons</key>
      <applyto>/apps/awn-applet-feeds/show_favicons</applyto>
      <owner>awn-applet-feeds</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <long>Show each feed&apos;s website&apos;s icon in the dialog</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-feeds/show_only_new</key>
      <applyto>/apps/awn-applet-feeds/show_only_new</applyto>
      <owner>awn-applet-feeds</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <long>Hide feeds which do not have any new items</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-feeds/keep_unread</key>
      <applyto>/apps/awn-applet-feeds/keep_unread</applyto>
      <owner>awn-applet-feeds</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <long>If false, all previous items will be marked as read when updating</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>