blob: 117d14448d5c2506322decb755633cb6a6c8c7df (
plain)
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
|
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/mate-notification-daemon/popup_location</key>
<applyto>/apps/mate-notification-daemon/popup_location</applyto>
<owner>mate-notification-daemon</owner>
<type>string</type>
<default>bottom_right</default>
<locale name="C">
<short>Popup location</short>
<long>Default popup location on the workspace for stack notifications. Allowed values: "top_left","top_right","bottom_left" and "bottom_right"</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate-notification-daemon/theme</key>
<applyto>/apps/mate-notification-daemon/theme</applyto>
<owner>mate-notification-daemon</owner>
<type>string</type>
<default>default</default>
<locale name="C">
<short>Current theme</short>
<long>The theme used when displaying notifications.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate-notification-daemon/sound_enabled</key>
<applyto>/apps/mate-notification-daemon/sound_enabled</applyto>
<owner>mate-notification-daemon</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Sound Enabled</short>
<long>Turns on and off sound support for notifications.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/mate-notification-daemon/default_sound</key>
<applyto>/apps/mate-notification-daemon/default_sound</applyto>
<owner>mate-notification-daemon</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Default Sound</short>
<long>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.</long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|