<mateconfschemafile>
  <schemalist>

    <!-- Keep the defaults in sync with the emergency fallbacks 
         in caja-global-preferences.c -->

    <!-- General preferences -->

    <schema>
      <key>/schemas/apps/caja/preferences/exit_with_last_window</key>
      <applyto>/apps/caja/preferences/exit_with_last_window</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Caja will exit when last window destroyed.</short>
         <long>
          If set to true, then Caja will exit when all windows are destroyed.
          This is the default setting. If set to false, it can be started without
          any window, so caja can serve as a daemon to monitor media automount,
          or similar tasks.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/mate/file_views/show_hidden_files</key>
      <applyto>/desktop/mate/file_views/show_hidden_files</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to show hidden files</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/mate/file_views/show_backup_files</key>
      <applyto>/desktop/mate/file_views/show_backup_files</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to show backup files</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/always_use_browser</key>
      <applyto>/apps/caja/preferences/always_use_browser</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Enables the classic Caja behavior, where all windows are browsers</short>
         <long>
           If set to true, then all Caja windows will be browser windows. This is how
	   Caja used to behave before version 2.6, and some people prefer this behavior.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/always_use_location_entry</key>
      <applyto>/apps/caja/preferences/always_use_location_entry</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Always use the location entry, instead of the pathbar</short>
         <long>
           If set to true, then Caja browser windows will always use a textual
	   input entry for the location toolbar, instead of the pathbar.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/mate/file_views/tabs_open_position</key>
      <applyto>/desktop/mate/file_views/tabs_open_position</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>after_current_tab</default>
      <locale name="C">
         <short>Where to position newly open tabs in browser windows.</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/media_automount</key>
      <applyto>/apps/caja/preferences/media_automount</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to automatically mount media</short>
         <long>
           If set to true, then Caja will automatically mount media
           such as user-visible hard disks and removable media on start-up
           and media insertion.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/media_automount_open</key>
      <applyto>/apps/caja/preferences/media_automount_open</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to automatically open a folder for automounted media</short>
         <long>
           If set to true, then Caja 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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/media_autorun_never</key>
      <applyto>/apps/caja/preferences/media_autorun_never</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Never prompt or autorun/autostart programs when media are inserted</short>
         <long>
           If set to true, then Caja will never prompt nor autorun/autostart
           programs when a medium is inserted.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/media_autorun_x_content_start_app</key>
      <applyto>/apps/caja/preferences/media_autorun_x_content_start_app</applyto>
      <owner>caja</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[x-content/software]</default>
      <locale name="C">
         <short>List of x-content/* types where the preferred application will be launched</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/media_autorun_x_content_ignore</key>
      <applyto>/apps/caja/preferences/media_autorun_x_content_ignore</applyto>
      <owner>caja</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
         <short>List of x-content/* types set to "Do Nothing"</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/media_autorun_x_content_open_folder</key>
      <applyto>/apps/caja/preferences/media_autorun_x_content_open_folder</applyto>
      <owner>caja</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
         <short>List of x-content/* types set to "Open Folder"</short>
         <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>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/navigation_window_saved_geometry</key>
      <applyto>/apps/caja/preferences/navigation_window_saved_geometry</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
         <short>The geometry string for a navigation window.</short>
         <long>
           A string containing the saved geometry and coordinates string for
           navigation windows.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/navigation_window_saved_maximized</key>
      <applyto>/apps/caja/preferences/navigation_window_saved_maximized</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether the navigation window should be maximized.</short>
         <long>
           Whether the navigation window should be maximized by default.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/confirm_trash</key>
      <applyto>/apps/caja/preferences/confirm_trash</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to ask for confirmation when deleting files, or emptying Trash</short>
         <long>
           If set to true, then Caja will ask for confirmation when 
           you attempt to delete files, or empty the Trash.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/enable_delete</key>
      <applyto>/apps/caja/preferences/enable_delete</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to enable immediate deletion</short>
         <long>
           If set to true, then Caja 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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/show_icon_text</key>
      <applyto>/apps/caja/preferences/show_icon_text</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>When to show preview text in icons</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/show_directory_item_counts</key>
      <applyto>/apps/caja/preferences/show_directory_item_counts</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>When to show number of items in a folder</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/click_policy</key>
      <applyto>/apps/caja/preferences/click_policy</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>double</default>
      <locale name="C">
         <short>Type of click used to launch/open files</short>
         <long>
           Possible values are "single" to launch files on a single click, 
           or "double" to launch them on a double click.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/executable_text_activation</key>
      <applyto>/apps/caja/preferences/executable_text_activation</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>ask</default>
      <locale name="C">
         <short>What to do with executable text files when activated</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/install_mime_activation</key>
      <applyto>/apps/caja/preferences/install_mime_activation</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show the package installer for unknown mime types</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/mouse_use_extra_buttons</key>
      <applyto>/apps/caja/preferences/mouse_use_extra_buttons</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Use extra mouse button events in Caja' browser window</short>
         <long>
         For users with mice that have "Forward" and "Back" buttons, this key will determine
         if any action is taken inside of Caja when either is pressed.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/mouse_forward_button</key>
      <applyto>/apps/caja/preferences/mouse_forward_button</applyto>
      <owner>caja</owner>
      <type>int</type>
      <default>9</default>
      <locale name="C">
         <short>Mouse button to activate the "Forward" command in browser window</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/mouse_back_button</key>
      <applyto>/apps/caja/preferences/mouse_back_button</applyto>
      <owner>caja</owner>
      <type>int</type>
      <default>8</default>
      <locale name="C">
         <short>Mouse button to activate the "Back" command in browser window</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/theme</key>
      <applyto>/apps/caja/preferences/theme</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>default</default>
      <locale name="C">
         <short>Current Caja theme (deprecated)</short>
         <long>
          Name of the Caja theme to use.
	  This has been deprecated as of Caja 2.2.
	  Please use the icon theme instead.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/show_image_thumbnails</key>
      <applyto>/apps/caja/preferences/show_image_thumbnails</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>When to show thumbnails of image files</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/thumbnail_limit</key>
      <applyto>/apps/caja/preferences/thumbnail_limit</applyto>
      <owner>caja</owner>
      <type>int</type>
      <default>10485760</default>
      <locale name="C">
         <short>Maximum image size for thumbnailing</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/directory_limit</key>
      <applyto>/apps/caja/preferences/directory_limit</applyto>
      <owner>caja</owner>
      <type>int</type>
      <default>-1</default>
      <locale name="C">
         <short>Maximum handled files in a folder</short>
         <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 Caja on massive folders.
	  A negative value denotes no limit. The limit is approximate due
	  to the reading of folders chunk-wise.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/preview_sound</key>
      <applyto>/apps/caja/preferences/preview_sound</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>Whether to preview sounds when mousing over an icon</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/show_advanced_permissions</key>
      <applyto>/apps/caja/preferences/show_advanced_permissions</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Show advanced permissions in the file property dialog</short>
	 <long>
	  If set to true, then Caja lets you edit and display file
	  permissions in a more unix-like way, accessing some more
	  esoteric options.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/sort_directories_first</key>
      <applyto>/apps/caja/preferences/sort_directories_first</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show folders first in windows</short>
	 <long>
	  If set to true, then Caja shows folders prior to
	  showing files in the icon and list views.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/show_desktop</key>
      <applyto>/apps/caja/preferences/show_desktop</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Caja handles drawing the desktop</short>
	 <long>
	  If set to true, then Caja will draw the icons on the
	  desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/desktop_font</key>
      <applyto>/apps/caja/preferences/desktop_font</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>Sans 10</default>
      <locale name="C">
         <default><!-- Translators: please note this can choose the size. e.g.
"Sans 15". Please do not change "Sans", only change the size if you need to. In
most cases, this should be left alone. -->Sans 10</default>
         <short>Desktop font</short>
	 <long>
	  The font description used for the icons on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/desktop_is_home_dir</key>
      <applyto>/apps/caja/preferences/desktop_is_home_dir</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Caja uses the users home folder as the desktop</short>
	 <long>
	  If set to true, then Caja will use the user's home
	  folder as the desktop.  If it is false, then it will use
	  ~/Desktop as the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/search_bar_type</key>
      <applyto>/apps/caja/preferences/search_bar_type</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>search_by_text</default>
      <locale name="C">
         <short>Criteria for search bar searching</short>
	 <long>
	  Criteria when matching files searched for in the search bar.
	  If set to "search_by_text", then Caja will Search for files
	  by file name only.
	  If set to "search_by_text_and_properties", then Caja will
	  search for files by file name and file properties. 
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/background_set</key>
      <applyto>/apps/caja/preferences/background_set</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Custom Background</short>
         <long>Whether a custom default folder background has been set.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/background_color</key>
      <applyto>/apps/caja/preferences/background_color</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>#ffffff</default>
      <locale name="C">
         <short>Default Background Color</short>
         <long>Color for the default folder background.  Only used if background_set is true.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/background_filename</key>
      <applyto>/apps/caja/preferences/background_filename</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
         <short>Default Background Filename</short>
         <long>Filename for the default folder background.  Only used if background_set is true.</long>
      </locale>
    </schema>


    <schema>
      <key>/schemas/apps/caja/preferences/side_pane_background_set</key>
      <applyto>/apps/caja/preferences/side_pane_background_set</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Custom Side Pane Background Set</short>
        <long>Whether a custom default side pane background has been set.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/side_pane_background_color</key>
      <applyto>/apps/caja/preferences/side_pane_background_color</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>#ffffff</default>
      <locale name="C">
         <short>Default Side Pane Background Color</short>
         <long>Filename for the default side pane background.  Only used if side_pane_background_set is true.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/side_pane_background_filename</key>
      <applyto>/apps/caja/preferences/side_pane_background_filename</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
         <short>Default Side Pane Background Filename</short>
         <long>Filename for the default side pane background.  Only used if side_pane_background_set is true.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/default_folder_viewer</key>
      <applyto>/apps/caja/preferences/default_folder_viewer</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>icon_view</default>
      <locale name="C">
         <short>Default folder viewer</short>
         <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>
      </locale>
    </schema>
    
    <!-- Icon View -->

    <schema>
      <key>/schemas/apps/caja/icon_view/captions</key>
      <applyto>/apps/caja/icon_view/captions</applyto>
      <owner>caja</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[none,size,date_modified]</default>
      <locale name="C">
         <short>List of possible captions on icons</short>
         <long><!-- Translators: date_modified - mtime, the last time file contents were changed
                                 date_changed  - ctime, the last time file meta-information changed -->
	  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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/default_sort_order</key>
      <applyto>/apps/caja/icon_view/default_sort_order</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
         <short>Default sort order</short>
         <long>
           The default sort-order for items in the icon view. Possible
	   values are "name", "size", "type", "modification_date", and "emblems".
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/default_sort_in_reverse_order</key>
      <applyto>/apps/caja/icon_view/default_sort_in_reverse_order</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Reverse sort order in new windows</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/default_use_tighter_layout</key>
      <applyto>/apps/caja/icon_view/default_use_tighter_layout</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Use tighter layout in new windows</short>
         <long>
           If true, icons will be laid out tighter by default in new windows.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/labels_beside_icons</key>
      <applyto>/apps/caja/icon_view/labels_beside_icons</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Put labels beside icons</short>
         <long>
           If true, labels will be placed beside icons rather than
	   underneath them.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/default_use_manual_layout</key>
      <applyto>/apps/caja/icon_view/default_use_manual_layout</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Use manual layout in new windows</short>
         <long>
           If true, new windows will use manual layout by default.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/default_zoom_level</key>
      <applyto>/apps/caja/icon_view/default_zoom_level</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>standard</default>
      <locale name="C">
         <short>Default icon zoom level</short>
         <long>
             Default zoom level used by the icon view.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/thumbnail_size</key>
      <applyto>/apps/caja/icon_view/thumbnail_size</applyto>
      <owner>caja</owner>
      <type>int</type>
      <default>64</default>
      <locale name="C">
         <short>Default Thumbnail Icon Size</short>
         <long>
             The default size of an icon for a thumbnail in the icon view.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/icon_view/text_ellipsis_limit</key>
      <applyto>/apps/caja/icon_view/text_ellipsis_limit</applyto>
      <type>list</type>
      <list_type>string</list_type>
      <default>[3]</default>
      <locale name="C">
         <short>Text Ellipsis Limit</short>
         <long>
	     <!-- TRANSLATORS: don't translate the zoom levels between quotes -->

	     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>
      </locale>
    </schema>

   <!-- Icon View -->
    <schema>
      <key>/schemas/apps/caja/compact_view/default_zoom_level</key>
      <applyto>/apps/caja/compact_view/default_zoom_level</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>standard</default>
      <locale name="C">
         <short>Default compact view zoom level</short>
         <long>
             Default zoom level used by the compact view.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/compact_view/all_columns_have_same_width</key>
      <applyto>/apps/caja/compact_view/all_columns_have_same_width</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>All columns have same width</short>
         <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>
      </locale>
    </schema>
    
    <!-- List View -->

    <schema>
      <key>/schemas/apps/caja/list_view/default_sort_order</key>
      <applyto>/apps/caja/list_view/default_sort_order</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
         <short>Default sort order</short>
         <long>
           The default sort-order for the items in the list view. Possible
	   values are "name", "size", "type", and "modification_date".
         </long>
      </locale>
    </schema>    
         
    <schema>
      <key>/schemas/apps/caja/list_view/default_sort_in_reverse_order</key>
      <applyto>/apps/caja/list_view/default_sort_in_reverse_order</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Reverse sort order in new windows</short>
         <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>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/list_view/default_zoom_level</key>
      <applyto>/apps/caja/list_view/default_zoom_level</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>smaller</default>
      <locale name="C">
         <short>Default list zoom level</short>
         <long>
             Default zoom level used by the list view.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/list_view/default_visible_columns</key>
      <applyto>/apps/caja/list_view/default_visible_columns</applyto>
      <owner>caja</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[name,size,type,date_modified]</default>
      <locale name="C">
         <short>Default list of columns visible in the list view</short>
         <long>
             Default list of columns visible in the list view.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/list_view/default_column_order</key>
      <applyto>/apps/caja/list_view/default_column_order</applyto>
      <owner>caja</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[name,size,type,date_modified]</default>
      <locale name="C">
         <short>Default column order in the list view</short>
         <long>
             Default column order in the list view.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/date_format</key>
      <applyto>/apps/caja/preferences/date_format</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default>locale</default>
      <locale name="C">
         <short>Date Format</short>
         <long>
             The format of file dates. Possible values are "locale",
             "iso", and "informal".
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/sidebar_width</key>
      <applyto>/apps/caja/preferences/sidebar_width</applyto>
      <owner>caja</owner>
      <type>int</type>
      <default>148</default>
      <locale name="C">
         <short>Width of the side pane</short>
         <long>
          The default width of the side pane in new windows.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/start_with_toolbar</key>
      <applyto>/apps/caja/preferences/start_with_toolbar</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show toolbar in new windows</short>
         <long>
           If set to true, newly opened windows will have toolbars visible.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/start_with_location_bar</key>
      <applyto>/apps/caja/preferences/start_with_location_bar</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show location bar in new windows</short>
         <long>
           If set to true, newly opened windows will have the
	   location bar visible.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/preferences/start_with_status_bar</key>
      <applyto>/apps/caja/preferences/start_with_status_bar</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show status bar in new windows</short>
         <long>
           If set to true, newly opened windows will have the status
	   bar visible.
         </long>
      </locale>
    </schema>
         
    <schema>
      <key>/schemas/apps/caja/preferences/start_with_sidebar</key>
      <applyto>/apps/caja/preferences/start_with_sidebar</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show side pane in new windows</short>
         <long>
           If set to true, newly opened windows will have the side
	   pane visible.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/preferences/side_pane_view</key>
      <applyto>/apps/caja/preferences/side_pane_view</applyto>
      <owner>caja</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
         <short>Side pane view</short>
         <long>
	   The side pane view to show in newly opened windows.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/sidebar_panels/tree/show_only_directories</key>
      <applyto>/apps/caja/sidebar_panels/tree/show_only_directories</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Only show folders in the tree side pane</short>
         <long>
           If set to true, Caja will only show folders
           in the tree side pane. Otherwise it will show both folders
	   and files.
         </long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/caja/desktop/home_icon_visible</key>
      <applyto>/apps/caja/desktop/home_icon_visible</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Home icon visible on desktop</short>
         <long>
          If this is set to true, an icon linking to the home folder
	  will be put on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/computer_icon_visible</key>
      <applyto>/apps/caja/desktop/computer_icon_visible</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Computer icon visible on desktop</short>
         <long>
          If this is set to true, an icon linking to the computer location
	  will be put on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/trash_icon_visible</key>
      <applyto>/apps/caja/desktop/trash_icon_visible</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Trash icon visible on desktop</short>
         <long>
          If this is set to true, an icon linking to the trash
	  will be put on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/volumes_visible</key>
      <applyto>/apps/caja/desktop/volumes_visible</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
      	<short>Show mounted volumes on the desktop</short>
	<long>
	  If this is set to true, icons linking to mounted
	  volumes will be put on the desktop.
	</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/network_icon_visible</key>
      <applyto>/apps/caja/desktop/network_icon_visible</applyto>
      <owner>caja</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
      	<short>Network Servers icon visible on the desktop</short>
	<long>
	  If this is set to true, an icon linking to the Network Servers view
	  will be put on the desktop.
	</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/computer_icon_name</key>
      <applyto>/apps/caja/desktop/computer_icon_name</applyto>
      <owner>caja</owner>
      <type>string</type>
      <locale name="C">
         <short>Desktop computer icon name</short>
         <long>
          This name can be set if you want a custom name
	  for the computer icon on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/home_icon_name</key>
      <applyto>/apps/caja/desktop/home_icon_name</applyto>
      <owner>caja</owner>
      <type>string</type>
      <locale name="C">
         <short>Desktop home icon name</short>
         <long>
          This name can be set if you want a custom name
	  for the home icon on the desktop.
         </long>
      </locale>
    </schema>
        
    <schema>
      <key>/schemas/apps/caja/desktop/trash_icon_name</key>
      <applyto>/apps/caja/desktop/trash_icon_name</applyto>
      <owner>caja</owner>
      <type>string</type>
      <locale name="C">
         <short>Desktop trash icon name</short>
         <long>
          This name can be set if you want a custom name
	  for the trash icon on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/network_icon_name</key>
      <applyto>/apps/caja/desktop/network_icon_name</applyto>
      <owner>caja</owner>
      <type>string</type>
      <locale name="C">
         <short>Network servers icon name</short>
         <long>
          This name can be set if you want a custom name
	  for the network servers icon on the desktop.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/caja/desktop/text_ellipsis_limit</key>
      <applyto>/apps/caja/desktop/text_ellipsis_limit</applyto>
      <type>int</type>
      <default>3</default>
      <locale name="C">
         <short>Text Ellipsis Limit</short>
         <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>
      </locale>
    </schema>
        
  </schemalist>  
</mateconfschemafile>