Blame data/org.gnome.nautilus.gschema.xml

Packit Service 0f1579
Packit Service 0f1579
<schemalist>
Packit Service 0f1579
  <enum id="org.gnome.nautilus.SpeedTradeoff">
Packit Service 0f1579
    <value value="0" nick="always"/>
Packit Service 0f1579
    <value value="1" nick="local-only"/>
Packit Service 0f1579
    <value value="2" nick="never"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.ClickPolicy">
Packit Service 0f1579
    <value value="0" nick="single"/>
Packit Service 0f1579
    <value value="1" nick="double"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.ActivationChoice">
Packit Service 0f1579
    <value value="0" nick="launch"/>
Packit Service 0f1579
    <value value="1" nick="display"/>
Packit Service 0f1579
    <value value="2" nick="ask"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.FolderView">
Packit Service 0f1579
    <value value="0" nick="icon-view"/>
Packit Service 0f1579
    <value value="1" nick="list-view"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.SortOrder">
Packit Service 0f1579
    <value value="0" nick="manually"/>
Packit Service 0f1579
    <value value="1" nick="name"/>
Packit Service 0f1579
    <value value="2" nick="size"/>
Packit Service 0f1579
    <value value="3" nick="type"/>
Packit Service 0f1579
    <value value="4" nick="mtime"/>
Packit Service 0f1579
    <value value="5" nick="atime"/>
Packit Service 0f1579
    <value value="6" nick="trash-time"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.CanvasZoomLevel">
Packit Service 0f1579
    <value value="0" nick="small"/>
Packit Service 0f1579
    <value value="1" nick="standard"/>
Packit Service 0f1579
    <value value="2" nick="large"/>
Packit Service 0f1579
    <value value="3" nick="larger"/>
Packit Service 0f1579
    <value value="4" nick="largest"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.ListZoomLevel">
Packit Service 0f1579
    <value value="0" nick="small"/>
Packit Service 0f1579
    <value value="1" nick="standard"/>
Packit Service 0f1579
    <value value="2" nick="large"/>
Packit Service 0f1579
    <value value="3" nick="larger"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.TabPosition">
Packit Service 0f1579
    <value value="0" nick="after-current-tab"/>
Packit Service 0f1579
    <value value="1" nick="end"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.SearchFilterTimeType">
Packit Service 0f1579
    <value value="0" nick="last_modified"/>
Packit Service 0f1579
    <value value="1" nick="last_used"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <enum id="org.gnome.nautilus.CompressionFormat">
Packit Service 0f1579
    <value value="0" nick="zip"/>
Packit Service 0f1579
    <value value="1" nick="tar.xz"/>
Packit Service 0f1579
    <value value="2" nick="7z"/>
Packit Service 0f1579
  </enum>
Packit Service 0f1579
Packit Service 0f1579
  <schema path="/org/gnome/nautilus/" id="org.gnome.nautilus" gettext-domain="nautilus">
Packit Service 0f1579
    <child schema="org.gnome.nautilus.preferences" name="preferences"/>
Packit Service 0f1579
    <child schema="org.gnome.nautilus.compression" name="compression"/>
Packit Service 0f1579
    <child schema="org.gnome.nautilus.icon-view" name="icon-view"/>
Packit Service 0f1579
    <child schema="org.gnome.nautilus.list-view" name="list-view"/>
Packit Service 0f1579
    <child schema="org.gnome.nautilus.window-state" name="window-state"/>
Packit Service 0f1579
  </schema>
Packit Service 0f1579
Packit Service 0f1579
  <schema path="/org/gnome/nautilus/preferences/" id="org.gnome.nautilus.preferences" gettext-domain="nautilus">
Packit Service 0f1579
    <key name="tabs-open-position" enum="org.gnome.nautilus.TabPosition">
Packit Service 0f1579
      <aliases>
Packit Service 0f1579
        <alias value='after_current_tab' target='after-current-tab'/>
Packit Service 0f1579
      </aliases>
Packit Service 0f1579
      <default>'after-current-tab'</default>
Packit Service 0f1579
      <summary>Where to position newly open tabs in browser windows</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="always-use-location-entry">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Always use the location entry, instead of the pathbar</summary>
Packit Service 0f1579
      <description>If set to true, then Nautilus browser windows will always use a textual input entry for the location toolbar, instead of the pathbar.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="recursive-search" enum="org.gnome.nautilus.SpeedTradeoff">
Packit Service 0f1579
      <default>'local-only'</default>
Packit Service 0f1579
      <summary>Where to perform recursive search</summary>
Packit Service 0f1579
      <description>In which locations Nautilus should search on subfolders. Available values are “local-only”, “always”, “never”.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="search-filter-time-type" enum="org.gnome.nautilus.SearchFilterTimeType">
Packit Service 0f1579
      <default>'last_modified'</default>
Packit Service 0f1579
      <summary>Filter the search dates using either last used or last modified</summary>
Packit Service 0f1579
      <description>Filter the search dates using either last used or last modified.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="show-delete-permanently">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Whether to show a context menu item to delete permanently</summary>
Packit Service 0f1579
      <description>If set to true, then Nautilus will show a delete permanently context menu item to bypass the Trash.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="show-create-link">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Whether to show context menu items to create links from copied or selected files</summary>
Packit Service 0f1579
      <description>If set to true, then Nautilus will show context menu items to create links from the copied or selected files.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="confirm-trash">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Whether to ask for confirmation when deleting files, or emptying the Trash</summary>
Packit Service 0f1579
      <description>If set to true, then Nautilus will ask for confirmation when you attempt to delete files, or empty the Trash.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="show-directory-item-counts" enum="org.gnome.nautilus.SpeedTradeoff">
Packit Service 0f1579
      <aliases><alias value='local_only' target='local-only'/></aliases>
Packit Service 0f1579
      <default>'local-only'</default>
Packit Service 0f1579
      <summary>When to show number of items in a folder</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="click-policy" enum="org.gnome.nautilus.ClickPolicy">
Packit Service 0f1579
      <default>'double'</default>
Packit Service 0f1579
      <summary>Type of click used to launch/open files</summary>
Packit Service 0f1579
      <description>Possible values are “single” to launch files on a single click, or “double” to launch them on a double click.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="executable-text-activation" enum="org.gnome.nautilus.ActivationChoice">
Packit Service 0f1579
      <default>'display'</default>
Packit Service 0f1579
      <summary>What to do with executable text files when activated</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="install-mime-activation">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Show the package installer for unknown MIME types</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="show-move-to-trash-shortcut-changed-dialog">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Show a warning dialog for the change of the shortcut for move to the Trash</summary>
Packit Service 0f1579
      <description>Show a warning dialog for the change of the shortcut for move to the Trash from Control + Delete to just Delete.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="mouse-use-extra-buttons">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Use extra mouse button events in Nautilus’ browser window</summary>
Packit Service 0f1579
      <description>For users with mice that have “Forward” and “Back” buttons, this key will determine if any action is taken inside of Nautilus when either is pressed.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="i" name="mouse-forward-button">
Packit Service 0f1579
      <default>9</default>
Packit Service 0f1579
      <summary>Mouse button to activate the “Forward” command in browser window</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="i" name="mouse-back-button">
Packit Service 0f1579
      <default>8</default>
Packit Service 0f1579
      <summary>Mouse button to activate the “Back” command in browser window</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="show-image-thumbnails" enum="org.gnome.nautilus.SpeedTradeoff">
Packit Service 0f1579
      <aliases><alias value='local_only' target='local-only'/></aliases>
Packit Service 0f1579
      <default>'local-only'</default>
Packit Service 0f1579
      <summary>When to show thumbnails of files</summary>
Packit Service 0f1579
      <description>Speed trade-off for when to show a 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 files, just use a generic icon. Despite what the name may suggest, this applies to any previewable file type.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="t" name="thumbnail-limit">
Packit Service 0f1579
      <default>10485760</default>
Packit Service 0f1579
      <summary>Maximum image size for thumbnailing</summary>
Packit Service 0f1579
      <description>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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
Packit Service 0f1579
      <aliases>
Packit Service 0f1579
        <alias value='modification_date' target='mtime'/>
Packit Service 0f1579
      </aliases>
Packit Service 0f1579
      <default>'name'</default>
Packit Service 0f1579
      <summary>Default sort order</summary>
Packit Service 0f1579
      <description>The default sort-order for items in the icon view. Possible values are “name”, “size”, “type” and “mtime”.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="default-sort-in-reverse-order">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Reverse sort order in new windows</summary>
Packit Service 0f1579
      <description>If true, files in new windows will be sorted in reverse order. I.e., 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.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="default-folder-viewer" enum="org.gnome.nautilus.FolderView">
Packit Service 0f1579
      <aliases>
Packit Service 0f1579
        <alias value='icon_view' target='icon-view'/>
Packit Service 0f1579
        <alias value='compact_view' target='icon-view'/>
Packit Service 0f1579
        <alias value='compact-view' target='icon-view'/>
Packit Service 0f1579
        <alias value='list_view' target='list-view'/>
Packit Service 0f1579
      </aliases>
Packit Service 0f1579
      <default>'icon-view'</default>
Packit Service 0f1579
      <summary>Default folder viewer</summary>
Packit Service 0f1579
      <description>When a folder is visited this viewer is used unless you have selected another view for that particular folder. Possible values are “list-view”, and “icon-view”.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="show-hidden-files">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Whether to show hidden files</summary>
Packit Service 0f1579
      <description>This key is deprecated and ignored. The “show-hidden” key from “org.gtk.Settings.FileChooser” is now used instead.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="search-view" enum="org.gnome.nautilus.FolderView">
Packit Service 0f1579
      <default>'list-view'</default>
Packit Service 0f1579
      <summary>What viewer should be used when searching</summary>
Packit Service 0f1579
      <description>When searching Nautilus will switch to the type of view in this setting.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="open-folder-on-dnd-hover">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Whether to open the hovered folder after a timeout when drag and drop operation</summary>
Packit Service 0f1579
      <description>If this is set to true, when performing a drag and drop operation the hovered folder will open automatically after a timeout.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="use-experimental-views">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Enable new experimental views</summary>
Packit Service 0f1579
      <description>Whether to use the new experimental views using the latest GTK+ widgets to help giving feedback and shaping their future.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="fts-enabled">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Whether to have full text search enabled by default when opening a new window/tab</summary>
Packit Service 0f1579
      <description>If set to true, then Nautilus will also match the file contents besides the name. This toggles the default active state, which can still be overridden in the search popover</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
  </schema>
Packit Service 0f1579
Packit Service 0f1579
  <schema path="/org/gnome/nautilus/compression/" id="org.gnome.nautilus.compression" gettext-domain="nautilus">
Packit Service 0f1579
    <key name="default-compression-format" enum="org.gnome.nautilus.CompressionFormat">
Packit Service 0f1579
      <default>'zip'</default>
Packit Service 0f1579
      <summary>Default format for compressing files</summary>
Packit Service 0f1579
      <description>The format that will be selected when compressing files.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
  </schema>
Packit Service 0f1579
Packit Service 0f1579
  <schema path="/org/gnome/nautilus/icon-view/" id="org.gnome.nautilus.icon-view" gettext-domain="nautilus">
Packit Service 0f1579
    <key type="as" name="captions">
Packit Service 0f1579
      <default>[ 'none', 'none', 'none' ]</default>
Packit Service 0f1579
      <summary>List of possible captions on icons</summary>
Packit Service 0f1579
      <description>A list of captions below an icon in the icon view. The actual number of captions shown depends on the zoom level. Some possible values are: “size”, “type”, “date_modified”, “owner”, “group”, “permissions”, and “mime_type”.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key name="default-zoom-level" enum="org.gnome.nautilus.CanvasZoomLevel">
Packit Service 0f1579
      <default>'large'</default>
Packit Service 0f1579
      <summary>Default icon view zoom level</summary>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="as" name="text-ellipsis-limit">
Packit Service 0f1579
      <default>[ '3' ]</default>
Packit Service 0f1579
      <summary>Text Ellipsis Limit</summary>
Packit Service 0f1579
      <description>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: small, standard, large.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
  </schema>
Packit Service 0f1579
Packit Service 0f1579
  <schema path="/org/gnome/nautilus/list-view/" id="org.gnome.nautilus.list-view" gettext-domain="nautilus">
Packit Service 0f1579
    <key name="default-zoom-level" enum="org.gnome.nautilus.ListZoomLevel">
Packit Service 0f1579
      <default>'standard'</default>
Packit Service 0f1579
      <summary>Default list view zoom level</summary>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="as" name="default-visible-columns">
Packit Service 0f1579
      <default>[ 'name', 'size', 'date_modified', 'starred' ]</default>
Packit Service 0f1579
      <summary>Columns visible in list view</summary>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="as" name="default-column-order">
Packit Service 0f1579
      <default>[ 'name', 'size', 'type', 'owner', 'group', 'permissions', 'mime_type', 'where', 'date_modified', 'date_modified_with_time', 'date_accessed', 'recency', 'starred' ]</default>
Packit Service 0f1579
      <summary>Column order in list view</summary>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="use-tree-view">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Use tree view</summary>
Packit Service 0f1579
      <description>Whether a tree should be used for list view navigation instead of a flat list.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
  </schema>
Packit Service 0f1579
Packit Service 0f1579
  <schema path="/org/gnome/nautilus/window-state/" id="org.gnome.nautilus.window-state" gettext-domain="nautilus">
Packit Service 0f1579
    <key type="(ii)" name="initial-size">
Packit Service 0f1579
      <default>(890, 550)</default>
Packit Service 0f1579
      <summary>Initial size of the window</summary>
Packit Service 0f1579
      <description>A tuple containing the initial width and height of the application window.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="maximized">
Packit Service 0f1579
      <default>false</default>
Packit Service 0f1579
      <summary>Whether the navigation window should be maximized</summary>
Packit Service 0f1579
      <description>Whether the navigation window should be maximized by default.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="i" name="sidebar-width">
Packit Service 0f1579
      <default>188</default>
Packit Service 0f1579
      <summary>Width of the side pane</summary>
Packit Service 0f1579
      <description>The default width of the side pane in new windows.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="start-with-location-bar">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Show location bar in new windows</summary>
Packit Service 0f1579
      <description>If set to true, newly opened windows will have the location bar visible.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
    <key type="b" name="start-with-sidebar">
Packit Service 0f1579
      <default>true</default>
Packit Service 0f1579
      <summary>Show side pane in new windows</summary>
Packit Service 0f1579
      <description>If set to true, newly opened windows will have the side pane visible.</description>
Packit Service 0f1579
    </key>
Packit Service 0f1579
  </schema>
Packit Service 0f1579
</schemalist>