Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / gconf / revelation.schemas

commit
60595491f191
parent
ac1d7b7ffc91
branch
default
tags
revelation-0.4.5

set release date

1
1c96b7e48232
<?xml version="1.0" ?>
2
1c96b7e48232
<gconfschemafile>
3
1c96b7e48232
	<schemalist>
4
1c96b7e48232
		<schema>
5
1c96b7e48232
			<key>/schemas/apps/revelation/behavior/doubleclick</key>
6
1c96b7e48232
			<applyto>/apps/revelation/behavior/doubleclick</applyto>
7
1c96b7e48232
			<owner>revelation</owner>
8
1c96b7e48232
			<type>string</type>
9
1c96b7e48232
			<default>goto</default>
10
1c96b7e48232
11
1c96b7e48232
			<locale name="C">
12
1c96b7e48232
				<short>Action to take on doubleclick</short>
13
1c96b7e48232
				<long>
14
1c96b7e48232
					The action to take when doubleclicking an
15
1c96b7e48232
					account in the treeview - valid values
16
560967c604a5
					are "goto", "edit", and "copy".
17
1c96b7e48232
				</long>
18
1c96b7e48232
			</locale>
19
1c96b7e48232
		</schema>
20
1c96b7e48232
21
1c96b7e48232
		<schema>
22
1c96b7e48232
			<key>/schemas/apps/revelation/clipboard/chain_username</key>
23
1c96b7e48232
			<applyto>/apps/revelation/clipboard/chain_username</applyto>
24
1c96b7e48232
			<owner>revelation</owner>
25
1c96b7e48232
			<type>bool</type>
26
1c96b7e48232
			<default>false</default>
27
1c96b7e48232
28
1c96b7e48232
			<locale name="C">
29
1c96b7e48232
				<short>When copying password, also copy username (chained)</short>
30
1c96b7e48232
				<long>
31
1c96b7e48232
					If set, Revelation will copy both the username
32
1c96b7e48232
					and the password to the clipboard when pressing
33
1c96b7e48232
					"Copy Password" one after the other (when username
34
1c96b7e48232
					is pasted, the password is automatically copied).
35
1c96b7e48232
				</long>
36
1c96b7e48232
			</locale>
37
1c96b7e48232
		</schema>
38
1c96b7e48232
39
1c96b7e48232
		<schema>
40
1c96b7e48232
			<key>/schemas/apps/revelation/file/autoload</key>
41
1c96b7e48232
			<applyto>/apps/revelation/file/autoload</applyto>
42
1c96b7e48232
			<owner>revelation</owner>
43
1c96b7e48232
			<type>bool</type>
44
1c96b7e48232
			<default>false</default>
45
1c96b7e48232
46
1c96b7e48232
			<locale name="C">
47
1c96b7e48232
				<short>Autoload a file on startup</short>
48
1c96b7e48232
				<long>
49
1c96b7e48232
					If set, Revelation will automatically
50
1c96b7e48232
					load a data file on startup. The file to
51
1c96b7e48232
					open is specified in the "autoload_file" key.
52
1c96b7e48232
				</long>
53
1c96b7e48232
			</locale>
54
1c96b7e48232
		</schema>
55
1c96b7e48232
56
1c96b7e48232
		<schema>
57
1c96b7e48232
			<key>/schemas/apps/revelation/file/autoload_file</key>
58
1c96b7e48232
			<applyto>/apps/revelation/file/autoload_file</applyto>
59
1c96b7e48232
			<owner>revelation</owner>
60
1c96b7e48232
			<type>string</type>
61
1c96b7e48232
			<default></default>
62
1c96b7e48232
			<locale name="C">
63
1c96b7e48232
				<short>A file to autoload on startup</short>
64
1c96b7e48232
				<long>
65
1c96b7e48232
					The full path to a file which Revelation
66
1c96b7e48232
					should autoload when starting. The "autoload"
67
1c96b7e48232
					key must also be set to true for this to
68
1c96b7e48232
					work.
69
1c96b7e48232
				</long>
70
1c96b7e48232
			</locale>
71
1c96b7e48232
		</schema>
72
1c96b7e48232
73
1c96b7e48232
		<schema>
74
1c96b7e48232
			<key>/schemas/apps/revelation/file/autolock</key>
75
1c96b7e48232
			<applyto>/apps/revelation/file/autolock</applyto>
76
1c96b7e48232
			<owner>revelation</owner>
77
1c96b7e48232
			<type>bool</type>
78
1c96b7e48232
			<default>true</default>
79
1c96b7e48232
80
1c96b7e48232
			<locale name="C">
81
1c96b7e48232
				<short>Autolock file when inactive</short>
82
1c96b7e48232
				<long>
83
1c96b7e48232
					If set, Revelation will automatically
84
1c96b7e48232
					lock the current file after a period of inactivity.
85
1c96b7e48232
					The inactivity period is specified in the
86
1c96b7e48232
					"autolock_timeout" key.
87
1c96b7e48232
				</long>
88
1c96b7e48232
			</locale>
89
1c96b7e48232
		</schema>
90
1c96b7e48232
91
1c96b7e48232
		<schema>
92
1c96b7e48232
			<key>/schemas/apps/revelation/file/autolock_timeout</key>
93
1c96b7e48232
			<applyto>/apps/revelation/file/autolock_timeout</applyto>
94
1c96b7e48232
			<owner>revelation</owner>
95
1c96b7e48232
			<type>int</type>
96
1c96b7e48232
			<default>15</default>
97
1c96b7e48232
98
1c96b7e48232
			<locale name="C">
99
1c96b7e48232
				<short>Timeout before autolocking file</short>
100
1c96b7e48232
				<long>
101
1c96b7e48232
					The number of minutes of inactivity
102
1c96b7e48232
					before the data file is automatically
103
1c96b7e48232
					locked. The "autolock" option must be
104
1c96b7e48232
					enabled for this to take effect.
105
1c96b7e48232
				</long>
106
1c96b7e48232
			</locale>
107
1c96b7e48232
		</schema>
108
1c96b7e48232
109
1c96b7e48232
		<schema>
110
1c96b7e48232
			<key>/schemas/apps/revelation/file/autosave</key>
111
1c96b7e48232
			<applyto>/apps/revelation/file/autosave</applyto>
112
1c96b7e48232
			<owner>revelation</owner>
113
1c96b7e48232
			<type>bool</type>
114
1c96b7e48232
			<default>false</default>
115
1c96b7e48232
116
1c96b7e48232
			<locale name="C">
117
1c96b7e48232
				<short>Autosave data when changed</short>
118
1c96b7e48232
				<long>
119
1c96b7e48232
					If set, Revelation will automatically
120
1c96b7e48232
					save the data file when an entry is added,
121
1c96b7e48232
					updated or removed.
122
1c96b7e48232
				</long>
123
1c96b7e48232
			</locale>
124
1c96b7e48232
		</schema>
125
1c96b7e48232
126
1c96b7e48232
		<schema>
127
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/creditcard</key>
128
1c96b7e48232
			<applyto>/apps/revelation/launcher/creditcard</applyto>
129
1c96b7e48232
			<owner>revelation</owner>
130
1c96b7e48232
			<type>string</type>
131
1c96b7e48232
			<default></default>
132
1c96b7e48232
133
1c96b7e48232
			<locale name="C">
134
1c96b7e48232
				<short>Launcher for creditcard accounts</short>
135
1c96b7e48232
				<long>
136
1c96b7e48232
					A command which will be executed when
137
1c96b7e48232
					launching a creditcard account.
138
1c96b7e48232
				</long>
139
1c96b7e48232
			</locale>
140
1c96b7e48232
		</schema>
141
1c96b7e48232
142
1c96b7e48232
		<schema>
143
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/cryptokey</key>
144
1c96b7e48232
			<applyto>/apps/revelation/launcher/cryptokey</applyto>
145
1c96b7e48232
			<owner>revelation</owner>
146
1c96b7e48232
			<type>string</type>
147
1c96b7e48232
			<default></default>
148
1c96b7e48232
149
1c96b7e48232
			<locale name="C">
150
1c96b7e48232
				<short>Launcher for encryption key accounts</short>
151
1c96b7e48232
				<long>
152
1c96b7e48232
					A command which will be executed when
153
1c96b7e48232
					launching a encryption key account.
154
1c96b7e48232
				</long>
155
1c96b7e48232
			</locale>
156
1c96b7e48232
		</schema>
157
1c96b7e48232
158
1c96b7e48232
		<schema>
159
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/database</key>
160
1c96b7e48232
			<applyto>/apps/revelation/launcher/database</applyto>
161
1c96b7e48232
			<owner>revelation</owner>
162
1c96b7e48232
			<type>string</type>
163
1c96b7e48232
			<default>gnome-terminal -x mysql -h %h %(-u %u%) %(-p%p%) %?D</default>
164
1c96b7e48232
165
1c96b7e48232
			<locale name="C">
166
1c96b7e48232
				<short>Launcher for database accounts</short>
167
1c96b7e48232
				<long>
168
1c96b7e48232
					A command which will be executed when
169
1c96b7e48232
					launching a database account.
170
1c96b7e48232
				</long>
171
1c96b7e48232
			</locale>
172
1c96b7e48232
		</schema>
173
1c96b7e48232
174
1c96b7e48232
		<schema>
175
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/door</key>
176
1c96b7e48232
			<applyto>/apps/revelation/launcher/door</applyto>
177
1c96b7e48232
			<owner>revelation</owner>
178
1c96b7e48232
			<type>string</type>
179
1c96b7e48232
			<default></default>
180
1c96b7e48232
181
1c96b7e48232
			<locale name="C">
182
1c96b7e48232
				<short>Launcher for door accounts</short>
183
1c96b7e48232
				<long>
184
1c96b7e48232
					A command which will be executed when
185
1c96b7e48232
					launching a door account.
186
1c96b7e48232
				</long>
187
1c96b7e48232
			</locale>
188
1c96b7e48232
		</schema>
189
1c96b7e48232
190
1c96b7e48232
		<schema>
191
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/email</key>
192
1c96b7e48232
			<applyto>/apps/revelation/launcher/email</applyto>
193
1c96b7e48232
			<owner>revelation</owner>
194
1c96b7e48232
			<type>string</type>
195
1c96b7e48232
			<default></default>
196
1c96b7e48232
197
1c96b7e48232
			<locale name="C">
198
1c96b7e48232
				<short>Launcher for email accounts</short>
199
1c96b7e48232
				<long>
200
1c96b7e48232
					A command which will be executed when
201
1c96b7e48232
					launching an email account.
202
1c96b7e48232
				</long>
203
1c96b7e48232
			</locale>
204
1c96b7e48232
		</schema>
205
1c96b7e48232
206
1c96b7e48232
		<schema>
207
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/ftp</key>
208
1c96b7e48232
			<applyto>/apps/revelation/launcher/ftp</applyto>
209
1c96b7e48232
			<owner>revelation</owner>
210
1c96b7e48232
			<type>string</type>
211
1c96b7e48232
			<default>nautilus ftp://%?u%(:%p%)@%h%(:%o%)/</default>
212
1c96b7e48232
213
1c96b7e48232
			<locale name="C">
214
1c96b7e48232
				<short>Launcher for ftp accounts</short>
215
1c96b7e48232
				<long>
216
1c96b7e48232
					A command which will be executed when
217
1c96b7e48232
					launching an ftp account.
218
1c96b7e48232
				</long>
219
1c96b7e48232
			</locale>
220
1c96b7e48232
		</schema>
221
1c96b7e48232
222
1c96b7e48232
		<schema>
223
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/generic</key>
224
1c96b7e48232
			<applyto>/apps/revelation/launcher/generic</applyto>
225
1c96b7e48232
			<owner>revelation</owner>
226
1c96b7e48232
			<type>string</type>
227
1c96b7e48232
			<default></default>
228
1c96b7e48232
229
1c96b7e48232
			<locale name="C">
230
1c96b7e48232
				<short>Launcher for genereic accounts</short>
231
1c96b7e48232
				<long>
232
1c96b7e48232
					A command which will be executed when
233
1c96b7e48232
					launching a generic account.
234
1c96b7e48232
				</long>
235
1c96b7e48232
			</locale>
236
1c96b7e48232
		</schema>
237
1c96b7e48232
238
1c96b7e48232
		<schema>
239
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/phone</key>
240
1c96b7e48232
			<applyto>/apps/revelation/launcher/phone</applyto>
241
1c96b7e48232
			<owner>revelation</owner>
242
1c96b7e48232
			<type>string</type>
243
1c96b7e48232
			<default></default>
244
1c96b7e48232
245
1c96b7e48232
			<locale name="C">
246
1c96b7e48232
				<short>Launcher for phone accounts</short>
247
1c96b7e48232
				<long>
248
1c96b7e48232
					A command which will be executed when
249
1c96b7e48232
					launching a phone account.
250
1c96b7e48232
				</long>
251
1c96b7e48232
			</locale>
252
1c96b7e48232
		</schema>
253
1c96b7e48232
254
1c96b7e48232
		<schema>
255
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/shell</key>
256
1c96b7e48232
			<applyto>/apps/revelation/launcher/shell</applyto>
257
1c96b7e48232
			<owner>revelation</owner>
258
1c96b7e48232
			<type>string</type>
259
1c96b7e48232
			<default>gnome-terminal -x ssh %(-l %u%) %h</default>
260
1c96b7e48232
261
1c96b7e48232
			<locale name="C">
262
1c96b7e48232
				<short>Launcher for shell accounts</short>
263
1c96b7e48232
				<long>
264
1c96b7e48232
					A command which will be executed when
265
1c96b7e48232
					launching a shell account.
266
1c96b7e48232
				</long>
267
1c96b7e48232
			</locale>
268
1c96b7e48232
		</schema>
269
1c96b7e48232
270
1c96b7e48232
		<schema>
271
1c96b7e48232
			<key>/schemas/apps/revelation/launcher/website</key>
272
1c96b7e48232
			<applyto>/apps/revelation/launcher/website</applyto>
273
1c96b7e48232
			<owner>revelation</owner>
274
1c96b7e48232
			<type>string</type>
275
1c96b7e48232
			<default>gnome-open %U</default>
276
1c96b7e48232
277
1c96b7e48232
			<locale name="C">
278
1c96b7e48232
				<short>Launcher for website accounts</short>
279
1c96b7e48232
				<long>
280
1c96b7e48232
					A command which will be executed when
281
1c96b7e48232
					launching a website account.
282
1c96b7e48232
				</long>
283
1c96b7e48232
			</locale>
284
1c96b7e48232
		</schema>
285
1c96b7e48232
286
1c96b7e48232
		<schema>
287
1c96b7e48232
			<key>/schemas/apps/revelation/passwordgen/avoid_ambiguous</key>
288
1c96b7e48232
			<applyto>/apps/revelation/passwordgen/avoid_ambiguous</applyto>
289
1c96b7e48232
			<owner>revelation</owner>
290
1c96b7e48232
			<type>bool</type>
291
1c96b7e48232
			<default>true</default>
292
1c96b7e48232
293
1c96b7e48232
			<locale name="C">
294
1c96b7e48232
				<short>Avoid ambiguous characters</short>
295
1c96b7e48232
				<long>
296
1c96b7e48232
					If enabled, generated passwords will not
297
1c96b7e48232
					include ambiguous characters (such as
298
1c96b7e48232
					0 and O).
299
1c96b7e48232
				</long>
300
1c96b7e48232
			</locale>
301
1c96b7e48232
		</schema>
302
1c96b7e48232
303
1c96b7e48232
		<schema>
304
1c96b7e48232
			<key>/schemas/apps/revelation/passwordgen/length</key>
305
1c96b7e48232
			<applyto>/apps/revelation/passwordgen/length</applyto>
306
1c96b7e48232
			<owner>revelation</owner>
307
1c96b7e48232
			<type>int</type>
308
1c96b7e48232
			<default>8</default>
309
1c96b7e48232
310
1c96b7e48232
			<locale name="C">
311
1c96b7e48232
				<short>Length of passwords</short>
312
1c96b7e48232
				<long>
313
1c96b7e48232
					The number of characters in generated
314
1c96b7e48232
					passwords. A length less than 4 characters
315
1c96b7e48232
					will be ignored.
316
1c96b7e48232
				</long>
317
1c96b7e48232
			</locale>
318
1c96b7e48232
		</schema>
319
1c96b7e48232
320
1c96b7e48232
		<schema>
321
1c96b7e48232
			<key>/schemas/apps/revelation/search/folders</key>
322
1c96b7e48232
			<applyto>/apps/revelation/search/folders</applyto>
323
1c96b7e48232
			<owner>revelation</owner>
324
1c96b7e48232
			<type>bool</type>
325
1c96b7e48232
			<default>true</default>
326
1c96b7e48232
327
1c96b7e48232
			<locale name="C">
328
1c96b7e48232
				<short>Search for folders</short>
329
1c96b7e48232
				<long>
330
1c96b7e48232
					When enabled, the entry searcher will search
331
1c96b7e48232
					for folders as well as normal accounts.
332
1c96b7e48232
				</long>
333
1c96b7e48232
			</locale>
334
1c96b7e48232
		</schema>
335
1c96b7e48232
336
1c96b7e48232
		<schema>
337
1c96b7e48232
			<key>/schemas/apps/revelation/search/namedesc</key>
338
1c96b7e48232
			<applyto>/apps/revelation/search/namedesc</applyto>
339
1c96b7e48232
			<owner>revelation</owner>
340
1c96b7e48232
			<type>bool</type>
341
1c96b7e48232
			<default>false</default>
342
1c96b7e48232
343
1c96b7e48232
			<locale name="C">
344
1c96b7e48232
				<short>Search in name and description only</short>
345
1c96b7e48232
				<long>
346
1c96b7e48232
					When enabled, the entry searcher will only
347
1c96b7e48232
					search in the name and description of
348
1c96b7e48232
					entries.
349
1c96b7e48232
				</long>
350
1c96b7e48232
			</locale>
351
1c96b7e48232
		</schema>
352
1c96b7e48232
353
1c96b7e48232
		<schema>
354
1c96b7e48232
			<key>/schemas/apps/revelation/search/casesens</key>
355
1c96b7e48232
			<applyto>/apps/revelation/search/casesens</applyto>
356
1c96b7e48232
			<owner>revelation</owner>
357
1c96b7e48232
			<type>bool</type>
358
1c96b7e48232
			<default>false</default>
359
1c96b7e48232
360
1c96b7e48232
			<locale name="C">
361
1c96b7e48232
				<short>Case-sensitive search</short>
362
1c96b7e48232
				<long>
363
1c96b7e48232
					When enabled, searches will be case-sensitive.
364
1c96b7e48232
				</long>
365
1c96b7e48232
			</locale>
366
1c96b7e48232
		</schema>
367
1c96b7e48232
368
1c96b7e48232
		<schema>
369
1c96b7e48232
			<key>/schemas/apps/revelation/view/pane-position</key>
370
1c96b7e48232
			<applyto>/apps/revelation/view/pane-position</applyto>
371
1c96b7e48232
			<owner>revelation</owner>
372
1c96b7e48232
			<type>int</type>
373
1c96b7e48232
			<default>300</default>
374
1c96b7e48232
375
1c96b7e48232
			<locale name="C">
376
1c96b7e48232
				<short>Initial main pane position</short>
377
1c96b7e48232
				<long>
378
1c96b7e48232
					The initial position of the pane in
379
1c96b7e48232
					the main application window, in pixels.
380
1c96b7e48232
				</long>
381
1c96b7e48232
			</locale>
382
1c96b7e48232
		</schema>
383
1c96b7e48232
384
1c96b7e48232
		<schema>
385
1c96b7e48232
			<key>/schemas/apps/revelation/view/passwords</key>
386
1c96b7e48232
			<applyto>/apps/revelation/view/passwords</applyto>
387
1c96b7e48232
			<owner>revelation</owner>
388
1c96b7e48232
			<type>bool</type>
389
1c96b7e48232
			<default>true</default>
390
1c96b7e48232
391
1c96b7e48232
			<locale name="C">
392
1c96b7e48232
				<short>Show passwords</short>
393
1c96b7e48232
				<long>
394
1c96b7e48232
					When set, passwords will be displayed
395
1c96b7e48232
					in plain text. Turning this option off
396
1c96b7e48232
					will obscure passwords with ******.
397
1c96b7e48232
				</long>
398
1c96b7e48232
			</locale>
399
1c96b7e48232
		</schema>
400
1c96b7e48232
401
1c96b7e48232
		<schema>
402
1c96b7e48232
			<key>/schemas/apps/revelation/view/searchbar</key>
403
1c96b7e48232
			<applyto>/apps/revelation/view/searchbar</applyto>
404
1c96b7e48232
			<owner>revelation</owner>
405
1c96b7e48232
			<type>bool</type>
406
1c96b7e48232
			<default>false</default>
407
1c96b7e48232
408
1c96b7e48232
			<locale name="C">
409
1c96b7e48232
				<short>Displays the searchbar</short>
410
1c96b7e48232
				<long>
411
1c96b7e48232
					When set, Revelation will display
412
1c96b7e48232
					its searchbar.
413
1c96b7e48232
				</long>
414
1c96b7e48232
			</locale>
415
1c96b7e48232
		</schema>
416
1c96b7e48232
417
1c96b7e48232
		<schema>
418
1c96b7e48232
			<key>/schemas/apps/revelation/view/statusbar</key>
419
1c96b7e48232
			<applyto>/apps/revelation/view/statusbar</applyto>
420
1c96b7e48232
			<owner>revelation</owner>
421
1c96b7e48232
			<type>bool</type>
422
1c96b7e48232
			<default>true</default>
423
1c96b7e48232
424
1c96b7e48232
			<locale name="C">
425
1c96b7e48232
				<short>Displays the statusbar</short>
426
1c96b7e48232
				<long>
427
1c96b7e48232
					When set, Revelation will display
428
1c96b7e48232
					its statusbar.
429
1c96b7e48232
				</long>
430
1c96b7e48232
			</locale>
431
1c96b7e48232
		</schema>
432
1c96b7e48232
433
1c96b7e48232
		<schema>
434
1c96b7e48232
			<key>/schemas/apps/revelation/view/toolbar</key>
435
1c96b7e48232
			<applyto>/apps/revelation/view/toolbar</applyto>
436
1c96b7e48232
			<owner>revelation</owner>
437
1c96b7e48232
			<type>bool</type>
438
1c96b7e48232
			<default>true</default>
439
1c96b7e48232
440
1c96b7e48232
			<locale name="C">
441
1c96b7e48232
				<short>Displays the toolbar</short>
442
1c96b7e48232
				<long>
443
1c96b7e48232
					When set, Revelation will display
444
1c96b7e48232
					its toolbar.
445
1c96b7e48232
				</long>
446
1c96b7e48232
			</locale>
447
1c96b7e48232
		</schema>
448
1c96b7e48232
449
1c96b7e48232
		<schema>
450
3fdc3c8552be
			<key>/schemas/apps/revelation/view/toolbar_style</key>
451
3fdc3c8552be
			<applyto>/apps/revelation/view/toolbar_style</applyto>
452
3fdc3c8552be
			<owner>revelation</owner>
453
3fdc3c8552be
			<type>string</type>
454
3fdc3c8552be
			<default>desktop</default>
455
3fdc3c8552be
456
3fdc3c8552be
			<locale name="C">
457
3fdc3c8552be
				<short>Sets the toolbar style</short>
458
3fdc3c8552be
				<long>
459
3fdc3c8552be
					Sets the style of the toolbar items. "desktop" uses
460
3fdc3c8552be
					desktop default, "both" shows icons and text, "both-horiz"
461
3fdc3c8552be
					shows icons and important text, "icons" shows icons only,
462
3fdc3c8552be
					and "text" shows text only.
463
3fdc3c8552be
				</long>
464
3fdc3c8552be
			</locale>
465
3fdc3c8552be
		</schema>
466
3fdc3c8552be
467
3fdc3c8552be
		<schema>
468
1c96b7e48232
			<key>/schemas/apps/revelation/view/window-height</key>
469
1c96b7e48232
			<applyto>/apps/revelation/view/window-height</applyto>
470
1c96b7e48232
			<owner>revelation</owner>
471
1c96b7e48232
			<type>int</type>
472
1c96b7e48232
			<default>400</default>
473
1c96b7e48232
474
1c96b7e48232
			<locale name="C">
475
1c96b7e48232
				<short>Initial window height</short>
476
1c96b7e48232
				<long>
477
1c96b7e48232
					The initial height of the main window,
478
1c96b7e48232
					in pixels.
479
1c96b7e48232
				</long>
480
1c96b7e48232
			</locale>
481
1c96b7e48232
		</schema>
482
1c96b7e48232
483
1c96b7e48232
		<schema>
484
1c96b7e48232
			<key>/schemas/apps/revelation/view/window-position-x</key>
485
1c96b7e48232
			<applyto>/apps/revelation/view/window-position-x</applyto>
486
1c96b7e48232
			<owner>revelation</owner>
487
1c96b7e48232
			<type>int</type>
488
1c96b7e48232
			<default>0</default>
489
1c96b7e48232
490
1c96b7e48232
			<locale name="C">
491
1c96b7e48232
				<short>Initial horizontal window position</short>
492
1c96b7e48232
				<long>
493
1c96b7e48232
					The initial horizontal position of the main
494
1c96b7e48232
					window, in pixels.
495
1c96b7e48232
				</long>
496
1c96b7e48232
			</locale>
497
1c96b7e48232
		</schema>
498
1c96b7e48232
499
1c96b7e48232
		<schema>
500
1c96b7e48232
			<key>/schemas/apps/revelation/view/window-position-y</key>
501
1c96b7e48232
			<applyto>/apps/revelation/view/window-position-y</applyto>
502
1c96b7e48232
			<owner>revelation</owner>
503
1c96b7e48232
			<type>int</type>
504
1c96b7e48232
			<default>0</default>
505
1c96b7e48232
506
1c96b7e48232
			<locale name="C">
507
1c96b7e48232
				<short>Initial vertical window position</short>
508
1c96b7e48232
				<long>
509
1c96b7e48232
					The initial vertical position of the main
510
1c96b7e48232
					window, in pixels.
511
1c96b7e48232
				</long>
512
1c96b7e48232
			</locale>
513
1c96b7e48232
		</schema>
514
1c96b7e48232
515
1c96b7e48232
		<schema>
516
1c96b7e48232
			<key>/schemas/apps/revelation/view/window-width</key>
517
1c96b7e48232
			<applyto>/apps/revelation/view/window-width</applyto>
518
1c96b7e48232
			<owner>revelation</owner>
519
1c96b7e48232
			<type>int</type>
520
1c96b7e48232
			<default>600</default>
521
1c96b7e48232
522
1c96b7e48232
			<locale name="C">
523
1c96b7e48232
				<short>Initial window width</short>
524
1c96b7e48232
				<long>
525
1c96b7e48232
					The initial width of the main window,
526
1c96b7e48232
					in pixels.
527
1c96b7e48232
				</long>
528
1c96b7e48232
			</locale>
529
1c96b7e48232
		</schema>
530
1c96b7e48232
531
1c96b7e48232
	</schemalist>
532
1c96b7e48232
</gconfschemafile>