/usr/share/gconf/schemas/awn-applet-notification-area.schemas is in awn-applet-notification-area 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 | <?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/awn-applet-notification-area/icons_per_cell</key>
<applyto>/apps/awn-applet-notification-area/icons_per_cell</applyto>
<owner>awn-applet-notification-area</owner>
<type>int</type>
<default>2</default>
<locale name="C">
<long>Maximum number of rows (or columns depending on the orientation of the panel) of the tray icons in the applet.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-notification-area/icon_size</key>
<applyto>/apps/awn-applet-notification-area/icon_size</applyto>
<owner>awn-applet-notification-area</owner>
<type>int</type>
<default>100</default>
<locale name="C">
<long>Size of the icons (in percent of applet size).</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-notification-area/extra_offset</key>
<applyto>/apps/awn-applet-notification-area/extra_offset</applyto>
<owner>awn-applet-notification-area</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<long>Extra offset from the panel's egde.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-notification-area/background_color</key>
<applyto>/apps/awn-applet-notification-area/background_color</applyto>
<owner>awn-applet-notification-area</owner>
<type>string</type>
<default></default>
<locale name="C">
<long>The background color of the notification-area.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-notification-area/border_color</key>
<applyto>/apps/awn-applet-notification-area/border_color</applyto>
<owner>awn-applet-notification-area</owner>
<type>string</type>
<default></default>
<locale name="C">
<long>The border color of the notification-area.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|