File: gnome-osd.schemas.in

package info (click to toggle)
gnome-osd 0.11.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 896 kB
  • ctags: 259
  • sloc: sh: 2,085; python: 2,046; xml: 146; makefile: 120
file content (275 lines) | stat: -rw-r--r-- 8,148 bytes parent folder | download
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<?xml version="1.0"?> <!-- -*- mode: xml-lite; xml-lite-indent-offset: 4 -*- -->

<gconfschemafile>
    <schemalist>
	
	<schema>
	    <key>/schemas/gnome-osd/osd_font</key>
	    <applyto>/apps/gnome-osd/osd_font</applyto>
	    <owner>gnome-osd</owner>
	    <type>string</type>
	    <default>sans serif 20</default>
	    <locale name="C">
		<short>Font used in OSD messages</short>
		<long>
                    This is the base font used in OSD messages.  It
                    can be overridden using pango markup, of course.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/osd_halignment</key>
	    <applyto>/apps/gnome-osd/osd_halignment</applyto>
	    <owner>gnome-osd</owner>
	    <type>string</type>
	    <default>center</default>
	    <locale name="C">
		<short>Horizontal alignment of OSD messages</short>
		<long>
                    Horizontal alignment of OSD messages.  Can be
                    'center', 'left', or 'right'.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/osd_vposition</key>
	    <applyto>/apps/gnome-osd/osd_vposition</applyto>
	    <owner>gnome-osd</owner>
	    <type>string</type>
	    <default>bottom</default>
	    <locale name="C">
		<short>Vertical position of OSD messages</short>
		<long>
                    Vertical position of OSD messages.  Can be
                    'top', 'center', or 'bottom'.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/osd_fake_translucent_bg</key>
	    <applyto>/apps/gnome-osd/osd_fake_translucent_bg</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>false</default>
	    <locale name="C">
		<short>Enable a fake translucent background effect</short>
		<long>
                    If true, a background is added with a stipple effect to immitate translucency.

                    WARNING: this effect seems to slow down the X
                    server considerably while the message is visible.

		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/animations</key>
	    <applyto>/apps/gnome-osd/animations</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>false</default>
	    <locale name="C">
		<short>Enable animations</short>
		<long>
                    If true, messages will slide in and out of screen,
                    instead of simply popping.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/drop_shadow</key>
	    <applyto>/apps/gnome-osd/drop_shadow</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>true</default>
	    <locale name="C">
		<short>Enable drop shadow</short>
		<long>
                    If true, a drop shadow will be displayed behind the text.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/hide_on_hover</key>
	    <applyto>/apps/gnome-osd/hide_on_hover</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>true</default>
	    <locale name="C">
		<short>Hide on mouse hover</short>
		<long>
                    If true, moving the mouse cursor over the text
                    will automatically hide it.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/enable_sound</key>
	    <applyto>/apps/gnome-osd/enable_sound</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>false</default>
	    <locale name="C">
		<short>Enable sound</short>
		<long>
                    If true, a sound sample will be played when a
                    message appears.  Requires esd sound server.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/sound_sample</key>
	    <applyto>/apps/gnome-osd/sound_sample</applyto>
	    <owner>gnome-osd</owner>
	    <type>string</type>
	    <default>gtk-events/clicked.wav</default>
	    <locale name="C">
		<short>Sound sample</short>
		<long>
                    File name of the sample to play when enable_sound is true.
                    If it doesn't start with /, it is a path relative
                    to $datadir/sounds
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/avoid_panels</key>
	    <applyto>/apps/gnome-osd/avoid_panels</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>false</default>
	    <locale name="C">
		<short>Avoid Panels</short>
		<long>
                    If true, messages will not appear on top of any
                    existing panels, provided you have a EWMH
                    compliant Window Manager.
                </long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/hide_timeout</key>
	    <applyto>/apps/gnome-osd/hide_timeout</applyto>
	    <owner>gnome-osd</owner>
	    <type>int</type>
	    <default>7000</default>
	    <locale name="C">
		<short>Default auto-hide timeout</short>
		<long>
                    Default auto-hide timeout, in miliseconds.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/debug_frame</key>
	    <applyto>/apps/gnome-osd/debug_frame</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>false</default>
	    <locale name="C">
		<short>Debug Frame</short>
		<long>
                    If true, messages will have a wire frame around
                    them, showing the exact rectangular area that is
                    considered for alignment and collision detection
                    purposes.  Warning: this option is meant for
                    debugging purposes exclusively, so do not rely on
                    it being present in all GnomeOSD versions.
                </long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/ellipsize</key>
	    <applyto>/apps/gnome-osd/ellipsize</applyto>
	    <owner>gnome-osd</owner>
	    <type>string</type>
	    <default>none</default>
	    <locale name="C">
		<short>Ellipsize Mode</short>
		<long>
                    Ellipsize mode for OSD messages.  Can be 'none',
                    'start', 'middle', or 'end'.  Ellipsizing means to
                    replace part of the text with ... when it doesn't
                    fit in the screen.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/plugins/xchat/enabled</key>
	    <applyto>/apps/gnome-osd/plugins/xchat/enabled</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>true</default>
	    <locale name="C">
		<short>XChat Plugin Enabled</short>
		<long>
                    Toggle whether XChat OSD notifications are enabled.

                    Note: requires XChat D-BUS plugin (xchat >= 2.6)
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/plugins/xchat/full</key>
	    <applyto>/apps/gnome-osd/plugins/xchat/full</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>true</default>
	    <locale name="C">
		<short>XChat Plugin Full Message</short>
		<long>
                    Toggle whether XChat OSD notification messages
                    include full text or just channel/nickname.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/plugins/song_change/enabled</key>
	    <applyto>/apps/gnome-osd/plugins/song_change/enabled</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>true</default>
	    <locale name="C">
		<short>Song Change Plugin Enabled</short>
		<long>
                    Toggle whether song change (Rhythmbox, Muine) OSD
                    notifications are enabled.
		</long>
	    </locale>
	</schema>

	<schema>
	    <key>/schemas/gnome-osd/plugins/email/enabled</key>
	    <applyto>/apps/gnome-osd/plugins/email/enabled</applyto>
	    <owner>gnome-osd</owner>
	    <type>bool</type>
	    <default>true</default>
	    <locale name="C">
		<short>New Mail Plugin Enabled</short>
		<long>
                    Toggle whether new email notifications are enabled.

                    Note: this plugin requires that Evolution has the
                    D-BUS plugin active.
		</long>
	    </locale>
	</schema>

    </schemalist>  
</gconfschemafile>