root/trunk/notification-daemon/data/notification-daemon.schemas.in

Revision 2984 (checked in by chipx86, 2 years ago)

Added support for playing sounds when the "sound-file" hint is set or when the default_sound GConf key is set, as well as support for the "suppress-sound" hint. Patch by Jim Ramsay. (Ticket #111)

Line 
1 <gconfschemafile>
2  <schemalist>
3
4   <schema>
5    <key>/schemas/apps/notification-daemon/popup_location</key>
6    <applyto>/apps/notification-daemon/popup_location</applyto>
7    <owner>notification-daemon</owner>
8    <type>string</type>
9    <default>bottom_right</default>
10    <locale name="C">
11     <short>Popup location</short>
12     <long>Default popup location on the workspace for stack notifications. Allowed values: &quot;top_left&quot;,&quot;top_right&quot;,&quot;bottom_left&quot; and &quot;bottom_right&quot;</long>
13    </locale>
14   </schema>
15
16   <schema>
17    <key>/schemas/apps/notification-daemon/theme</key>
18    <applyto>/apps/notification-daemon/theme</applyto>
19    <owner>notification-daemon</owner>
20    <type>string</type>
21    <default>standard</default>
22    <locale name="C">
23     <short>Current theme</short>
24     <long>The theme used when displaying notifications.</long>
25    </locale>
26   </schema>
27
28   <schema>
29    <key>/schemas/apps/notification-daemon/sound_enabled</key>
30    <applyto>/apps/notification-daemon/sound_enabled</applyto>
31    <owner>notification-daemon</owner>
32    <type>bool</type>
33    <default>1</default>
34    <locale name="C">
35     <short>Sound Enabled</short>
36     <long>Turns on and off sound support for notifications.</long>
37    </locale>
38   </schema>
39
40   <schema>
41    <key>/schemas/apps/notification-daemon/default_sound</key>
42    <applyto>/apps/notification-daemon/default_sound</applyto>
43    <owner>notification-daemon</owner>
44    <type>string</type>
45    <default></default>
46    <locale name="C">
47     <short>Default Sound</short>
48      <long>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint.  Leave empty for no default sound.</long>
49    </locale>
50   </schema>
51
52  </schemalist>
53 </gconfschemafile>
Note: See TracBrowser for help on using the browser.