2008-05-05 Paolo Borelli <pborelli@katamail.com>
[nautilus.git] / libnautilus-private / apps_nautilus_preferences.schemas.in
blobda31a063a70b28f2d41b200e7ed37128ecd96bab
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 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>10485760</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          "icon_view" and "compact_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>    
667    <!-- Icon View -->
668     <schema>
669       <key>/schemas/apps/nautilus/compact_view/default_zoom_level</key>
670       <applyto>/apps/nautilus/compact_view/default_zoom_level</applyto>
671       <owner>nautilus</owner>
672       <type>string</type>
673       <default>standard</default>
674       <locale name="C">
675          <short>Default compact view zoom level</short>
676          <long>
677              Default zoom level used by the compact view.
678          </long>
679       </locale>
680     </schema>
682     <schema>
683       <key>/schemas/apps/nautilus/compact_view/all_columns_have_same_width</key>
684       <applyto>/apps/nautilus/compact_view/all_columns_have_same_width</applyto>
685       <owner>nautilus</owner>
686       <type>string</type>
687       <default>standard</default>
688       <locale name="C">
689          <short>All columns have same width</short>
690          <long>
691              If this preference is set, all columns in the compact view have the same
692              width. Otherwise, the width of each column is determined seperately.
693          </long>
694       </locale>
695     </schema>
696     
697     <!-- List View -->
699     <schema>
700       <key>/schemas/apps/nautilus/list_view/default_sort_order</key>
701       <applyto>/apps/nautilus/list_view/default_sort_order</applyto>
702       <owner>nautilus</owner>
703       <type>string</type>
704       <default>name</default>
705       <locale name="C">
706          <short>Default sort order</short>
707          <long>
708            The default sort-order for the items in the list view. Possible
709            values are "name", "size", "type", and "modification_date".
710          </long>
711       </locale>
712     </schema>    
713          
714     <schema>
715       <key>/schemas/apps/nautilus/list_view/default_sort_in_reverse_order</key>
716       <applyto>/apps/nautilus/list_view/default_sort_in_reverse_order</applyto>
717       <owner>nautilus</owner>
718       <type>bool</type>
719       <default>false</default>
720       <locale name="C">
721          <short>Reverse sort order in new windows</short>
722          <long>
723            If true, files in new windows will be sorted in reverse order.
724            ie, if sorted by name, then instead of sorting the files from
725            "a" to "z", they will be sorted from "z" to "a".
726          </long>
727       </locale>
728     </schema>
730     <schema>
731       <key>/schemas/apps/nautilus/list_view/default_zoom_level</key>
732       <applyto>/apps/nautilus/list_view/default_zoom_level</applyto>
733       <owner>nautilus</owner>
734       <type>string</type>
735       <default>smaller</default>
736       <locale name="C">
737          <short>Default list zoom level</short>
738          <long>
739              Default zoom level used by the list view.
740          </long>
741       </locale>
742     </schema>
744     <schema>
745       <key>/schemas/apps/nautilus/list_view/default_visible_columns</key>
746       <applyto>/apps/nautilus/list_view/default_visible_columns</applyto>
747       <owner>nautilus</owner>
748       <type>list</type>
749       <list_type>string</list_type>
750       <default>[name,size,type,date_modified]</default>
751       <locale name="C">
752          <short>Default list of columns visible in the list view</short>
753          <long>
754              Default list of columns visible in the list view.
755          </long>
756       </locale>
757     </schema>
759     <schema>
760       <key>/schemas/apps/nautilus/list_view/default_column_order</key>
761       <applyto>/apps/nautilus/list_view/default_column_order</applyto>
762       <owner>nautilus</owner>
763       <type>list</type>
764       <list_type>string</list_type>
765       <default>[name,size,type,date_modified]</default>
766       <locale name="C">
767          <short>Default column order in the list view</short>
768          <long>
769              Default column order in the list view.
770          </long>
771       </locale>
772     </schema>
774     <schema>
775       <key>/schemas/apps/nautilus/preferences/date_format</key>
776       <applyto>/apps/nautilus/preferences/date_format</applyto>
777       <owner>nautilus</owner>
778       <type>string</type>
779       <default>locale</default>
780       <locale name="C">
781          <short>Date Format</short>
782          <long>
783              The format of file dates. Possible values are "locale",
784              "iso", and "informal".
785          </long>
786       </locale>
787     </schema>
789     <schema>
790       <key>/schemas/apps/nautilus/preferences/sidebar_width</key>
791       <applyto>/apps/nautilus/preferences/sidebar_width</applyto>
792       <owner>nautilus</owner>
793       <type>int</type>
794       <default>148</default>
795       <locale name="C">
796          <short>Width of the side pane</short>
797          <long>
798           The default width of the side pane in new windows.
799          </long>
800       </locale>
801     </schema>
803     <schema>
804       <key>/schemas/apps/nautilus/preferences/start_with_toolbar</key>
805       <applyto>/apps/nautilus/preferences/start_with_toolbar</applyto>
806       <owner>nautilus</owner>
807       <type>bool</type>
808       <default>true</default>
809       <locale name="C">
810          <short>Show toolbar in new windows</short>
811          <long>
812            If set to true, newly opened windows will have toolbars visible.
813          </long>
814       </locale>
815     </schema>
816     
817     <schema>
818       <key>/schemas/apps/nautilus/preferences/start_with_location_bar</key>
819       <applyto>/apps/nautilus/preferences/start_with_location_bar</applyto>
820       <owner>nautilus</owner>
821       <type>bool</type>
822       <default>true</default>
823       <locale name="C">
824          <short>Show location bar in new windows</short>
825          <long>
826            If set to true, newly opened windows will have the
827            location bar visible.
828          </long>
829       </locale>
830     </schema>
831     
832     <schema>
833       <key>/schemas/apps/nautilus/preferences/start_with_status_bar</key>
834       <applyto>/apps/nautilus/preferences/start_with_status_bar</applyto>
835       <owner>nautilus</owner>
836       <type>bool</type>
837       <default>true</default>
838       <locale name="C">
839          <short>Show status bar in new windows</short>
840          <long>
841            If set to true, newly opened windows will have the status
842            bar visible.
843          </long>
844       </locale>
845     </schema>
846          
847     <schema>
848       <key>/schemas/apps/nautilus/preferences/start_with_sidebar</key>
849       <applyto>/apps/nautilus/preferences/start_with_sidebar</applyto>
850       <owner>nautilus</owner>
851       <type>bool</type>
852       <default>true</default>
853       <locale name="C">
854          <short>Show side pane in new windows</short>
855          <long>
856            If set to true, newly opened windows will have the side
857            pane visible.
858          </long>
859       </locale>
860     </schema>
862     <schema>
863       <key>/schemas/apps/nautilus/preferences/side_pane_view</key>
864       <applyto>/apps/nautilus/preferences/side_pane_view</applyto>
865       <owner>nautilus</owner>
866       <type>string</type>
867       <default></default>
868       <locale name="C">
869          <short>Side pane view</short>
870          <long>
871            The side pane view to show in newly opened windows.
872          </long>
873       </locale>
874     </schema>
875     
876     <schema>
877       <key>/schemas/apps/nautilus/sidebar_panels/tree/show_only_directories</key>
878       <applyto>/apps/nautilus/sidebar_panels/tree/show_only_directories</applyto>
879       <owner>nautilus</owner>
880       <type>bool</type>
881       <default>true</default>
882       <locale name="C">
883          <short>Only show folders in the tree side pane</short>
884          <long>
885            If set to true, Nautilus will only show folders
886            in the tree side pane. Otherwise it will show both folders
887            and files.
888          </long>
889       </locale>
890     </schema>
891     
892     <schema>
893       <key>/schemas/apps/nautilus/desktop/home_icon_visible</key>
894       <applyto>/apps/nautilus/desktop/home_icon_visible</applyto>
895       <owner>nautilus</owner>
896       <type>bool</type>
897       <default>true</default>
898       <locale name="C">
899          <short>Home icon visible on desktop</short>
900          <long>
901           If this is set to true, an icon linking to the home folder
902           will be put on the desktop.
903          </long>
904       </locale>
905     </schema>
907     <schema>
908       <key>/schemas/apps/nautilus/desktop/computer_icon_visible</key>
909       <applyto>/apps/nautilus/desktop/computer_icon_visible</applyto>
910       <owner>nautilus</owner>
911       <type>bool</type>
912       <default>true</default>
913       <locale name="C">
914          <short>Computer icon visible on desktop</short>
915          <long>
916           If this is set to true, an icon linking to the computer location
917           will be put on the desktop.
918          </long>
919       </locale>
920     </schema>
922     <schema>
923       <key>/schemas/apps/nautilus/desktop/trash_icon_visible</key>
924       <applyto>/apps/nautilus/desktop/trash_icon_visible</applyto>
925       <owner>nautilus</owner>
926       <type>bool</type>
927       <default>true</default>
928       <locale name="C">
929          <short>Trash icon visible on desktop</short>
930          <long>
931           If this is set to true, an icon linking to the trash
932           will be put on the desktop.
933          </long>
934       </locale>
935     </schema>
937     <schema>
938       <key>/schemas/apps/nautilus/desktop/volumes_visible</key>
939       <applyto>/apps/nautilus/desktop/volumes_visible</applyto>
940       <owner>nautilus</owner>
941       <type>bool</type>
942       <default>true</default>
943       <locale name="C">
944         <short>Show mounted volumes on the desktop</short>
945         <long>
946           If this is set to true, icons linking to mounted
947           volumes will be put on the desktop.
948         </long>
949       </locale>
950     </schema>
952     <schema>
953       <key>/schemas/apps/nautilus/desktop/network_icon_visible</key>
954       <applyto>/apps/nautilus/desktop/network_icon_visible</applyto>
955       <owner>nautilus</owner>
956       <type>bool</type>
957       <default>false</default>
958       <locale name="C">
959         <short>Network Servers icon visible on the desktop</short>
960         <long>
961           If this is set to true, an icon linking to the Network Servers view
962           will be put on the desktop.
963         </long>
964       </locale>
965     </schema>
967     <schema>
968       <key>/schemas/apps/nautilus/desktop/computer_icon_name</key>
969       <applyto>/apps/nautilus/desktop/computer_icon_name</applyto>
970       <owner>nautilus</owner>
971       <type>string</type>
972       <locale name="C">
973          <short>Desktop computer icon name</short>
974          <long>
975           This name can be set if you want a custom name
976           for the computer icon on the desktop.
977          </long>
978       </locale>
979     </schema>
981     <schema>
982       <key>/schemas/apps/nautilus/desktop/home_icon_name</key>
983       <applyto>/apps/nautilus/desktop/home_icon_name</applyto>
984       <owner>nautilus</owner>
985       <type>string</type>
986       <locale name="C">
987          <short>Desktop home icon name</short>
988          <long>
989           This name can be set if you want a custom name
990           for the home icon on the desktop.
991          </long>
992       </locale>
993     </schema>
994         
995     <schema>
996       <key>/schemas/apps/nautilus/desktop/trash_icon_name</key>
997       <applyto>/apps/nautilus/desktop/trash_icon_name</applyto>
998       <owner>nautilus</owner>
999       <type>string</type>
1000       <locale name="C">
1001          <short>Desktop trash icon name</short>
1002          <long>
1003           This name can be set if you want a custom name
1004           for the trash icon on the desktop.
1005          </long>
1006       </locale>
1007     </schema>
1009     <schema>
1010       <key>/schemas/apps/nautilus/desktop/network_icon_name</key>
1011       <applyto>/apps/nautilus/desktop/network_icon_name</applyto>
1012       <owner>nautilus</owner>
1013       <type>string</type>
1014       <locale name="C">
1015          <short>Network servers icon name</short>
1016          <long>
1017           This name can be set if you want a custom name
1018           for the network servers icon on the desktop.
1019          </long>
1020       </locale>
1021     </schema>
1022         
1023   </schemalist>  
1024 </gconfschemafile>