Re: [Nautilus-list] Schemas file update:



Ok,here is the modified file.

It is not complete.
first, I do not know how to treat this:
(from natilus-global-preference.c)

	{ NAUTILUS_PREFERENCES_HOME_URI,
	  PREFERENCE_STRING,
	  NULL, default_home_location_callback, g_free
	},

	/* Sidebar panel default */
	{ nautilus_sidebar_news_enabled_preference_name,
	  PREFERENCE_BOOLEAN,
	  GINT_TO_POINTER (TRUE)
	},
	{ nautilus_sidebar_notes_enabled_preference_name,
	  PREFERENCE_BOOLEAN,
	  GINT_TO_POINTER (TRUE)
	},
	{ nautilus_sidebar_history_enabled_preference_name,
	  PREFERENCE_BOOLEAN,
	  GINT_TO_POINTER (TRUE)
	},
	{ nautilus_sidebar_tree_enabled_preference_name,
	  PREFERENCE_BOOLEAN,
	  GINT_TO_POINTER (FALSE)
	},

and Second, I'm not sure I have all the correct keys. (ie
/schemas/apps/nautilus/preferences/)

I only used
/schemas/apps/nautilus/preferences/
/schemas/apps/nautilus/icon-view/
/schemas/apps/nautilus/list-view/
.

well, I think that's it.


Luis Gutierrez
<gconfschemafile>
  <schemalist>

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

    <schema>
      <key>/schemas/apps/nautilus/preferences/show_hidden_files</key>
      <applyto>/apps/nautilus/preferences/show_hidden_files</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to show dotfiles</short>
         <long>
          If set to true, then hidden files (dotfiles) are shown in 
          the file manager.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/nautilus/preferences/xalf/enabled</key>
      <applyto>/apps/nautilus/preferences/xalf/enabled</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to use xalf</short>
         <long>
          If set to true, then Xalf will be used to provide
	  application launch feedback.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/nautilus/preferences/xalf/options</key>
      <applyto>/apps/nautilus/preferences/xalf/options</applyto>
      <owner>nautilus</owner>
      <type>list</type>
      <locale name="C">
         <short>xalf options</short>
         <long>
	  a set of strings which are passed as options to Xalf if
	  it is used.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/preferences/show_backup_files</key>
      <applyto>/apps/nautilus/preferences/show_backup_files</applyto>
      <owner>nautilus</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/nautilus/preferences/confirm_trash</key>
      <applyto>/apps/nautilus/preferences/confirm_trash</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to ask for confirmation when moving files to trash</short>
         <long>
           If set to true, then Nautilus will ask for confirmation when 
           you attempt to put files in the trash.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/preferences/enable_delete</key>
      <applyto>/apps/nautilus/preferences/enable_delete</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to enable immediate deletion</short>
         <long>
           If set to true, then Nautilus will have a feature allowing
           you to delete a file immediately and in-place, instead of moving it 
           to the trash. This feature can be dangerous, so use caution.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/preferences/show_icon_text</key>
      <applyto>/apps/nautilus/preferences/show_icon_text</applyto>
      <owner>nautilus</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 directory is on a remote server.
           If set to "local_only" then only show previews for local filesystems.
           If set to "never" then never bother to read preview data.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/nautilus/preferences/show_directory_item_counts</key>
      <applyto>/apps/nautilus/preferences/show_directory_item_counts</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>When to show number of items in a directory</short>
         <long>
           Speed tradeoff for when to show the number of items in a 
           directory. If set to "always" then always show item counts, 
           even if the directory is on a remote server. 
           If set to "local_only" then only show counts for local filesystems.
           If set to "never" then never bother to compute item counts.
         </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/nautilus/preferences/click_policy</key>
      <applyto>/apps/nautilus/preferences/click_policy</applyto>
      <owner>nautilus</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/nautilus/preferences/executable_text_activation</key>
      <applyto>/apps/nautilus/preferences/executable_text_activation</applyto>
      <owner>nautilus</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/nautilus/preferences/theme</key>
      <applyto>/apps/nautilus/preferences/theme</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>default</default>
      <locale name="C">
         <short>Current Nautilus theme</short>
         <long>
          Name of the Nautilus theme to use.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/preferences/show_image_thumbnails</key>
      <applyto>/apps/nautilus/preferences/show_image_thumbnails</applyto>
      <owner>nautilus</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 a image files as a thumbnail.
           If set to "always" then always thumbnail, 
           even if the directory is on a remote server.
           If set to "local_only" then only show thumbnails for local filesystems.
           If set to "never" then never bother to thumbnail images,
           just use a generic icon.
         </long>
      </locale>
    </schema>
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/preview_sound</key>
      <applyto>/apps/nautilus/preferences/preview_sound</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>When to play a sound file if the mouse hoovers over it</short>
         <long>
           Speed tradeoff for when to preview a sound file.
           If set to "always" then always play, 
           even if the directory is on a remote server.
           If set to "local_only" then only play for local filesystems.
           If set to "never" then never bother to play sounds.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/preferences/thumbnail_limit</key>
      <applyto>/apps/nautilus/preferences/thumbnail_limit</applyto>
      <owner>nautilus</owner>
      <type>int</type>
      <default>3145728</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/nautilus/preferences/use_public_metadata</key>
      <applyto>/apps/nautilus/preferences/use_public_metadata</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>local_only</default>
      <locale name="C">
         <short>Whether to store metadata in each directory, or in a single global location</short>
         <long>
          Nautilus records information about each directory you visit, such 
          as its background color, emblems, zoom level, and so on. 
          This information can be stored in one location in your home
          directory, or it can be stored in each directory in hidden files.
          The advantages of storing per-directory are that it's more robust 
          (can't be deleted in one go) and that for folders used by 
          multiple users, the metadata will be shared. So for example 
          all users can see emblems applied to files.

          If this setting is "local_only", for local filesystems metadata 
          will be stored per-directory, and for remote connections 
          it will be stored in the user's home directory. If it's "never" 
          then all metadata will go in the user's home directory; if it's 
          "always" then all metadata will go in the directory being described. 
          (However, for read-only directories, metadata always goes in the
          user's home directory.)
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/preferences/smooth_graphics_mode</key>
      <applyto>/apps/nautilus/preferences/smooth_graphics_mode</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to use smooth (antialiased) graphics</short>
         <long>
           If toggled on, smooth out jagged graphics, possibly 
           using more resources.
         </long>
      </locale>
    </schema>
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/show_special_flags</key>
      <applyto>/apps/nautilus/preferences/show_special_flags</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to show special flags</short>
         <long>
           Whether to show special flags.
         </long>
      </locale>
    </schema>
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/sort_directories_first</key>
      <applyto>/apps/nautilus/preferences/sort_directories_first</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to show directories before files</short>
         <long>
           If set to true, then Nautilus will show directories before files.
         </long>
      </locale>
    </schema>    
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/show_desktop</key>
      <applyto>/apps/nautilus/preferences/show_desktop</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to show directories before files</short>
         <long>
           If set to true, then Nautilus will show directories before files.
         </long>
      </locale>
    </schema>    
     
   <schema>
      <key>/schemas/apps/nautilus/preferences/desktop_is_home_dir</key>
      <applyto>/apps/nautilus/preferences/desktop_is_home_dir</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to treat the desktop as the home directory</short>
         <long>
           If set to true, then Nautilus will use the home directory as the
           desktop, showing all files and directories that are inside it.
           Nautilus will also show the desktop regular items such as Home,
           CD or DVD drives and floppies.
         </long>
      </locale>
    </schema>  
 
   <schema>
      <key>/schemas/apps/nautilus/preferences/search_bar_type</key>
      <applyto>/apps/nautilus/preferences/search_bar_type</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>search_by_text</default>
      <locale name="C">
         <short>Default option when searching files</short>
         <long>
	   You can search files either by file name only or by other properties.
	   This option controls what controls are shown when the "search" button is
	   pressed.
	   When "search by file name and file properties" is enabled, you will have
	   the option of adding advanced search rules such as size, type, emblems,
	   owner, dates, etc.
         </long>
      </locale>
    </schema>   
      
   <schema>
      <key>/schemas/apps/nautilus/preferences/window_always_new</key>
      <applyto>/apps/nautilus/preferences/window_always_new</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to treat open each file and directory in a new window</short>
         <long>
           If set to true, then Nautilus will open all files and directories in
           a new windows, instead of using the current one.
         </long>
      </locale>
    </schema>     
      
   <schema>
      <key>/schemas/apps/nautilus/preferences/hide_built_in_bookmars</key>
      <applyto>/apps/nautilus/preferences/hide_built_in_bookmars</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to show Nautilus default bookmarks</short>
         <long>
           If set to true, then Nautilus will only show those bookmars that you
           have added.
         </long>
      </locale>
    </schema>     
  
   <schema>
      <key>/schemas/apps/nautilus/preferences/sidebar_width</key>
      <applyto>/apps/nautilus/preferences/sidbar_width</applyto>
      <owner>nautilus</owner>
      <type>int</type>
      <default>148</default>
      <locale name="C">
         <short>width of the sidebar</short>
         <long>
          This is the size that the sidebar will use.
         </long>
      </locale>
    </schema>
        
       
   <schema>
      <key>/schemas/apps/nautilus/preferences/start_with_toolbar</key>
      <applyto>/apps/nautilus/preferences/start_with_toolbar</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to start Nautilus showing the toolbar</short>
         <long>
           Whether to start Nautilus showing the toolbar or not.
         </long>
      </locale>
    </schema>     
       
   <schema>
      <key>/schemas/apps/nautilus/preferences/start_with_location_bar</key>
      <applyto>/apps/nautilus/preferences/start_with_location_bar</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to start Nautilus showing the location bar</short>
         <long>
           Whether to start Nautilus showing the location bar or not.
         </long>
      </locale>
    </schema>       
        
   <schema>
      <key>/schemas/apps/nautilus/preferences/start_with_status_bar</key>
      <applyto>/apps/nautilus/preferences/start_with_status_bar</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to start Nautilus showing the status bar</short>
         <long>
           Whether to start Nautilus showing the status bar or not.
         </long>
      </locale>
    </schema>
         
   <schema>
      <key>/schemas/apps/nautilus/preferences/start_with_side_bar</key>
      <applyto>/apps/nautilus/preferences/start_with_side_bar</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Whether to start Nautilus showing the side bar</short>
         <long>
           Whether to start Nautilus showing the side bar or not.
         </long>
      </locale>
    </schema>   
          
   <schema>
      <key>/schemas/apps/nautilus/preferences/tree_show_only_directories</key>
      <applyto>/apps/nautilus/preferences/tree_show_only_directories</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to start show directories in the tree sidebar</short>
         <long>
           If set to false Nautilus will show both directories and files 
           in the tree sidebar.
         </long>
      </locale>
    </schema>    
            
   <schema>
      <key>/schemas/apps/nautilus/preferences/http_use_proxy</key>
      <applyto>/apps/nautilus/preferences/http_use_proxy</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Whether to use a proxy</short>
         <long>
           Enable this to have Nautilus use a proxy server for connecting to
           the internet.
         </long>
      </locale>
    </schema>   
 
   <schema>
      <key>/schemas/apps/nautilus/preferences/http_proxy_port</key>
      <applyto>/apps/nautilus/preferences/http_proxy_port</applyto>
      <owner>nautilus</owner>
      <type>int</type>
      <default>8080</default>
      <locale name="C">
         <short>Port number to connect to the proxy server</short>
         <long>
           Port number to connect to the proxy server
         </long>
      </locale>
    </schema>    
 
   <schema>
      <key>/schemas/apps/nautilus/preferences/http_proxy_use_auth</key>
      <applyto>/apps/nautilus/preferences/http_proxy_use_auth</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Wether to use an authenticatin password</short>
         <long>
           Wether use an authenticatin password for the proxy
         </long>
      </locale>
    </schema>     
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/news_max_items</key>
      <applyto>/apps/nautilus/preferences/news_max_items</applyto>
      <owner>nautilus</owner>
      <type>int</type>
      <default>6</default>
      <locale name="C">
         <short>Maximun number of news</short>
         <long>
          Maximun number of news to show per site.
         </long>
      </locale>
    </schema>    
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/news_update_interval</key>
      <applyto>/apps/nautilus/preferences/news_update_interval</applyto>
      <owner>nautilus</owner>
      <type>int</type>
      <default>5</default>
      <locale name="C">
         <short>Update news frequency in minutes</short>
         <long>
          Check for news every this amount of minutes.
         </long>
      </locale>
    </schema>     
    
   <schema>
      <key>/schemas/apps/nautilus/preferences/add_to_session</key>
      <applyto>/apps/nautilus/preferences/add_to_session</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Add to session</short>
         <long>
          Add to session.
         </long>
      </locale>
    </schema>     
    <!-- Icon View preferences -->     
    
   <schema>
      <key>/schemas/apps/nautilus/icon-view/captions</key>
      <applyto>/apps/nautilus/icon-view/captions</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>size,date_modified,type</default>
      <locale name="C">
         <short>Icon captions to show</short>
         <long>
	   The further you zoom in, more icon captions are shown. Here you can
	   control what captions to shown firt.
         </long>
      </locale>
    </schema>
            
   <schema>
      <key>/schemas/apps/nautilus/icon_view/default_sort_order</key>
      <applyto>/apps/nautilus/icon_view/default_sort_order</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
         <short>Default sort order</short>
         <long>
           Layout files and directories according to name, size, type, 
           modificatin date and emblems.
         </long>
      </locale>
    </schema>    
         
   <schema>
      <key>/schemas/apps/nautilus/icon_view/default_sort_order_or_manual_layout</key>
      <applyto>/apps/nautilus/icon_view/default_sort_orderor_manual_layout</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
         <short>Whether sort files automatically or place them manually</short>
         <long>
           Whether sort files automatically or place them manually
         </long>
      </locale>
    </schema>    
             
   <schema>
      <key>/schemas/apps/nautilus/icon_view/default_sort_in_reverse_order</key>
      <applyto>/apps/nautilus/icon_view/default_sort_in_reverse_order</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Reverse the order of the layout</short>
         <long>
           If enabled files will be sort in the 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/nautilus/icon_view/default_use_tighter_layout</key>
      <applyto>/apps/nautilus/icon_view/default_use_tighter_layout</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Wether to layout icons tighter</short>
         <long>
           If enabled icons will be layout tighter than usuall. 
         </long>
      </locale>
    </schema>     
               
   <schema>
      <key>/schemas/apps/nautilus/icon_view/default_use_manual_layout</key>
      <applyto>/apps/nautilus/icon_view/default_use_manual_layout</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Wether to layout icons manually</short>
         <long>
           If enabled icons will be layout manually instead of automatically. 
         </long>
      </locale>
    </schema>    
         
   <schema>
      <key>/schemas/apps/nautilus/icon_view/default_zoom_level</key>
      <applyto>/apps/nautilus/icon_view/default_zoom_level</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>standard</default>
      <locale name="C">
         <short>Default zoon level</short>
         <long>
           Selects the default zoom level for the icons in the icon view.
         </long>
      </locale>
    </schema>      
 
   <schema>
      <key>/schemas/apps/nautilus/icon-view/default_zoom_level_font_size</key>
      <applyto>/apps/nautilus/icon-view/default_zoom_level_font_size</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>12</default>
      <locale name="C">
         <short>Default zoom font size</short>
         <long>
	   The font size at default zoom in the icon view.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/icon-view/font</key>
      <applyto>/apps/nautilus/icon-view/font</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>sans</default>
      <locale name="C">
         <short>The default icon view font</short>
         <long>
	   The default font for use in the icon view.
         </long>
      </locale>
    </schema>
     
    <!-- List View preferences -->   
    
   <schema>
      <key>/schemas/apps/nautilus/list-view/font</key>
      <applyto>/apps/nautilus/list-view/font</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>sans</default>
      <locale name="C">
         <short>The default list view font</short>
         <long>
	   The default font for use in the list view.
         </long>
      </locale>
    </schema>

   <schema>
      <key>/schemas/apps/nautilus/list-view/default_zoom_level_font_size</key>
      <applyto>/apps/nautilus/list-view/default_zoom_level_font_size</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>12</default>
      <locale name="C">
         <short>Default zoom font size</short>
         <long>
	   The font size at default zoom in the list view.
         </long>
      </locale>
    </schema>
    
   <schema>
      <key>/schemas/apps/nautilus/list-view/default_zoom_level_font_size</key>
      <applyto>/apps/nautilus/list-view/default_zoom_level_font_size</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>12</default>
      <locale name="C">
         <short>Default zoom font size</short>
         <long>
	   The font size at default zoom in the list view.
         </long>
      </locale>
    </schema>  
     
   <schema>
      <key>/schemas/apps/nautilus/list-view/default_sort_order</key>
      <applyto>/apps/nautilus/list-view/default_sort_order</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>name</default>
      <locale name="C">
         <short>Default sort order</short>
         <long>
           Layout files and directories according to name, size, type, 
           modificatin date and emblems.	   
         </long>
      </locale>
    </schema>    
             
   <schema>
      <key>/schemas/apps/nautilus/list_view/default_sort_in_reverse_order</key>
      <applyto>/apps/nautilus/list_view/default_sort_in_reverse_order</applyto>
      <owner>nautilus</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
         <short>Reverse the order of the layout</short>
         <long>
           If enabled files will be sort in the 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/nautilus/list_view/default_zoom_level</key>
      <applyto>/apps/nautilus/list_view/default_zoom_level</applyto>
      <owner>nautilus</owner>
      <type>string</type>
      <default>smaller</default>
      <locale name="C">
         <short>Default zoon level</short>
         <long>
           Selects the default zoom level for the icons in the list view.
         </long>
      </locale>
    </schema>  
    
                 
  </schemalist>  
</gconfschemafile>






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]