This file is indexed.

/usr/share/gconf/schemas/awn-applet-weather.schemas is in awn-applet-weather 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/awn-applet-weather/curved_dialog</key>
      <applyto>/apps/awn-applet-weather/curved_dialog</applyto>
      <owner>awn-applet-weather</owner>
      <type>bool</type>
      <default>FALSE</default>
      <locale name="C">
        <long>Show days of forecast in a transparent, curved dialog.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/location</key>
      <applyto>/apps/awn-applet-weather/location</applyto>
      <owner>awn-applet-weather</owner>
      <type>string</type>
      <default>Amsterdam, Netherlands</default>
      <locale name="C">
        <long>City, and country of the weather location.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/location_code</key>
      <applyto>/apps/awn-applet-weather/location_code</applyto>
      <owner>awn-applet-weather</owner>
      <type>string</type>
      <default>NLXX0002</default>
      <locale name="C">
        <long>Code that identifies the weather location.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/map_maxwidth</key>
      <applyto>/apps/awn-applet-weather/map_maxwidth</applyto>
      <owner>awn-applet-weather</owner>
      <type>int</type>
      <default>450</default>
      <locale name="C">
        <long>Maximum width of map in pixels.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/show-temperature-icon</key>
      <applyto>/apps/awn-applet-weather/show-temperature-icon</applyto>
      <owner>awn-applet-weather</owner>
      <type>bool</type>
      <default>TRUE</default>
      <locale name="C">
        <long>If enabled, show the temperature as an overlay in the icon.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/temperature-font-size</key>
      <applyto>/apps/awn-applet-weather/temperature-font-size</applyto>
      <owner>awn-applet-weather</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <long>Size of the temperature overlay in the icon (0: small, 1: medium, 2: large).</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/temperature-unit</key>
      <applyto>/apps/awn-applet-weather/temperature-unit</applyto>
      <owner>awn-applet-weather</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <long>Temperature unit (0: Celsius, 1: Fahrenheit).</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/awn-applet-weather/theme</key>
      <applyto>/apps/awn-applet-weather/theme</applyto>
      <owner>awn-applet-weather</owner>
      <type>string</type>
      <default>System theme</default>
      <locale name="C">
        <long>The name of the theme of the icon.</long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>