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 againRevelation / data / revelation.schemas
- commit
- cff0e6f7ef34
- parent
- e0a14b958359
- branch
- default
- tags
- revelation-0.4.0-pre2
bumped version number to 0.4.0-pre2
1 |
ec17fa90357a
|
<?xml version="1.0" ?> |
2 |
ec17fa90357a
|
<gconfschemafile> |
3 |
ec17fa90357a
|
<schemalist> |
4 |
ec17fa90357a
|
<schema> |
5 |
ec17fa90357a
|
<key>/schemas/apps/revelation/file/autoload</key> |
6 |
ec17fa90357a
|
<applyto>/apps/revelation/file/autoload</applyto> |
7 |
ec17fa90357a
|
<owner>revelation</owner> |
8 |
ec17fa90357a
|
<type>bool</type> |
9 |
ec17fa90357a
|
<default>false</default> |
10 |
ec17fa90357a
|
|
11 |
ec17fa90357a
|
<locale name="C"> |
12 |
ec17fa90357a
|
<short>Autoload a file on startup</short> |
13 |
ec17fa90357a
|
<long> |
14 |
095f4008dc7f
|
If set, Revelation will automatically |
15 |
ec17fa90357a
|
load a data file on startup. The file to |
16 |
ec17fa90357a
|
open is specified in the "autoload_file" key. |
17 |
ec17fa90357a
|
</long> |
18 |
ec17fa90357a
|
</locale> |
19 |
ec17fa90357a
|
</schema> |
20 |
ec17fa90357a
|
|
21 |
ec17fa90357a
|
<schema> |
22 |
ec17fa90357a
|
<key>/schemas/apps/revelation/file/autoload_file</key> |
23 |
ec17fa90357a
|
<applyto>/apps/revelation/file/autoload_file</applyto> |
24 |
ec17fa90357a
|
<owner>revelation</owner> |
25 |
ec17fa90357a
|
<type>string</type> |
26 |
ec17fa90357a
|
<default></default> |
27 |
ec17fa90357a
|
<locale name="C"> |
28 |
ec17fa90357a
|
<short>A file to autoload on startup</short> |
29 |
ec17fa90357a
|
<long> |
30 |
ec17fa90357a
|
The full path to a file which Revelation |
31 |
ec17fa90357a
|
should autoload when starting. The "autoload" |
32 |
ec17fa90357a
|
key must also be set to true for this to |
33 |
ec17fa90357a
|
work. |
34 |
ec17fa90357a
|
</long> |
35 |
ec17fa90357a
|
</locale> |
36 |
ec17fa90357a
|
</schema> |
37 |
ec17fa90357a
|
|
38 |
ec17fa90357a
|
<schema> |
39 |
ec17fa90357a
|
<key>/schemas/apps/revelation/file/autosave</key> |
40 |
ec17fa90357a
|
<applyto>/apps/revelation/file/autosave</applyto> |
41 |
ec17fa90357a
|
<owner>revelation</owner> |
42 |
ec17fa90357a
|
<type>bool</type> |
43 |
ec17fa90357a
|
<default>false</default> |
44 |
ec17fa90357a
|
|
45 |
ec17fa90357a
|
<locale name="C"> |
46 |
ec17fa90357a
|
<short>Autosave data when changed</short> |
47 |
ec17fa90357a
|
<long> |
48 |
095f4008dc7f
|
If set, Revelation will automatically |
49 |
ec17fa90357a
|
save the data file when an entry is added, |
50 |
ec17fa90357a
|
updated or removed. |
51 |
ec17fa90357a
|
</long> |
52 |
ec17fa90357a
|
</locale> |
53 |
ec17fa90357a
|
</schema> |
54 |
ec17fa90357a
|
|
55 |
ec17fa90357a
|
<schema> |
56 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/creditcard</key> |
57 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/creditcard</applyto> |
58 |
ec17fa90357a
|
<owner>revelation</owner> |
59 |
ec17fa90357a
|
<type>string</type> |
60 |
ec17fa90357a
|
<default></default> |
61 |
ec17fa90357a
|
|
62 |
ec17fa90357a
|
<locale name="C"> |
63 |
ec17fa90357a
|
<short>Launcher for creditcard accounts</short> |
64 |
ec17fa90357a
|
<long> |
65 |
ec17fa90357a
|
A command which will be executed when |
66 |
ec17fa90357a
|
launching a creditcard account. |
67 |
ec17fa90357a
|
</long> |
68 |
ec17fa90357a
|
</locale> |
69 |
ec17fa90357a
|
</schema> |
70 |
ec17fa90357a
|
|
71 |
ec17fa90357a
|
<schema> |
72 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/cryptokey</key> |
73 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/cryptokey</applyto> |
74 |
ec17fa90357a
|
<owner>revelation</owner> |
75 |
ec17fa90357a
|
<type>string</type> |
76 |
ec17fa90357a
|
<default></default> |
77 |
ec17fa90357a
|
|
78 |
ec17fa90357a
|
<locale name="C"> |
79 |
ec17fa90357a
|
<short>Launcher for encryption key accounts</short> |
80 |
ec17fa90357a
|
<long> |
81 |
ec17fa90357a
|
A command which will be executed when |
82 |
ec17fa90357a
|
launching a encryption key account. |
83 |
ec17fa90357a
|
</long> |
84 |
ec17fa90357a
|
</locale> |
85 |
ec17fa90357a
|
</schema> |
86 |
ec17fa90357a
|
|
87 |
ec17fa90357a
|
<schema> |
88 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/database</key> |
89 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/database</applyto> |
90 |
ec17fa90357a
|
<owner>revelation</owner> |
91 |
ec17fa90357a
|
<type>string</type> |
92 |
ec17fa90357a
|
<default>gnome-terminal -x mysql -h %h %(-u %u%) %(-p%p%) %?D</default> |
93 |
ec17fa90357a
|
|
94 |
ec17fa90357a
|
<locale name="C"> |
95 |
ec17fa90357a
|
<short>Launcher for database accounts</short> |
96 |
ec17fa90357a
|
<long> |
97 |
ec17fa90357a
|
A command which will be executed when |
98 |
ec17fa90357a
|
launching a database account. |
99 |
ec17fa90357a
|
</long> |
100 |
ec17fa90357a
|
</locale> |
101 |
ec17fa90357a
|
</schema> |
102 |
ec17fa90357a
|
|
103 |
ec17fa90357a
|
<schema> |
104 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/door</key> |
105 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/door</applyto> |
106 |
ec17fa90357a
|
<owner>revelation</owner> |
107 |
ec17fa90357a
|
<type>string</type> |
108 |
ec17fa90357a
|
<default></default> |
109 |
ec17fa90357a
|
|
110 |
ec17fa90357a
|
<locale name="C"> |
111 |
ec17fa90357a
|
<short>Launcher for door accounts</short> |
112 |
ec17fa90357a
|
<long> |
113 |
ec17fa90357a
|
A command which will be executed when |
114 |
ec17fa90357a
|
launching a door account. |
115 |
ec17fa90357a
|
</long> |
116 |
ec17fa90357a
|
</locale> |
117 |
ec17fa90357a
|
</schema> |
118 |
ec17fa90357a
|
|
119 |
ec17fa90357a
|
<schema> |
120 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/email</key> |
121 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/email</applyto> |
122 |
ec17fa90357a
|
<owner>revelation</owner> |
123 |
ec17fa90357a
|
<type>string</type> |
124 |
ec17fa90357a
|
<default></default> |
125 |
ec17fa90357a
|
|
126 |
ec17fa90357a
|
<locale name="C"> |
127 |
ec17fa90357a
|
<short>Launcher for email accounts</short> |
128 |
ec17fa90357a
|
<long> |
129 |
ec17fa90357a
|
A command which will be executed when |
130 |
ec17fa90357a
|
launching an email account. |
131 |
ec17fa90357a
|
</long> |
132 |
ec17fa90357a
|
</locale> |
133 |
ec17fa90357a
|
</schema> |
134 |
ec17fa90357a
|
|
135 |
ec17fa90357a
|
<schema> |
136 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/ftp</key> |
137 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/ftp</applyto> |
138 |
ec17fa90357a
|
<owner>revelation</owner> |
139 |
ec17fa90357a
|
<type>string</type> |
140 |
ec17fa90357a
|
<default>nautilus ftp://%?u%(:%p%)@%h%(:%o%)/</default> |
141 |
ec17fa90357a
|
|
142 |
ec17fa90357a
|
<locale name="C"> |
143 |
ec17fa90357a
|
<short>Launcher for ftp accounts</short> |
144 |
ec17fa90357a
|
<long> |
145 |
ec17fa90357a
|
A command which will be executed when |
146 |
ec17fa90357a
|
launching an ftp account. |
147 |
ec17fa90357a
|
</long> |
148 |
ec17fa90357a
|
</locale> |
149 |
ec17fa90357a
|
</schema> |
150 |
ec17fa90357a
|
|
151 |
ec17fa90357a
|
<schema> |
152 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/generic</key> |
153 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/generic</applyto> |
154 |
ec17fa90357a
|
<owner>revelation</owner> |
155 |
ec17fa90357a
|
<type>string</type> |
156 |
ec17fa90357a
|
<default></default> |
157 |
ec17fa90357a
|
|
158 |
ec17fa90357a
|
<locale name="C"> |
159 |
ec17fa90357a
|
<short>Launcher for genereic accounts</short> |
160 |
ec17fa90357a
|
<long> |
161 |
ec17fa90357a
|
A command which will be executed when |
162 |
ec17fa90357a
|
launching a generic account. |
163 |
ec17fa90357a
|
</long> |
164 |
ec17fa90357a
|
</locale> |
165 |
ec17fa90357a
|
</schema> |
166 |
ec17fa90357a
|
|
167 |
ec17fa90357a
|
<schema> |
168 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/phone</key> |
169 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/phone</applyto> |
170 |
ec17fa90357a
|
<owner>revelation</owner> |
171 |
ec17fa90357a
|
<type>string</type> |
172 |
ec17fa90357a
|
<default></default> |
173 |
ec17fa90357a
|
|
174 |
ec17fa90357a
|
<locale name="C"> |
175 |
ec17fa90357a
|
<short>Launcher for phone accounts</short> |
176 |
ec17fa90357a
|
<long> |
177 |
ec17fa90357a
|
A command which will be executed when |
178 |
ec17fa90357a
|
launching a phone account. |
179 |
ec17fa90357a
|
</long> |
180 |
ec17fa90357a
|
</locale> |
181 |
ec17fa90357a
|
</schema> |
182 |
ec17fa90357a
|
|
183 |
ec17fa90357a
|
<schema> |
184 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/shell</key> |
185 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/shell</applyto> |
186 |
ec17fa90357a
|
<owner>revelation</owner> |
187 |
ec17fa90357a
|
<type>string</type> |
188 |
ec17fa90357a
|
<default>gnome-terminal -x ssh %(-l %u%) %h</default> |
189 |
ec17fa90357a
|
|
190 |
ec17fa90357a
|
<locale name="C"> |
191 |
ec17fa90357a
|
<short>Launcher for shell accounts</short> |
192 |
ec17fa90357a
|
<long> |
193 |
ec17fa90357a
|
A command which will be executed when |
194 |
ec17fa90357a
|
launching a shell account. |
195 |
ec17fa90357a
|
</long> |
196 |
ec17fa90357a
|
</locale> |
197 |
ec17fa90357a
|
</schema> |
198 |
ec17fa90357a
|
|
199 |
ec17fa90357a
|
<schema> |
200 |
ec17fa90357a
|
<key>/schemas/apps/revelation/launcher/website</key> |
201 |
ec17fa90357a
|
<applyto>/apps/revelation/launcher/website</applyto> |
202 |
ec17fa90357a
|
<owner>revelation</owner> |
203 |
ec17fa90357a
|
<type>string</type> |
204 |
ec17fa90357a
|
<default>gnome-open %U</default> |
205 |
ec17fa90357a
|
|
206 |
ec17fa90357a
|
<locale name="C"> |
207 |
ec17fa90357a
|
<short>Launcher for website accounts</short> |
208 |
ec17fa90357a
|
<long> |
209 |
ec17fa90357a
|
A command which will be executed when |
210 |
ec17fa90357a
|
launching a website account. |
211 |
ec17fa90357a
|
</long> |
212 |
ec17fa90357a
|
</locale> |
213 |
ec17fa90357a
|
</schema> |
214 |
ec17fa90357a
|
|
215 |
ec17fa90357a
|
<schema> |
216 |
ec17fa90357a
|
<key>/schemas/apps/revelation/passwordgen/avoid_ambiguous</key> |
217 |
ec17fa90357a
|
<applyto>/apps/revelation/passwordgen/avoid_ambiguous</applyto> |
218 |
ec17fa90357a
|
<owner>revelation</owner> |
219 |
ec17fa90357a
|
<type>bool</type> |
220 |
ec17fa90357a
|
<default>true</default> |
221 |
ec17fa90357a
|
|
222 |
ec17fa90357a
|
<locale name="C"> |
223 |
ec17fa90357a
|
<short>Avoid ambiguous characters</short> |
224 |
ec17fa90357a
|
<long> |
225 |
ec17fa90357a
|
If enabled, generated passwords will not |
226 |
ec17fa90357a
|
include ambiguous characters (such as |
227 |
ec17fa90357a
|
0 and O). |
228 |
ec17fa90357a
|
</long> |
229 |
ec17fa90357a
|
</locale> |
230 |
ec17fa90357a
|
</schema> |
231 |
ec17fa90357a
|
|
232 |
ec17fa90357a
|
<schema> |
233 |
ec17fa90357a
|
<key>/schemas/apps/revelation/passwordgen/length</key> |
234 |
ec17fa90357a
|
<applyto>/apps/revelation/passwordgen/length</applyto> |
235 |
ec17fa90357a
|
<owner>revelation</owner> |
236 |
ec17fa90357a
|
<type>int</type> |
237 |
ec17fa90357a
|
<default>8</default> |
238 |
ec17fa90357a
|
|
239 |
ec17fa90357a
|
<locale name="C"> |
240 |
ec17fa90357a
|
<short>Length of passwords</short> |
241 |
ec17fa90357a
|
<long> |
242 |
ec17fa90357a
|
The number of characters in generated |
243 |
ec17fa90357a
|
passwords. A length less than 4 characters |
244 |
ec17fa90357a
|
will be ignored. |
245 |
ec17fa90357a
|
</long> |
246 |
ec17fa90357a
|
</locale> |
247 |
ec17fa90357a
|
</schema> |
248 |
ec17fa90357a
|
|
249 |
ec17fa90357a
|
<schema> |
250 |
ec17fa90357a
|
<key>/schemas/apps/revelation/search/folders</key> |
251 |
ec17fa90357a
|
<applyto>/apps/revelation/search/folders</applyto> |
252 |
ec17fa90357a
|
<owner>revelation</owner> |
253 |
ec17fa90357a
|
<type>bool</type> |
254 |
ec17fa90357a
|
<default>true</default> |
255 |
ec17fa90357a
|
|
256 |
ec17fa90357a
|
<locale name="C"> |
257 |
ec17fa90357a
|
<short>Search for folders</short> |
258 |
ec17fa90357a
|
<long> |
259 |
ec17fa90357a
|
When enabled, the entry searcher will search |
260 |
ec17fa90357a
|
for folders as well as normal accounts. |
261 |
ec17fa90357a
|
</long> |
262 |
ec17fa90357a
|
</locale> |
263 |
ec17fa90357a
|
</schema> |
264 |
ec17fa90357a
|
|
265 |
ec17fa90357a
|
<schema> |
266 |
ec17fa90357a
|
<key>/schemas/apps/revelation/search/namedesc</key> |
267 |
ec17fa90357a
|
<applyto>/apps/revelation/search/namedesc</applyto> |
268 |
ec17fa90357a
|
<owner>revelation</owner> |
269 |
ec17fa90357a
|
<type>bool</type> |
270 |
ec17fa90357a
|
<default>false</default> |
271 |
ec17fa90357a
|
|
272 |
ec17fa90357a
|
<locale name="C"> |
273 |
ec17fa90357a
|
<short>Search in name and description only</short> |
274 |
ec17fa90357a
|
<long> |
275 |
ec17fa90357a
|
When enabled, the entry searcher will only |
276 |
ec17fa90357a
|
search in the name and description of |
277 |
ec17fa90357a
|
entries. |
278 |
ec17fa90357a
|
</long> |
279 |
ec17fa90357a
|
</locale> |
280 |
ec17fa90357a
|
</schema> |
281 |
ec17fa90357a
|
|
282 |
ec17fa90357a
|
<schema> |
283 |
ec17fa90357a
|
<key>/schemas/apps/revelation/search/casesens</key> |
284 |
ec17fa90357a
|
<applyto>/apps/revelation/search/casesens</applyto> |
285 |
ec17fa90357a
|
<owner>revelation</owner> |
286 |
ec17fa90357a
|
<type>bool</type> |
287 |
ec17fa90357a
|
<default>false</default> |
288 |
ec17fa90357a
|
|
289 |
ec17fa90357a
|
<locale name="C"> |
290 |
ec17fa90357a
|
<short>Case-sensitive search</short> |
291 |
ec17fa90357a
|
<long> |
292 |
ec17fa90357a
|
When enabled, searches will be case-sensitive. |
293 |
ec17fa90357a
|
</long> |
294 |
ec17fa90357a
|
</locale> |
295 |
ec17fa90357a
|
</schema> |
296 |
ec17fa90357a
|
|
297 |
ec17fa90357a
|
<schema> |
298 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/pane-position</key> |
299 |
ec17fa90357a
|
<applyto>/apps/revelation/view/pane-position</applyto> |
300 |
ec17fa90357a
|
<owner>revelation</owner> |
301 |
ec17fa90357a
|
<type>int</type> |
302 |
ec17fa90357a
|
<default>300</default> |
303 |
ec17fa90357a
|
|
304 |
ec17fa90357a
|
<locale name="C"> |
305 |
ec17fa90357a
|
<short>Initial main pane position</short> |
306 |
ec17fa90357a
|
<long> |
307 |
ec17fa90357a
|
The initial position of the pane in |
308 |
ec17fa90357a
|
the main application window, in pixels. |
309 |
ec17fa90357a
|
</long> |
310 |
ec17fa90357a
|
</locale> |
311 |
ec17fa90357a
|
</schema> |
312 |
ec17fa90357a
|
|
313 |
ec17fa90357a
|
<schema> |
314 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/passwords</key> |
315 |
ec17fa90357a
|
<applyto>/apps/revelation/view/passwords</applyto> |
316 |
ec17fa90357a
|
<owner>revelation</owner> |
317 |
ec17fa90357a
|
<type>bool</type> |
318 |
ec17fa90357a
|
<default>true</default> |
319 |
ec17fa90357a
|
|
320 |
ec17fa90357a
|
<locale name="C"> |
321 |
ec17fa90357a
|
<short>Show passwords</short> |
322 |
ec17fa90357a
|
<long> |
323 |
095f4008dc7f
|
When set, passwords will be displayed |
324 |
ec17fa90357a
|
in plain text. Turning this option off |
325 |
ec17fa90357a
|
will obscure passwords with ******. |
326 |
ec17fa90357a
|
</long> |
327 |
ec17fa90357a
|
</locale> |
328 |
ec17fa90357a
|
</schema> |
329 |
ec17fa90357a
|
|
330 |
ec17fa90357a
|
<schema> |
331 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/searchbar</key> |
332 |
ec17fa90357a
|
<applyto>/apps/revelation/view/searchbar</applyto> |
333 |
ec17fa90357a
|
<owner>revelation</owner> |
334 |
ec17fa90357a
|
<type>bool</type> |
335 |
ec17fa90357a
|
<default>false</default> |
336 |
ec17fa90357a
|
|
337 |
ec17fa90357a
|
<locale name="C"> |
338 |
ec17fa90357a
|
<short>Displays the searchbar</short> |
339 |
ec17fa90357a
|
<long> |
340 |
095f4008dc7f
|
When set, Revelation will display |
341 |
ec17fa90357a
|
its searchbar. |
342 |
ec17fa90357a
|
</long> |
343 |
ec17fa90357a
|
</locale> |
344 |
ec17fa90357a
|
</schema> |
345 |
ec17fa90357a
|
|
346 |
ec17fa90357a
|
<schema> |
347 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/statusbar</key> |
348 |
ec17fa90357a
|
<applyto>/apps/revelation/view/statusbar</applyto> |
349 |
ec17fa90357a
|
<owner>revelation</owner> |
350 |
ec17fa90357a
|
<type>bool</type> |
351 |
ec17fa90357a
|
<default>true</default> |
352 |
ec17fa90357a
|
|
353 |
ec17fa90357a
|
<locale name="C"> |
354 |
ec17fa90357a
|
<short>Displays the statusbar</short> |
355 |
ec17fa90357a
|
<long> |
356 |
095f4008dc7f
|
When set, Revelation will display |
357 |
ec17fa90357a
|
its statusbar. |
358 |
ec17fa90357a
|
</long> |
359 |
ec17fa90357a
|
</locale> |
360 |
ec17fa90357a
|
</schema> |
361 |
ec17fa90357a
|
|
362 |
ec17fa90357a
|
<schema> |
363 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/toolbar</key> |
364 |
ec17fa90357a
|
<applyto>/apps/revelation/view/toolbar</applyto> |
365 |
ec17fa90357a
|
<owner>revelation</owner> |
366 |
ec17fa90357a
|
<type>bool</type> |
367 |
ec17fa90357a
|
<default>true</default> |
368 |
ec17fa90357a
|
|
369 |
ec17fa90357a
|
<locale name="C"> |
370 |
ec17fa90357a
|
<short>Displays the toolbar</short> |
371 |
ec17fa90357a
|
<long> |
372 |
095f4008dc7f
|
When set, Revelation will display |
373 |
ec17fa90357a
|
its toolbar. |
374 |
ec17fa90357a
|
</long> |
375 |
ec17fa90357a
|
</locale> |
376 |
ec17fa90357a
|
</schema> |
377 |
ec17fa90357a
|
|
378 |
ec17fa90357a
|
<schema> |
379 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/window-height</key> |
380 |
ec17fa90357a
|
<applyto>/apps/revelation/view/window-height</applyto> |
381 |
ec17fa90357a
|
<owner>revelation</owner> |
382 |
ec17fa90357a
|
<type>int</type> |
383 |
ec17fa90357a
|
<default>400</default> |
384 |
ec17fa90357a
|
|
385 |
ec17fa90357a
|
<locale name="C"> |
386 |
ec17fa90357a
|
<short>Initial window height</short> |
387 |
ec17fa90357a
|
<long> |
388 |
ec17fa90357a
|
The initial height of the main window, |
389 |
ec17fa90357a
|
in pixels. |
390 |
ec17fa90357a
|
</long> |
391 |
ec17fa90357a
|
</locale> |
392 |
ec17fa90357a
|
</schema> |
393 |
ec17fa90357a
|
|
394 |
ec17fa90357a
|
<schema> |
395 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/window-position-x</key> |
396 |
ec17fa90357a
|
<applyto>/apps/revelation/view/window-position-x</applyto> |
397 |
ec17fa90357a
|
<owner>revelation</owner> |
398 |
ec17fa90357a
|
<type>int</type> |
399 |
ec17fa90357a
|
<default>0</default> |
400 |
ec17fa90357a
|
|
401 |
ec17fa90357a
|
<locale name="C"> |
402 |
ec17fa90357a
|
<short>Initial horizontal window position</short> |
403 |
ec17fa90357a
|
<long> |
404 |
ec17fa90357a
|
The initial horizontal position of the main |
405 |
ec17fa90357a
|
window, in pixels. |
406 |
ec17fa90357a
|
</long> |
407 |
ec17fa90357a
|
</locale> |
408 |
ec17fa90357a
|
</schema> |
409 |
ec17fa90357a
|
|
410 |
ec17fa90357a
|
<schema> |
411 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/window-position-y</key> |
412 |
ec17fa90357a
|
<applyto>/apps/revelation/view/window-position-y</applyto> |
413 |
ec17fa90357a
|
<owner>revelation</owner> |
414 |
ec17fa90357a
|
<type>int</type> |
415 |
ec17fa90357a
|
<default>0</default> |
416 |
ec17fa90357a
|
|
417 |
ec17fa90357a
|
<locale name="C"> |
418 |
ec17fa90357a
|
<short>Initial vertical window position</short> |
419 |
ec17fa90357a
|
<long> |
420 |
ec17fa90357a
|
The initial vertical position of the main |
421 |
ec17fa90357a
|
window, in pixels. |
422 |
ec17fa90357a
|
</long> |
423 |
ec17fa90357a
|
</locale> |
424 |
ec17fa90357a
|
</schema> |
425 |
ec17fa90357a
|
|
426 |
ec17fa90357a
|
<schema> |
427 |
ec17fa90357a
|
<key>/schemas/apps/revelation/view/window-width</key> |
428 |
ec17fa90357a
|
<applyto>/apps/revelation/view/window-width</applyto> |
429 |
ec17fa90357a
|
<owner>revelation</owner> |
430 |
ec17fa90357a
|
<type>int</type> |
431 |
ec17fa90357a
|
<default>600</default> |
432 |
ec17fa90357a
|
|
433 |
ec17fa90357a
|
<locale name="C"> |
434 |
ec17fa90357a
|
<short>Initial window width</short> |
435 |
ec17fa90357a
|
<long> |
436 |
ec17fa90357a
|
The initial width of the main window, |
437 |
ec17fa90357a
|
in pixels. |
438 |
ec17fa90357a
|
</long> |
439 |
ec17fa90357a
|
</locale> |
440 |
ec17fa90357a
|
</schema> |
441 |
ec17fa90357a
|
|
442 |
ec17fa90357a
|
</schemalist> |
443 |
ec17fa90357a
|
</gconfschemafile> |