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