/usr/share/gconf/schemas/awn-applet-volume-control.schemas is in awn-applet-volume-control 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 | <?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/awn-applet-volume-control/theme</key>
<applyto>/apps/awn-applet-volume-control/theme</applyto>
<owner>awn-applet-volume-control</owner>
<type>string</type>
<default>System theme</default>
<locale name="C">
<long>The name of the theme of the icon.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-volume-control/device</key>
<applyto>/apps/awn-applet-volume-control/device</applyto>
<owner>awn-applet-volume-control</owner>
<type>string</type>
<default></default>
<locale name="C">
<long>Name of the device.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/awn-applet-volume-control/track</key>
<applyto>/apps/awn-applet-volume-control/track</applyto>
<owner>awn-applet-volume-control</owner>
<type>string</type>
<default></default>
<locale name="C">
<long>Name of the mixer track.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|