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