Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
<gconfschemafile>
2
  <schemalist>
3
 
4
    <!-- Keep the defaults in sync with the emergency fallbacks
5
         in nautilus-global-preferences.c -->
6
 
7
    <!-- General preferences -->
8
 
9
    <schema>
10
      <key>/schemas/apps/nautilus/preferences/exit_with_last_window</key>
11
      <applyto>/apps/nautilus/preferences/exit_with_last_window</applyto>
12
      <owner>nautilus</owner>
13
      <type>bool</type>
14
      <default>true</default>
15
      <gettext_domain>nautilus</gettext_domain>
16
      <locale name="C">
17
         <short>Nautilus will exit when last window destroyed.</short>
18
         <long>If set to true, then Nautilus will exit when all windows are destroyed. This is the default setting. If set to false, it can be started without any window, so nautilus can serve as a daemon to monitor media automount, or similar tasks.</long>
19
      </locale>
20
    </schema>
21
 
22
    <schema>
23
      <key>/schemas/desktop/gnome/file_views/show_hidden_files</key>
24
      <applyto>/desktop/gnome/file_views/show_hidden_files</applyto>
25
      <owner>nautilus</owner>
26
      <type>bool</type>
27
      <default>false</default>
28
      <gettext_domain>nautilus</gettext_domain>
29
      <locale name="C">
30
         <short>Whether to show hidden files</short>
31
         <long>If set to true, then hidden files are shown in the file manager. Hidden files are either dotfiles or are listed in the folder's .hidden file.</long>
32
      </locale>
33
    </schema>
34
 
35
    <schema>
36
      <key>/schemas/desktop/gnome/file_views/show_backup_files</key>
37
      <applyto>/desktop/gnome/file_views/show_backup_files</applyto>
38
      <owner>nautilus</owner>
39
      <type>bool</type>
40
      <default>false</default>
41
      <gettext_domain>nautilus</gettext_domain>
42
      <locale name="C">
43
         <short>Whether to show backup files</short>
44
         <long>If set to true, then backup files such as those created by Emacs are displayed. Currently, only files ending in a tilde (~) are considered backup files.</long>
45
      </locale>
46
    </schema>
47
 
48
    <schema>
49
      <key>/schemas/apps/nautilus/preferences/always_use_browser</key>
50
      <applyto>/apps/nautilus/preferences/always_use_browser</applyto>
51
      <owner>nautilus</owner>
52
      <type>bool</type>
53
      <default>false</default>
54
      <gettext_domain>nautilus</gettext_domain>
55
      <locale name="C">
56
         <short>Enables the classic Nautilus behavior, where all windows are browsers</short>
57
         <long>If set to true, then all Nautilus windows will be browser windows. This is how Nautilus used to behave before version 2.6, and some people prefer this behavior.</long>
58
      </locale>
59
    </schema>
60
 
61
    <schema>
62
      <key>/schemas/apps/nautilus/preferences/always_use_location_entry</key>
63
      <applyto>/apps/nautilus/preferences/always_use_location_entry</applyto>
64
      <owner>nautilus</owner>
65
      <type>bool</type>
66
      <default>false</default>
67
      <gettext_domain>nautilus</gettext_domain>
68
      <locale name="C">
69
         <short>Always use the location entry, instead of the pathbar</short>
70
         <long>If set to true, then Nautilus browser windows will always use a textual input entry for the location toolbar, instead of the pathbar.</long>
71
      </locale>
72
    </schema>
73
 
74
    <schema>
75
      <key>/schemas/desktop/gnome/file_views/tabs_enable</key>
76
      <applyto>/desktop/gnome/file_views/tabs_enable</applyto>
77
      <owner>nautilus</owner>
78
      <type>bool</type>
79
      <default>true</default>
80
      <gettext_domain>nautilus</gettext_domain>
81
      <locale name="C">
82
         <short>Whether to enable tabs in Nautilus browser windows</short>
83
         <long>If set to true, then multiple views can be opened in one browser window, each in a separate tab.</long>
84
      </locale>
85
    </schema>
86
 
87
    <schema>
88
      <key>/schemas/desktop/gnome/file_views/tabs_open_position</key>
89
      <applyto>/desktop/gnome/file_views/tabs_open_position</applyto>
90
      <owner>nautilus</owner>
91
      <type>string</type>
92
      <default>after_current_tab</default>
93
      <gettext_domain>nautilus</gettext_domain>
94
      <locale name="C">
95
         <short>Where to position newly open tabs in browser windows.</short>
96
         <long>If set to "after_current_tab", then new tabs are inserted after the current tab. If set to "end", then new tabs are appended to the end of the tab list.</long>
97
      </locale>
98
    </schema>
99
 
100
    <schema>
101
      <key>/schemas/apps/nautilus/preferences/media_automount</key>
102
      <applyto>/apps/nautilus/preferences/media_automount</applyto>
103
      <owner>nautilus</owner>
104
      <type>bool</type>
105
      <default>true</default>
106
      <gettext_domain>nautilus</gettext_domain>
107
      <locale name="C">
108
         <short>Whether to automatically mount media</short>
109
         <long>If set to true, then Nautilus will automatically mount media such as user-visible hard disks and removable media on start-up and media insertion.</long>
110
      </locale>
111
    </schema>
112
 
113
    <schema>
114
      <key>/schemas/apps/nautilus/preferences/media_automount_open</key>
115
      <applyto>/apps/nautilus/preferences/media_automount_open</applyto>
116
      <owner>nautilus</owner>
117
      <type>bool</type>
118
      <default>true</default>
119
      <gettext_domain>nautilus</gettext_domain>
120
      <locale name="C">
121
         <short>Whether to automatically open a folder for automounted media</short>
122
         <long>If set to true, then Nautilus will automatically open a folder when media is automounted. This only applies to media where no known x-content/* type was detected; for media where a known x-content type is detected, the user configurable action will be taken instead.</long>
123
      </locale>
124
    </schema>
125
 
126
    <schema>
127
      <key>/schemas/apps/nautilus/preferences/media_autorun_never</key>
128
      <applyto>/apps/nautilus/preferences/media_autorun_never</applyto>
129
      <owner>nautilus</owner>
130
      <type>bool</type>
131
      <default>false</default>
132
      <gettext_domain>nautilus</gettext_domain>
133
      <locale name="C">
134
         <short>Never prompt or autorun/autostart programs when media are inserted</short>
135
         <long>If set to true, then Nautilus will never prompt nor autorun/autostart programs when a medium is inserted.</long>
136
      </locale>
137
    </schema>
138
 
139
    <schema>
140
      <key>/schemas/apps/nautilus/preferences/media_autorun_x_content_start_app</key>
141
      <applyto>/apps/nautilus/preferences/media_autorun_x_content_start_app</applyto>
142
      <owner>nautilus</owner>
143
      <type>list</type>
144
      <list_type>string</list_type>
145
      <default>[]</default>
146
      <gettext_domain>nautilus</gettext_domain>
147
      <locale name="C">
148
         <short>List of x-content/* types where the preferred application will be launched</short>
149
         <long>List of x-content/* types for which the user have chosen to start an application in the preference capplet. The preferred application for the given type will be started on insertion on media matching these types.</long>
150
      </locale>
151
    </schema>
152
 
153
    <schema>
154
      <key>/schemas/apps/nautilus/preferences/media_autorun_x_content_ignore</key>
155
      <applyto>/apps/nautilus/preferences/media_autorun_x_content_ignore</applyto>
156
      <owner>nautilus</owner>
157
      <type>list</type>
158
      <list_type>string</list_type>
159
      <default>[x-content/software]</default>
160
      <gettext_domain>nautilus</gettext_domain>
161
      <locale name="C">
162
         <short>List of x-content/* types set to "Do Nothing"</short>
163
         <long>List of x-content/* types for which the user have chosen "Do Nothing" in the preference capplet. No prompt will be shown nor will any matching application be started on insertion of media matching these types.</long>
164
      </locale>
165
    </schema>
166
 
167
    <schema>
168
      <key>/schemas/apps/nautilus/preferences/media_autorun_x_content_open_folder</key>
169
      <applyto>/apps/nautilus/preferences/media_autorun_x_content_open_folder</applyto>
170
      <owner>nautilus</owner>
171
      <type>list</type>
172
      <list_type>string</list_type>
173
      <default>[]</default>
174
      <gettext_domain>nautilus</gettext_domain>
175
      <locale name="C">
176
         <short>List of x-content/* types set to "Open Folder"</short>
177
         <long>List of x-content/* types for which the user have chosen "Open Folder" in the preferences capplet. A folder window will be opened on insertion of media matching these types.</long>
178
      </locale>
179
    </schema>
180
 
181
    <schema>
182
      <key>/schemas/apps/nautilus/preferences/navigation_window_saved_geometry</key>
183
      <applyto>/apps/nautilus/preferences/navigation_window_saved_geometry</applyto>
184
      <owner>nautilus</owner>
185
      <type>string</type>
186
      <default></default>
187
      <gettext_domain>nautilus</gettext_domain>
188
      <locale name="C">
189
         <short>The geometry string for a navigation window.</short>
190
         <long>A string containing the saved geometry and coordinates string for navigation windows.</long>
191
      </locale>
192
    </schema>
193
 
194
    <schema>
195
      <key>/schemas/apps/nautilus/preferences/navigation_window_saved_maximized</key>
196
      <applyto>/apps/nautilus/preferences/navigation_window_saved_maximized</applyto>
197
      <owner>nautilus</owner>
198
      <type>bool</type>
199
      <default>false</default>
200
      <gettext_domain>nautilus</gettext_domain>
201
      <locale name="C">
202
         <short>Whether the navigation window should be maximized.</short>
203
         <long>Whether the navigation window should be maximized by default.</long>
204
      </locale>
205
    </schema>
206
 
207
    <schema>
208
      <key>/schemas/apps/nautilus/preferences/confirm_trash</key>
209
      <applyto>/apps/nautilus/preferences/confirm_trash</applyto>
210
      <owner>nautilus</owner>
211
      <type>bool</type>
212
      <default>true</default>
213
      <gettext_domain>nautilus</gettext_domain>
214
      <locale name="C">
215
         <short>Whether to ask for confirmation when deleting files, or emptying Trash</short>
216
         <long>If set to true, then Nautilus will ask for confirmation when you attempt to delete files, or empty the Trash.</long>
217
      </locale>
218
    </schema>
219
 
220
    <schema>
221
      <key>/schemas/apps/nautilus/preferences/enable_delete</key>
222
      <applyto>/apps/nautilus/preferences/enable_delete</applyto>
223
      <owner>nautilus</owner>
224
      <type>bool</type>
225
      <default>false</default>
226
      <gettext_domain>nautilus</gettext_domain>
227
      <locale name="C">
228
         <short>Whether to enable immediate deletion</short>
229
         <long>If set to true, then Nautilus will have a feature allowing you to delete a file immediately and in-place, instead of moving it to the trash. This feature can be dangerous, so use caution.</long>
230
      </locale>
231
    </schema>
232
 
233
    <schema>
234
      <key>/schemas/apps/nautilus/preferences/show_icon_text</key>
235
      <applyto>/apps/nautilus/preferences/show_icon_text</applyto>
236
      <owner>nautilus</owner>
237
      <type>string</type>
238
      <default>local_only</default>
239
      <gettext_domain>nautilus</gettext_domain>
240
      <locale name="C">
241
         <short>When to show preview text in icons</short>
242
         <long>Speed tradeoff for when to show a preview of text file contents in the file's icon. If set to "always" then always show previews, even if the folder is on a remote server. If set to "local_only" then only show previews for local file systems. If set to "never" then never bother to read preview data.</long>
243
      </locale>
244
    </schema>
245
 
246
    <schema>
247
      <key>/schemas/apps/nautilus/preferences/show_directory_item_counts</key>
248
      <applyto>/apps/nautilus/preferences/show_directory_item_counts</applyto>
249
      <owner>nautilus</owner>
250
      <type>string</type>
251
      <default>local_only</default>
252
      <gettext_domain>nautilus</gettext_domain>
253
      <locale name="C">
254
         <short>When to show number of items in a folder</short>
255
         <long>Speed tradeoff for when to show the number of items in a folder. If set to "always" then always show item counts, even if the folder is on a remote server. If set to "local_only" then only show counts for local file systems. If set to "never" then never bother to compute item counts.</long>
256
      </locale>
257
    </schema>
258
 
259
    <schema>
260
      <key>/schemas/apps/nautilus/preferences/click_policy</key>
261
      <applyto>/apps/nautilus/preferences/click_policy</applyto>
262
      <owner>nautilus</owner>
263
      <type>string</type>
264
      <default>double</default>
265
      <gettext_domain>nautilus</gettext_domain>
266
      <locale name="C">
267
         <short>Type of click used to launch/open files</short>
268
         <long>Possible values are "single" to launch files on a single click, or "double" to launch them on a double click.</long>
269
      </locale>
270
    </schema>
271
 
272
    <schema>
273
      <key>/schemas/apps/nautilus/preferences/executable_text_activation</key>
274
      <applyto>/apps/nautilus/preferences/executable_text_activation</applyto>
275
      <owner>nautilus</owner>
276
      <type>string</type>
277
      <default>ask</default>
278
      <gettext_domain>nautilus</gettext_domain>
279
      <locale name="C">
280
         <short>What to do with executable text files when activated</short>
281
         <long>What to do with executable text files when they are activated (single or double clicked). Possible values are "launch" to launch them as programs, "ask" to ask what to do via a dialog, and "display" to display them as text files.</long>
282
      </locale>
283
    </schema>
284
 
285
    <schema>
286
      <key>/schemas/apps/nautilus/preferences/install_mime_activation</key>
287
      <applyto>/apps/nautilus/preferences/install_mime_activation</applyto>
288
      <owner>nautilus</owner>
289
      <type>bool</type>
290
      <default>true</default>
291
      <gettext_domain>nautilus</gettext_domain>
292
      <locale name="C">
293
         <short>Show the package installer for unknown mime types</short>
294
         <long>Whether to show the user a package installer dialog in case an unknown mime type is opened, in order to search for an application to handle it.</long>
295
      </locale>
296
    </schema>
297
 
298
    <schema>
299
      <key>/schemas/apps/nautilus/preferences/mouse_use_extra_buttons</key>
300
      <applyto>/apps/nautilus/preferences/mouse_use_extra_buttons</applyto>
301
      <owner>nautilus</owner>
302
      <type>bool</type>
303
      <default>true</default>
304
      <gettext_domain>nautilus</gettext_domain>
305
      <locale name="C">
306
         <short>Use extra mouse button events in Nautilus' browser window</short>
307
         <long>For users with mice that have "Forward" and "Back" buttons, this key will determine if any action is taken inside of Nautilus when either is pressed.</long>
308
      </locale>
309
    </schema>
310
 
311
    <schema>
312
      <key>/schemas/apps/nautilus/preferences/mouse_forward_button</key>
313
      <applyto>/apps/nautilus/preferences/mouse_forward_button</applyto>
314
      <owner>nautilus</owner>
315
      <type>int</type>
316
      <default>9</default>
317
      <gettext_domain>nautilus</gettext_domain>
318
      <locale name="C">
319
         <short>Mouse button to activate the "Forward" command in browser window</short>
320
         <long>For users with mice that have buttons for "Forward" and "Back", this key will set which button activates the "Forward" command in a browser window. Possible values range between 6 and 14.</long>
321
      </locale>
322
    </schema>
323
 
324
    <schema>
325
      <key>/schemas/apps/nautilus/preferences/mouse_back_button</key>
326
      <applyto>/apps/nautilus/preferences/mouse_back_button</applyto>
327
      <owner>nautilus</owner>
328
      <type>int</type>
329
      <default>8</default>
330
      <gettext_domain>nautilus</gettext_domain>
331
      <locale name="C">
332
         <short>Mouse button to activate the "Back" command in browser window</short>
333
         <long>For users with mice that have buttons for "Forward" and "Back", this key will set which button activates the "Back" command in a browser window. Possible values range between 6 and 14.</long>
334
      </locale>
335
    </schema>
336
 
337
    <schema>
338
      <key>/schemas/apps/nautilus/preferences/theme</key>
339
      <applyto>/apps/nautilus/preferences/theme</applyto>
340
      <owner>nautilus</owner>
341
      <type>string</type>
342
      <default>default</default>
343
      <gettext_domain>nautilus</gettext_domain>
344
      <locale name="C">
345
         <short>Current Nautilus theme (deprecated)</short>
346
         <long>Name of the Nautilus theme to use. This has been deprecated as of Nautilus 2.2. Please use the icon theme instead.</long>
347
      </locale>
348
    </schema>
349
 
350
    <schema>
351
      <key>/schemas/apps/nautilus/preferences/show_image_thumbnails</key>
352
      <applyto>/apps/nautilus/preferences/show_image_thumbnails</applyto>
353
      <owner>nautilus</owner>
354
      <type>string</type>
355
      <default>local_only</default>
356
      <gettext_domain>nautilus</gettext_domain>
357
      <locale name="C">
358
         <short>When to show thumbnails of image files</short>
359
         <long>Speed tradeoff for when to show an image file as a thumbnail. If set to "always" then always thumbnail, even if the folder is on a remote server. If set to "local_only" then only show thumbnails for local file systems. If set to "never" then never bother to thumbnail images, just use a generic icon.</long>
360
      </locale>
361
    </schema>
362
 
363
    <schema>
364
      <key>/schemas/apps/nautilus/preferences/thumbnail_limit</key>
365
      <applyto>/apps/nautilus/preferences/thumbnail_limit</applyto>
366
      <owner>nautilus</owner>
367
      <type>int</type>
368
      <default>10485760</default>
369
      <gettext_domain>nautilus</gettext_domain>
370
      <locale name="C">
371
         <short>Maximum image size for thumbnailing</short>
372
         <long>Images over this size (in bytes) won't be thumbnailed. The purpose of this setting is to avoid thumbnailing large images that may take a long time to load or use lots of memory.</long>
373
      </locale>
374
    </schema>
375
 
376
    <schema>
377
      <key>/schemas/apps/nautilus/preferences/directory_limit</key>
378
      <applyto>/apps/nautilus/preferences/directory_limit</applyto>
379
      <owner>nautilus</owner>
380
      <type>int</type>
381
      <default>-1</default>
382
      <gettext_domain>nautilus</gettext_domain>
383
      <locale name="C">
384
         <short>Maximum handled files in a folder</short>
385
         <long>Folders over this size will be truncated to around this size. The purpose of this is to avoid unintentionally blowing the heap and killing Nautilus on massive folders. A negative value denotes no limit. The limit is approximate due to the reading of folders chunk-wise.</long>
386
      </locale>
387
    </schema>
388
 
389
    <schema>
390
      <key>/schemas/apps/nautilus/preferences/preview_sound</key>
391
      <applyto>/apps/nautilus/preferences/preview_sound</applyto>
392
      <owner>nautilus</owner>
393
      <type>string</type>
394
      <default>local_only</default>
395
      <gettext_domain>nautilus</gettext_domain>
396
      <locale name="C">
397
         <short>Whether to preview sounds when mousing over an icon</short>
398
         <long>Speed tradeoff for when to preview a sound file when mousing over a files icon. If set to "always" then always plays the sound, even if the file is on a remote server. If set to "local_only" then only plays previews on local file systems. If set to "never" then it never previews sound.</long>
399
      </locale>
400
    </schema>
401
 
402
    <schema>
403
      <key>/schemas/apps/nautilus/preferences/show_advanced_permissions</key>
404
      <applyto>/apps/nautilus/preferences/show_advanced_permissions</applyto>
405
      <owner>nautilus</owner>
406
      <type>bool</type>
407
      <default>false</default>
408
      <gettext_domain>nautilus</gettext_domain>
409
      <locale name="C">
410
         <short>Show advanced permissions in the file property dialog</short>
411
	 <long>If set to true, then Nautilus lets you edit and display file permissions in a more unix-like way, accessing some more esoteric options.</long>
412
      </locale>
413
    </schema>
414
 
415
    <schema>
416
      <key>/schemas/apps/nautilus/preferences/sort_directories_first</key>
417
      <applyto>/apps/nautilus/preferences/sort_directories_first</applyto>
418
      <owner>nautilus</owner>
419
      <type>bool</type>
420
      <default>true</default>
421
      <gettext_domain>nautilus</gettext_domain>
422
      <locale name="C">
423
         <short>Show folders first in windows</short>
424
	 <long>If set to true, then Nautilus shows folders prior to showing files in the icon and list views.</long>
425
      </locale>
426
    </schema>
427
 
428
    <schema>
429
      <key>/schemas/apps/nautilus/preferences/show_desktop</key>
430
      <applyto>/apps/nautilus/preferences/show_desktop</applyto>
431
      <owner>nautilus</owner>
432
      <type>bool</type>
433
      <default>true</default>
434
      <gettext_domain>nautilus</gettext_domain>
435
      <locale name="C">
436
         <short>Nautilus handles drawing the desktop</short>
437
	 <long>If set to true, then Nautilus will draw the icons on the desktop.</long>
438
      </locale>
439
    </schema>
440
 
441
    <schema>
442
      <key>/schemas/apps/nautilus/preferences/desktop_font</key>
443
      <applyto>/apps/nautilus/preferences/desktop_font</applyto>
444
      <owner>nautilus</owner>
445
      <type>string</type>
446
      <default>Sans 10</default>
447
      <gettext_domain>nautilus</gettext_domain>
448
      <locale name="C">
449
         <default>Sans 10</default>
450
         <short>Desktop font</short>
451
	 <long>The font description used for the icons on the desktop.</long>
452
      </locale>
453
 
454
      <locale name="dz">
455
         <default>སཱནསི་ ༡༠།</default>
456
      </locale>
457
 
458
      <locale name="ne">
459
         <default>सान्स १०</default>
460
      </locale>
461
 
462
      <locale name="ps">
463
         <default>Sans 12</default>
464
      </locale>
465
 
466
      <locale name="zh_HK">
467
         <default>Sans 14</default>
468
      </locale>
469
 
470
      <locale name="zh_TW">
471
         <default>Sans 14</default>
472
      </locale>
473
    </schema>
474
 
475
    <schema>
476
      <key>/schemas/apps/nautilus/preferences/desktop_is_home_dir</key>
477
      <applyto>/apps/nautilus/preferences/desktop_is_home_dir</applyto>
478
      <owner>nautilus</owner>
479
      <type>bool</type>
480
      <default>false</default>
481
      <gettext_domain>nautilus</gettext_domain>
482
      <locale name="C">
483
         <short>Nautilus uses the users home folder as the desktop</short>
484
	 <long>If set to true, then Nautilus will use the user's home folder as the desktop. If it is false, then it will use ~/Desktop as the desktop.</long>
485
      </locale>
486
    </schema>
487
 
488
    <schema>
489
      <key>/schemas/apps/nautilus/preferences/search_bar_type</key>
490
      <applyto>/apps/nautilus/preferences/search_bar_type</applyto>
491
      <owner>nautilus</owner>
492
      <type>string</type>
493
      <default>search_by_text</default>
494
      <gettext_domain>nautilus</gettext_domain>
495
      <locale name="C">
496
         <short>Criteria for search bar searching</short>
497
	 <long>Criteria when matching files searched for in the search bar. If set to "search_by_text", then Nautilus will Search for files by file name only. If set to "search_by_text_and_properties", then Nautilus will search for files by file name and file properties.</long>
498
      </locale>
499
    </schema>
500
 
501
    <schema>
502
      <key>/schemas/apps/nautilus/preferences/background_set</key>
503
      <applyto>/apps/nautilus/preferences/background_set</applyto>
504
      <owner>nautilus</owner>
505
      <type>bool</type>
506
      <default>false</default>
507
      <gettext_domain>nautilus</gettext_domain>
508
      <locale name="C">
509
         <short>Custom Background</short>
510
         <long>Whether a custom default folder background has been set.</long>
511
      </locale>
512
    </schema>
513
 
514
    <schema>
515
      <key>/schemas/apps/nautilus/preferences/background_color</key>
516
      <applyto>/apps/nautilus/preferences/background_color</applyto>
517
      <owner>nautilus</owner>
518
      <type>string</type>
519
      <default>#ffffff</default>
520
      <gettext_domain>nautilus</gettext_domain>
521
      <locale name="C">
522
         <short>Default Background Color</short>
523
         <long>Color for the default folder background. Only used if background_set is true.</long>
524
      </locale>
525
    </schema>
526
 
527
    <schema>
528
      <key>/schemas/apps/nautilus/preferences/background_filename</key>
529
      <applyto>/apps/nautilus/preferences/background_filename</applyto>
530
      <owner>nautilus</owner>
531
      <type>string</type>
532
      <default></default>
533
      <gettext_domain>nautilus</gettext_domain>
534
      <locale name="C">
535
         <short>Default Background Filename</short>
536
         <long>Filename for the default folder background. Only used if background_set is true.</long>
537
      </locale>
538
    </schema>
539
 
540
 
541
    <schema>
542
      <key>/schemas/apps/nautilus/preferences/side_pane_background_set</key>
543
      <applyto>/apps/nautilus/preferences/side_pane_background_set</applyto>
544
      <owner>nautilus</owner>
545
      <type>bool</type>
546
      <default>false</default>
547
      <gettext_domain>nautilus</gettext_domain>
548
      <locale name="C">
549
        <short>Custom Side Pane Background Set</short>
550
        <long>Whether a custom default side pane background has been set.</long>
551
      </locale>
552
    </schema>
553
 
554
    <schema>
555
      <key>/schemas/apps/nautilus/preferences/side_pane_background_color</key>
556
      <applyto>/apps/nautilus/preferences/side_pane_background_color</applyto>
557
      <owner>nautilus</owner>
558
      <type>string</type>
559
      <default>#ffffff</default>
560
      <gettext_domain>nautilus</gettext_domain>
561
      <locale name="C">
562
         <short>Default Side Pane Background Color</short>
563
         <long>Filename for the default side pane background. Only used if side_pane_background_set is true.</long>
564
      </locale>
565
    </schema>
566
 
567
    <schema>
568
      <key>/schemas/apps/nautilus/preferences/side_pane_background_filename</key>
569
      <applyto>/apps/nautilus/preferences/side_pane_background_filename</applyto>
570
      <owner>nautilus</owner>
571
      <type>string</type>
572
      <default></default>
573
      <gettext_domain>nautilus</gettext_domain>
574
      <locale name="C">
575
         <short>Default Side Pane Background Filename</short>
576
         <long>Filename for the default side pane background. Only used if side_pane_background_set is true.</long>
577
      </locale>
578
    </schema>
579
 
580
    <schema>
581
      <key>/schemas/apps/nautilus/preferences/default_folder_viewer</key>
582
      <applyto>/apps/nautilus/preferences/default_folder_viewer</applyto>
583
      <owner>nautilus</owner>
584
      <type>string</type>
585
      <default>icon_view</default>
586
      <gettext_domain>nautilus</gettext_domain>
587
      <locale name="C">
588
         <short>Default folder viewer</short>
589
         <long>When a folder is visited this viewer is used unless you have selected another view for that particular folder. Possible values are "list_view", "icon_view" and "compact_view".</long>
590
      </locale>
591
    </schema>
592
 
593
    <!-- Icon View -->
594
 
595
    <schema>
596
      <key>/schemas/apps/nautilus/icon_view/captions</key>
597
      <applyto>/apps/nautilus/icon_view/captions</applyto>
598
      <owner>nautilus</owner>
599
      <type>list</type>
600
      <list_type>string</list_type>
601
      <default>[none,size,date_modified]</default>
602
      <gettext_domain>nautilus</gettext_domain>
603
      <locale name="C">
604
         <short>List of possible captions on icons</short>
605
         <long>A list of captions below an icon in the icon view and the desktop. The actual number of captions shown depends on the zoom level. Possible values are: "size", "type", "date_modified", "date_changed", "date_accessed", "owner", "group", "permissions", "octal_permissions" and "mime_type".</long>
606
      </locale>
607
    </schema>
608
 
609
    <schema>
610
      <key>/schemas/apps/nautilus/icon_view/default_sort_order</key>
611
      <applyto>/apps/nautilus/icon_view/default_sort_order</applyto>
612
      <owner>nautilus</owner>
613
      <type>string</type>
614
      <default>name</default>
615
      <gettext_domain>nautilus</gettext_domain>
616
      <locale name="C">
617
         <short>Default sort order</short>
618
         <long>The default sort-order for items in the icon view. Possible values are "name", "size", "type", "modification_date", and "emblems".</long>
619
      </locale>
620
    </schema>
621
 
622
    <schema>
623
      <key>/schemas/apps/nautilus/icon_view/default_sort_in_reverse_order</key>
624
      <applyto>/apps/nautilus/icon_view/default_sort_in_reverse_order</applyto>
625
      <owner>nautilus</owner>
626
      <type>bool</type>
627
      <default>false</default>
628
      <gettext_domain>nautilus</gettext_domain>
629
      <locale name="C">
630
         <short>Reverse sort order in new windows</short>
631
         <long>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a"; if sorted by size, instead of being incrementally they will be sorted decrementally.</long>
632
      </locale>
633
    </schema>
634
 
635
    <schema>
636
      <key>/schemas/apps/nautilus/icon_view/default_use_tighter_layout</key>
637
      <applyto>/apps/nautilus/icon_view/default_use_tighter_layout</applyto>
638
      <owner>nautilus</owner>
639
      <type>bool</type>
640
      <default>false</default>
641
      <gettext_domain>nautilus</gettext_domain>
642
      <locale name="C">
643
         <short>Use tighter layout in new windows</short>
644
         <long>If true, icons will be laid out tighter by default in new windows.</long>
645
      </locale>
646
    </schema>
647
 
648
    <schema>
649
      <key>/schemas/apps/nautilus/icon_view/labels_beside_icons</key>
650
      <applyto>/apps/nautilus/icon_view/labels_beside_icons</applyto>
651
      <owner>nautilus</owner>
652
      <type>bool</type>
653
      <default>false</default>
654
      <gettext_domain>nautilus</gettext_domain>
655
      <locale name="C">
656
         <short>Put labels beside icons</short>
657
         <long>If true, labels will be placed beside icons rather than underneath them.</long>
658
      </locale>
659
    </schema>
660
 
661
    <schema>
662
      <key>/schemas/apps/nautilus/icon_view/default_use_manual_layout</key>
663
      <applyto>/apps/nautilus/icon_view/default_use_manual_layout</applyto>
664
      <owner>nautilus</owner>
665
      <type>bool</type>
666
      <default>false</default>
667
      <gettext_domain>nautilus</gettext_domain>
668
      <locale name="C">
669
         <short>Use manual layout in new windows</short>
670
         <long>If true, new windows will use manual layout by default.</long>
671
      </locale>
672
    </schema>
673
 
674
    <schema>
675
      <key>/schemas/apps/nautilus/icon_view/default_zoom_level</key>
676
      <applyto>/apps/nautilus/icon_view/default_zoom_level</applyto>
677
      <owner>nautilus</owner>
678
      <type>string</type>
679
      <default>standard</default>
680
      <gettext_domain>nautilus</gettext_domain>
681
      <locale name="C">
682
         <short>Default icon zoom level</short>
683
         <long>Default zoom level used by the icon view.</long>
684
      </locale>
685
    </schema>
686
 
687
    <schema>
688
      <key>/schemas/apps/nautilus/icon_view/thumbnail_size</key>
689
      <applyto>/apps/nautilus/icon_view/thumbnail_size</applyto>
690
      <owner>nautilus</owner>
691
      <type>int</type>
692
      <default>96</default>
693
      <gettext_domain>nautilus</gettext_domain>
694
      <locale name="C">
695
         <short>Default Thumbnail Icon Size</short>
696
         <long>The default size of an icon for a thumbnail in the icon view.</long>
697
      </locale>
698
    </schema>
699
 
700
    <schema>
701
      <key>/schemas/apps/nautilus/icon_view/text_ellipsis_limit</key>
702
      <applyto>/apps/nautilus/icon_view/text_ellipsis_limit</applyto>
703
      <type>list</type>
704
      <list_type>string</list_type>
705
      <default>[3]</default>
706
      <gettext_domain>nautilus</gettext_domain>
707
      <locale name="C">
708
         <short>Text Ellipsis Limit</short>
709
         <long>A string specifying how parts of overlong file names should be replaced by ellipses, depending on the zoom level. Each of the list entries is of the form "Zoom Level:Integer". For each specified zoom level, if the given integer is larger than 0, the file name will not exceed the given number of lines. If the integer is 0 or smaller, no limit is imposed on the specified zoom level. A default entry of the form "Integer" without any specified zoom level is also allowed. It defines the maximum number of lines for all other zoom levels. Examples: 0 - always display overlong file names; 3 - shorten file names if they exceed three lines; smallest:5,smaller:4,0 - shorten file names if they exceed five lines for zoom level "smallest". Shorten file names if they exceed four lines for zoom level "smaller". Do not shorten file names for other zoom levels. Available zoom levels: smallest (33%), smaller (50%), small (66%), standard (100%), large (150%), larger (200%), largest (400%)</long>
710
      </locale>
711
    </schema>
712
 
713
   <!-- Icon View -->
714
    <schema>
715
      <key>/schemas/apps/nautilus/compact_view/default_zoom_level</key>
716
      <applyto>/apps/nautilus/compact_view/default_zoom_level</applyto>
717
      <owner>nautilus</owner>
718
      <type>string</type>
719
      <default>standard</default>
720
      <gettext_domain>nautilus</gettext_domain>
721
      <locale name="C">
722
         <short>Default compact view zoom level</short>
723
         <long>Default zoom level used by the compact view.</long>
724
      </locale>
725
    </schema>
726
 
727
    <schema>
728
      <key>/schemas/apps/nautilus/compact_view/all_columns_have_same_width</key>
729
      <applyto>/apps/nautilus/compact_view/all_columns_have_same_width</applyto>
730
      <owner>nautilus</owner>
731
      <type>bool</type>
732
      <default>true</default>
733
      <gettext_domain>nautilus</gettext_domain>
734
      <locale name="C">
735
         <short>All columns have same width</short>
736
         <long>If this preference is set, all columns in the compact view have the same width. Otherwise, the width of each column is determined seperately.</long>
737
      </locale>
738
    </schema>
739
 
740
    <!-- List View -->
741
 
742
    <schema>
743
      <key>/schemas/apps/nautilus/list_view/default_sort_order</key>
744
      <applyto>/apps/nautilus/list_view/default_sort_order</applyto>
745
      <owner>nautilus</owner>
746
      <type>string</type>
747
      <default>name</default>
748
      <gettext_domain>nautilus</gettext_domain>
749
      <locale name="C">
750
         <short>Default sort order</short>
751
         <long>The default sort-order for the items in the list view. Possible values are "name", "size", "type", and "modification_date".</long>
752
      </locale>
753
    </schema>
754
 
755
    <schema>
756
      <key>/schemas/apps/nautilus/list_view/default_sort_in_reverse_order</key>
757
      <applyto>/apps/nautilus/list_view/default_sort_in_reverse_order</applyto>
758
      <owner>nautilus</owner>
759
      <type>bool</type>
760
      <default>false</default>
761
      <gettext_domain>nautilus</gettext_domain>
762
      <locale name="C">
763
         <short>Reverse sort order in new windows</short>
764
         <long>If true, files in new windows will be sorted in reverse order. ie, if sorted by name, then instead of sorting the files from "a" to "z", they will be sorted from "z" to "a".</long>
765
      </locale>
766
    </schema>
767
 
768
    <schema>
769
      <key>/schemas/apps/nautilus/list_view/default_zoom_level</key>
770
      <applyto>/apps/nautilus/list_view/default_zoom_level</applyto>
771
      <owner>nautilus</owner>
772
      <type>string</type>
773
      <default>smaller</default>
774
      <gettext_domain>nautilus</gettext_domain>
775
      <locale name="C">
776
         <short>Default list zoom level</short>
777
         <long>Default zoom level used by the list view.</long>
778
      </locale>
779
    </schema>
780
 
781
    <schema>
782
      <key>/schemas/apps/nautilus/list_view/default_visible_columns</key>
783
      <applyto>/apps/nautilus/list_view/default_visible_columns</applyto>
784
      <owner>nautilus</owner>
785
      <type>list</type>
786
      <list_type>string</list_type>
787
      <default>[name,size,type,date_modified]</default>
788
      <gettext_domain>nautilus</gettext_domain>
789
      <locale name="C">
790
         <short>Default list of columns visible in the list view</short>
791
         <long>Default list of columns visible in the list view.</long>
792
      </locale>
793
    </schema>
794
 
795
    <schema>
796
      <key>/schemas/apps/nautilus/list_view/default_column_order</key>
797
      <applyto>/apps/nautilus/list_view/default_column_order</applyto>
798
      <owner>nautilus</owner>
799
      <type>list</type>
800
      <list_type>string</list_type>
801
      <default>[name,size,type,date_modified]</default>
802
      <gettext_domain>nautilus</gettext_domain>
803
      <locale name="C">
804
         <short>Default column order in the list view</short>
805
         <long>Default column order in the list view.</long>
806
      </locale>
807
    </schema>
808
 
809
    <schema>
810
      <key>/schemas/apps/nautilus/preferences/date_format</key>
811
      <applyto>/apps/nautilus/preferences/date_format</applyto>
812
      <owner>nautilus</owner>
813
      <type>string</type>
814
      <default>locale</default>
815
      <gettext_domain>nautilus</gettext_domain>
816
      <locale name="C">
817
         <short>Date Format</short>
818
         <long>The format of file dates. Possible values are "locale", "iso", and "informal".</long>
819
      </locale>
820
    </schema>
821
 
822
    <schema>
823
      <key>/schemas/apps/nautilus/preferences/sidebar_width</key>
824
      <applyto>/apps/nautilus/preferences/sidebar_width</applyto>
825
      <owner>nautilus</owner>
826
      <type>int</type>
827
      <default>148</default>
828
      <gettext_domain>nautilus</gettext_domain>
829
      <locale name="C">
830
         <short>Width of the side pane</short>
831
         <long>The default width of the side pane in new windows.</long>
832
      </locale>
833
    </schema>
834
 
835
    <schema>
836
      <key>/schemas/apps/nautilus/preferences/start_with_toolbar</key>
837
      <applyto>/apps/nautilus/preferences/start_with_toolbar</applyto>
838
      <owner>nautilus</owner>
839
      <type>bool</type>
840
      <default>true</default>
841
      <gettext_domain>nautilus</gettext_domain>
842
      <locale name="C">
843
         <short>Show toolbar in new windows</short>
844
         <long>If set to true, newly opened windows will have toolbars visible.</long>
845
      </locale>
846
    </schema>
847
 
848
    <schema>
849
      <key>/schemas/apps/nautilus/preferences/start_with_location_bar</key>
850
      <applyto>/apps/nautilus/preferences/start_with_location_bar</applyto>
851
      <owner>nautilus</owner>
852
      <type>bool</type>
853
      <default>true</default>
854
      <gettext_domain>nautilus</gettext_domain>
855
      <locale name="C">
856
         <short>Show location bar in new windows</short>
857
         <long>If set to true, newly opened windows will have the location bar visible.</long>
858
      </locale>
859
    </schema>
860
 
861
    <schema>
862
      <key>/schemas/apps/nautilus/preferences/start_with_status_bar</key>
863
      <applyto>/apps/nautilus/preferences/start_with_status_bar</applyto>
864
      <owner>nautilus</owner>
865
      <type>bool</type>
866
      <default>true</default>
867
      <gettext_domain>nautilus</gettext_domain>
868
      <locale name="C">
869
         <short>Show status bar in new windows</short>
870
         <long>If set to true, newly opened windows will have the status bar visible.</long>
871
      </locale>
872
    </schema>
873
 
874
    <schema>
875
      <key>/schemas/apps/nautilus/preferences/start_with_sidebar</key>
876
      <applyto>/apps/nautilus/preferences/start_with_sidebar</applyto>
877
      <owner>nautilus</owner>
878
      <type>bool</type>
879
      <default>true</default>
880
      <gettext_domain>nautilus</gettext_domain>
881
      <locale name="C">
882
         <short>Show side pane in new windows</short>
883
         <long>If set to true, newly opened windows will have the side pane visible.</long>
884
      </locale>
885
    </schema>
886
 
887
    <schema>
888
      <key>/schemas/apps/nautilus/preferences/side_pane_view</key>
889
      <applyto>/apps/nautilus/preferences/side_pane_view</applyto>
890
      <owner>nautilus</owner>
891
      <type>string</type>
892
      <default></default>
893
      <gettext_domain>nautilus</gettext_domain>
894
      <locale name="C">
895
         <short>Side pane view</short>
896
         <long>The side pane view to show in newly opened windows.</long>
897
      </locale>
898
    </schema>
899
 
900
    <schema>
901
      <key>/schemas/apps/nautilus/sidebar_panels/tree/show_only_directories</key>
902
      <applyto>/apps/nautilus/sidebar_panels/tree/show_only_directories</applyto>
903
      <owner>nautilus</owner>
904
      <type>bool</type>
905
      <default>true</default>
906
      <gettext_domain>nautilus</gettext_domain>
907
      <locale name="C">
908
         <short>Only show folders in the tree side pane</short>
909
         <long>If set to true, Nautilus will only show folders in the tree side pane. Otherwise it will show both folders and files.</long>
910
      </locale>
911
    </schema>
912
 
913
    <schema>
914
      <key>/schemas/apps/nautilus/desktop/home_icon_visible</key>
915
      <applyto>/apps/nautilus/desktop/home_icon_visible</applyto>
916
      <owner>nautilus</owner>
917
      <type>bool</type>
918
      <default>true</default>
919
      <gettext_domain>nautilus</gettext_domain>
920
      <locale name="C">
921
         <short>Home icon visible on desktop</short>
922
         <long>If this is set to true, an icon linking to the home folder will be put on the desktop.</long>
923
      </locale>
924
    </schema>
925
 
926
    <schema>
927
      <key>/schemas/apps/nautilus/desktop/computer_icon_visible</key>
928
      <applyto>/apps/nautilus/desktop/computer_icon_visible</applyto>
929
      <owner>nautilus</owner>
930
      <type>bool</type>
931
      <default>true</default>
932
      <gettext_domain>nautilus</gettext_domain>
933
      <locale name="C">
934
         <short>Computer icon visible on desktop</short>
935
         <long>If this is set to true, an icon linking to the computer location will be put on the desktop.</long>
936
      </locale>
937
    </schema>
938
 
939
    <schema>
940
      <key>/schemas/apps/nautilus/desktop/trash_icon_visible</key>
941
      <applyto>/apps/nautilus/desktop/trash_icon_visible</applyto>
942
      <owner>nautilus</owner>
943
      <type>bool</type>
944
      <default>true</default>
945
      <gettext_domain>nautilus</gettext_domain>
946
      <locale name="C">
947
         <short>Trash icon visible on desktop</short>
948
         <long>If this is set to true, an icon linking to the trash will be put on the desktop.</long>
949
      </locale>
950
    </schema>
951
 
952
    <schema>
953
      <key>/schemas/apps/nautilus/desktop/volumes_visible</key>
954
      <applyto>/apps/nautilus/desktop/volumes_visible</applyto>
955
      <owner>nautilus</owner>
956
      <type>bool</type>
957
      <default>true</default>
958
      <gettext_domain>nautilus</gettext_domain>
959
      <locale name="C">
960
      	<short>Show mounted volumes on the desktop</short>
961
	<long>If this is set to true, icons linking to mounted volumes will be put on the desktop.</long>
962
      </locale>
963
    </schema>
964
 
965
    <schema>
966
      <key>/schemas/apps/nautilus/desktop/network_icon_visible</key>
967
      <applyto>/apps/nautilus/desktop/network_icon_visible</applyto>
968
      <owner>nautilus</owner>
969
      <type>bool</type>
970
      <default>false</default>
971
      <gettext_domain>nautilus</gettext_domain>
972
      <locale name="C">
973
      	<short>Network Servers icon visible on the desktop</short>
974
	<long>If this is set to true, an icon linking to the Network Servers view will be put on the desktop.</long>
975
      </locale>
976
    </schema>
977
 
978
    <schema>
979
      <key>/schemas/apps/nautilus/desktop/computer_icon_name</key>
980
      <applyto>/apps/nautilus/desktop/computer_icon_name</applyto>
981
      <owner>nautilus</owner>
982
      <type>string</type>
983
      <gettext_domain>nautilus</gettext_domain>
984
      <locale name="C">
985
         <short>Desktop computer icon name</short>
986
         <long>This name can be set if you want a custom name for the computer icon on the desktop.</long>
987
      </locale>
988
    </schema>
989
 
990
    <schema>
991
      <key>/schemas/apps/nautilus/desktop/home_icon_name</key>
992
      <applyto>/apps/nautilus/desktop/home_icon_name</applyto>
993
      <owner>nautilus</owner>
994
      <type>string</type>
995
      <gettext_domain>nautilus</gettext_domain>
996
      <locale name="C">
997
         <short>Desktop home icon name</short>
998
         <long>This name can be set if you want a custom name for the home icon on the desktop.</long>
999
      </locale>
1000
    </schema>
1001
 
1002
    <schema>
1003
      <key>/schemas/apps/nautilus/desktop/trash_icon_name</key>
1004
      <applyto>/apps/nautilus/desktop/trash_icon_name</applyto>
1005
      <owner>nautilus</owner>
1006
      <type>string</type>
1007
      <gettext_domain>nautilus</gettext_domain>
1008
      <locale name="C">
1009
         <short>Desktop trash icon name</short>
1010
         <long>This name can be set if you want a custom name for the trash icon on the desktop.</long>
1011
      </locale>
1012
    </schema>
1013
 
1014
    <schema>
1015
      <key>/schemas/apps/nautilus/desktop/network_icon_name</key>
1016
      <applyto>/apps/nautilus/desktop/network_icon_name</applyto>
1017
      <owner>nautilus</owner>
1018
      <type>string</type>
1019
      <gettext_domain>nautilus</gettext_domain>
1020
      <locale name="C">
1021
         <short>Network servers icon name</short>
1022
         <long>This name can be set if you want a custom name for the network servers icon on the desktop.</long>
1023
      </locale>
1024
    </schema>
1025
 
1026
    <schema>
1027
      <key>/schemas/apps/nautilus/desktop/text_ellipsis_limit</key>
1028
      <applyto>/apps/nautilus/desktop/text_ellipsis_limit</applyto>
1029
      <type>int</type>
1030
      <default>3</default>
1031
      <gettext_domain>nautilus</gettext_domain>
1032
      <locale name="C">
1033
         <short>Text Ellipsis Limit</short>
1034
         <long>An integer specifying how parts of overlong file names should be replaced by ellipses on the desktop. If the number is larger than 0, the file name will not exceed the given number of lines. If the number is 0 or smaller, no limit is imposed on the number of displayed lines.</long>
1035
      </locale>
1036
    </schema>
1037
 
1038
  </schemalist>
1039
</gconfschemafile>