[ Avaa Bypassed ]




Upload:

Command:

www-data@3.22.194.5: ~ $
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <enum id="org.gnome.nautilus.SpeedTradeoff">
    <value value="0" nick="always"/>
    <value value="1" nick="local-only"/>
    <value value="2" nick="never"/>
  </enum>

  <enum id="org.gnome.nautilus.ClickPolicy">
    <value value="0" nick="single"/>
    <value value="1" nick="double"/>
  </enum>

  <enum id="org.gnome.nautilus.ActivationChoice">
    <value value="0" nick="launch"/>
    <value value="1" nick="display"/>
    <value value="2" nick="ask"/>
  </enum>

  <enum id="org.gnome.nautilus.FolderView">
    <value value="0" nick="icon-view"/>
    <value value="1" nick="list-view"/>
  </enum>

  <enum id="org.gnome.nautilus.SortOrder">
    <!--
      When touching this, make sure to keep the values in sync with the
      #NautilusFileSortType enum in the `src/nautilus-file.h` code header file.
    -->
    <value value="0" nick="name"/>
    <value value="1" nick="size"/>
    <value value="2" nick="type"/>
    <value value="3" nick="mtime"/>
    <value value="4" nick="atime"/>
    <value value="5" nick="starred"/>
  </enum>

  <enum id="org.gnome.nautilus.CanvasZoomLevel">
    <value value="0" nick="small"/>
    <value value="1" nick="standard"/>
    <value value="2" nick="large"/>
    <value value="3" nick="larger"/>
    <value value="4" nick="largest"/>
  </enum>

  <enum id="org.gnome.nautilus.ListZoomLevel">
    <value value="0" nick="small"/>
    <value value="1" nick="standard"/>
    <value value="2" nick="large"/>
    <value value="3" nick="larger"/>
  </enum>

  <enum id="org.gnome.nautilus.TabPosition">
    <value value="0" nick="after-current-tab"/>
    <value value="1" nick="end"/>
  </enum>

  <enum id="org.gnome.nautilus.SearchFilterTimeType">
    <value value="0" nick="last_modified"/>
    <value value="1" nick="last_used"/>
  </enum>

  <enum id="org.gnome.nautilus.CompressionFormat">
    <value value="0" nick="zip"/>
    <value value="1" nick="tar.xz"/>
    <value value="2" nick="7z"/>
  </enum>

  <schema path="/org/gnome/nautilus/" id="org.gnome.nautilus" gettext-domain="nautilus">
    <child schema="org.gnome.nautilus.preferences" name="preferences"/>
    <child schema="org.gnome.nautilus.compression" name="compression"/>
    <child schema="org.gnome.nautilus.icon-view" name="icon-view"/>
    <child schema="org.gnome.nautilus.list-view" name="list-view"/>
    <child schema="org.gnome.nautilus.window-state" name="window-state"/>
  </schema>

  <schema path="/org/gnome/nautilus/preferences/" id="org.gnome.nautilus.preferences" gettext-domain="nautilus">
    <key name="tabs-open-position" enum="org.gnome.nautilus.TabPosition">
      <aliases>
        <alias value='after_current_tab' target='after-current-tab'/>
      </aliases>
      <default>'after-current-tab'</default>
      <summary>Where to position newly open tabs in browser windows</summary>
      <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>
    </key>
    <key type="b" name="always-use-location-entry">
      <default>false</default>
      <summary>Always use the location entry, instead of the pathbar</summary>
      <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>
    </key>
    <key name="recursive-search" enum="org.gnome.nautilus.SpeedTradeoff">
      <default>'local-only'</default>
      <summary>Where to perform recursive search</summary>
      <description>In which locations Nautilus should search on subfolders. Available values are “local-only”, “always”, “never”.</description>
    </key>
    <key name="search-filter-time-type" enum="org.gnome.nautilus.SearchFilterTimeType">
      <default>'last_modified'</default>
      <summary>Filter the search dates using either last used or last modified</summary>
      <description>Filter the search dates using either last used or last modified.</description>
    </key>
    <key type="b" name="show-delete-permanently">
      <default>false</default>
      <summary>Whether to show a context menu item to delete permanently</summary>
      <description>If set to true, then Nautilus will show a delete permanently context menu item to bypass the Trash.</description>
    </key>
    <key type="b" name="show-create-link">
      <default>false</default>
      <summary>Whether to show context menu items to create links from copied or selected files</summary>
      <description>If set to true, then Nautilus will show context menu items to create links from the copied or selected files.</description>
    </key>
    <key type="b" name="confirm-trash">
      <default>true</default>
      <summary>Whether to ask for confirmation when deleting files, or emptying the Trash</summary>
      <description>If set to true, then Nautilus will ask for confirmation when you attempt to delete files, or empty the Trash.</description>
    </key>
    <key name="show-directory-item-counts" enum="org.gnome.nautilus.SpeedTradeoff">
      <aliases><alias value='local_only' target='local-only'/></aliases>
      <default>'local-only'</default>
      <summary>When to show number of items in a folder</summary>
      <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>
    </key>
    <key name="click-policy" enum="org.gnome.nautilus.ClickPolicy">
      <default>'double'</default>
      <summary>Type of click used to launch/open files</summary>
      <description>Possible values are “single” to launch files on a single click, or “double” to launch them on a double click.</description>
    </key>
    <key name="executable-text-activation" enum="org.gnome.nautilus.ActivationChoice">
      <default>'display'</default>
      <summary>What to do with executable text files when activated</summary>
      <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>
    </key>
    <key type="b" name="install-mime-activation">
      <default>true</default>
      <summary>Show the package installer for unknown MIME types</summary>
      <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>
    </key>
    <key type="b" name="mouse-use-extra-buttons">
      <default>true</default>
      <summary>Use extra mouse button events in Nautilus’ browser window</summary>
      <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>
    </key>
    <key type="i" name="mouse-forward-button">
      <default>9</default>
      <summary>Mouse button to activate the “Forward” command in browser window</summary>
      <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>
    </key>
    <key type="i" name="mouse-back-button">
      <default>8</default>
      <summary>Mouse button to activate the “Back” command in browser window</summary>
      <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>
    </key>
    <key name="show-image-thumbnails" enum="org.gnome.nautilus.SpeedTradeoff">
      <aliases><alias value='local_only' target='local-only'/></aliases>
      <default>'local-only'</default>
      <summary>When to show thumbnails of files</summary>
      <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>
    </key>
    <key type="t" name="thumbnail-limit">
      <range max="5000"/>
      <default>10</default>
      <summary>Maximum image size for thumbnailing</summary>
      <description>Images over this size (in megabytes) 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>
    </key>
    <key name="default-sort-order" enum="org.gnome.nautilus.SortOrder">
      <aliases>
        <alias value='modification_date' target='mtime'/>
      </aliases>
      <default>'name'</default>
      <summary>Default sort order</summary>
      <description>The default sort-order for items in the icon view. Possible values are “name”, “size”, “type”, “mtime”, “atime” and “starred”.</description>
    </key>
    <key type="b" name="default-sort-in-reverse-order">
      <default>false</default>
      <summary>Reverse sort order in new windows</summary>
      <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>
    </key>
    <key name="default-folder-viewer" enum="org.gnome.nautilus.FolderView">
      <aliases>
        <alias value='icon_view' target='icon-view'/>
        <alias value='compact_view' target='icon-view'/>
        <alias value='compact-view' target='icon-view'/>
        <alias value='list_view' target='list-view'/>
      </aliases>
      <default>'icon-view'</default>
      <summary>Default folder viewer</summary>
      <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>
    </key>
    <key type="b" name="show-hidden-files">
      <default>false</default>
      <summary>Whether to show hidden files</summary>
      <description>This key is deprecated and ignored. The “show-hidden” key from “org.gtk.Settings.FileChooser” is now used instead.</description>
    </key>
    <key name="search-view" enum="org.gnome.nautilus.FolderView">
      <default>'list-view'</default>
      <summary>What viewer should be used when searching</summary>
      <description>When searching Nautilus will switch to the type of view in this setting.</description>
    </key>
    <key type="b" name="open-folder-on-dnd-hover">
      <default>true</default>
      <summary>Whether to open the hovered folder after a timeout when drag and drop operation</summary>
      <description>If this is set to true, when performing a drag and drop operation the hovered folder will open automatically after a timeout.</description>
    </key>
    <key type="b" name="use-experimental-views">
      <default>false</default>
      <summary>Enable new experimental views</summary>
      <description>Whether to use the new experimental views using the latest GTK+ widgets to help giving feedback and shaping their future.</description>
    </key>
    <key type="b" name="fts-enabled">
      <default>true</default>
      <summary>Whether to have full text search enabled by default when opening a new window/tab</summary>
      <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>
    </key>
  </schema>

  <schema path="/org/gnome/nautilus/compression/" id="org.gnome.nautilus.compression" gettext-domain="nautilus">
    <key name="default-compression-format" enum="org.gnome.nautilus.CompressionFormat">
      <default>'zip'</default>
      <summary>Default format for compressing files</summary>
      <description>The format that will be selected when compressing files.</description>
    </key>
  </schema>

  <schema path="/org/gnome/nautilus/icon-view/" id="org.gnome.nautilus.icon-view" gettext-domain="nautilus">
    <key type="as" name="captions">
      <default>[ 'none', 'none', 'none' ]</default>
      <summary>List of possible captions on icons</summary>
      <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>
    </key>
    <key name="default-zoom-level" enum="org.gnome.nautilus.CanvasZoomLevel">
      <default>'large'</default>
      <summary>Default icon view zoom level</summary>
    </key>
    <key type="as" name="text-ellipsis-limit">
      <default>[ '3' ]</default>
      <summary>Text Ellipsis Limit</summary>
      <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>
    </key>
  </schema>

  <schema path="/org/gnome/nautilus/list-view/" id="org.gnome.nautilus.list-view" gettext-domain="nautilus">
    <key name="default-zoom-level" enum="org.gnome.nautilus.ListZoomLevel">
      <default>'standard'</default>
      <summary>Default list view zoom level</summary>
    </key>
    <key type="as" name="default-visible-columns">
      <default>[ 'name', 'size', 'date_modified', 'starred' ]</default>
      <summary>Columns visible in list view</summary>
    </key>
    <key type="as" name="default-column-order">
      <default>[ 'name', 'size', 'type', 'owner', 'group', 'permissions', 'mime_type', 'where', 'date_modified', 'date_modified_with_time', 'date_accessed', 'recency', 'starred' ]</default>
      <summary>Column order in list view</summary>
    </key>
    <key type="b" name="use-tree-view">
      <default>false</default>
      <summary>Use tree view</summary>
      <description>Whether a tree should be used for list view navigation instead of a flat list.</description>
    </key>
  </schema>

  <schema path="/org/gnome/nautilus/window-state/" id="org.gnome.nautilus.window-state" gettext-domain="nautilus">
    <key type="(ii)" name="initial-size">
      <default>(890, 550)</default>
      <summary>Initial size of the window</summary>
      <description>A tuple containing the initial width and height of the application window.</description>
    </key>
    <key type="b" name="maximized">
      <default>false</default>
      <summary>Whether the navigation window should be maximized</summary>
      <description>Whether the navigation window should be maximized by default.</description>
    </key>
    <key type="i" name="sidebar-width">
      <default>188</default>
      <summary>Width of the side pane</summary>
      <description>The default width of the side pane in new windows.</description>
    </key>
    <key type="b" name="start-with-location-bar">
      <default>true</default>
      <summary>Show location bar in new windows</summary>
      <description>If set to true, newly opened windows will have the location bar visible.</description>
    </key>
    <key type="b" name="start-with-sidebar">
      <default>true</default>
      <summary>Show side pane in new windows</summary>
      <description>If set to true, newly opened windows will have the side pane visible.</description>
    </key>
  </schema>
</schemalist>

Filemanager

Name Type Size Permission Actions
00_org.gnome.shell.gschema.override File 158 B 0644
10_gnome-shell.gschema.override File 216 B 0644
10_gnome-terminal.gschema.override File 56 B 0644
10_gsettings-desktop-schemas.gschema.override File 276 B 0644
10_ubuntu-dock.gschema.override File 567 B 0644
10_ubuntu-settings.gschema.override File 6 KB 0644
com.canonical.Unity.Lenses.gschema.xml File 2.45 KB 0644
com.ubuntu.SoftwareProperties.gschema.xml File 672 B 0644
com.ubuntu.login-screen.gschema.xml File 2.84 KB 0644
com.ubuntu.notifications.hub.gschema.xml File 703 B 0644
com.ubuntu.notifications.settings.gschema.xml File 2.17 KB 0644
com.ubuntu.phone.gschema.xml File 1 KB 0644
com.ubuntu.sound.gschema.xml File 367 B 0644
com.ubuntu.touch.network.gschema.xml File 663 B 0644
com.ubuntu.touch.sound.gschema.xml File 1006 B 0644
com.ubuntu.touch.system.gschema.xml File 2.38 KB 0644
com.ubuntu.update-manager.gschema.xml File 2.99 KB 0644
com.ubuntu.update-notifier.gschema.xml File 1.86 KB 0644
com.ubuntu.user-interface.gschema.xml File 2.04 KB 0644
gschemas.compiled File 196.24 KB 0644
org.freedesktop.ColorHelper.gschema.xml File 1.46 KB 0644
org.freedesktop.Tracker.DB.gschema.xml File 1.38 KB 0644
org.freedesktop.Tracker.Extract.gschema.xml File 2.21 KB 0644
org.freedesktop.Tracker.FTS.gschema.xml File 2.47 KB 0644
org.freedesktop.Tracker.Miner.Files.gschema.xml File 6.71 KB 0644
org.freedesktop.Tracker.Store.gschema.xml File 1.4 KB 0644
org.freedesktop.Tracker.Writeback.gschema.xml File 1.15 KB 0644
org.freedesktop.Tracker.enums.xml File 889 B 0644
org.freedesktop.Tracker.gschema.xml File 1.07 KB 0644
org.freedesktop.TrackerMiners.enums.xml File 907 B 0644
org.freedesktop.ibus.engine.table.gschema.xml File 1.42 KB 0644
org.freedesktop.ibus.gschema.xml File 11.89 KB 0644
org.gnome.Characters.gschema.xml File 600 B 0644
org.gnome.Cheese.gschema.xml File 4.3 KB 0644
org.gnome.ControlCenter.gschema.xml File 801 B 0644
org.gnome.DejaDup.gschema.xml File 12.58 KB 0644
org.gnome.Disks.gschema.xml File 468 B 0644
org.gnome.Evince.gschema.xml File 2.98 KB 0644
org.gnome.Evolution.DefaultSources.gschema.xml File 1.03 KB 0644
org.gnome.FileRoller.gschema.xml File 8.31 KB 0644
org.gnome.GWeather.enums.xml File 1.48 KB 0644
org.gnome.GWeather.gschema.xml File 2.96 KB 0644
org.gnome.Logs.enums.xml File 420 B 0644
org.gnome.Logs.gschema.xml File 746 B 0644
org.gnome.Mahjongg.gschema.xml File 873 B 0644
org.gnome.Mines.gschema.xml File 2.05 KB 0644
org.gnome.Patience.WindowState.gschema.xml File 660 B 0644
org.gnome.SessionManager.gschema.xml File 1.14 KB 0644
org.gnome.SimpleScan.gschema.xml File 3.1 KB 0644
org.gnome.Sudoku.gschema.xml File 1.84 KB 0644
org.gnome.Terminal.gschema.xml File 30.21 KB 0644
org.gnome.Vino.enums.xml File 446 B 0644
org.gnome.Vino.gschema.xml File 5.84 KB 0644
org.gnome.baobab.gschema.xml File 1.27 KB 0644
org.gnome.calculator.gschema.xml File 3.89 KB 0644
org.gnome.calendar.enums.xml File 1.01 KB 0644
org.gnome.calendar.gschema.xml File 1.62 KB 0644
org.gnome.crypto.cache.gschema.xml File 778 B 0644
org.gnome.crypto.pgp.gschema.xml File 1.59 KB 0644
org.gnome.desktop.a11y.applications.gschema.xml File 845 B 0644
org.gnome.desktop.a11y.gschema.xml File 828 B 0644
org.gnome.desktop.a11y.keyboard.gschema.xml File 4.78 KB 0644
org.gnome.desktop.a11y.magnifier.gschema.xml File 9.16 KB 0644
org.gnome.desktop.a11y.mouse.gschema.xml File 2.84 KB 0644
org.gnome.desktop.app-folders.gschema.xml File 1.8 KB 0644
org.gnome.desktop.background.gschema.xml File 2.51 KB 0644
org.gnome.desktop.calendar.gschema.xml File 427 B 0644
org.gnome.desktop.datetime.gschema.xml File 439 B 0644
org.gnome.desktop.default-applications.gschema.xml File 3.02 KB 0644
org.gnome.desktop.enums.xml File 5.66 KB 0644
org.gnome.desktop.input-sources.gschema.xml File 2.49 KB 0644
org.gnome.desktop.interface.gschema.xml File 11.19 KB 0644
org.gnome.desktop.lockdown.gschema.xml File 3.13 KB 0644
org.gnome.desktop.media-handling.gschema.xml File 2.51 KB 0644
org.gnome.desktop.notifications.gschema.xml File 2.77 KB 0644
org.gnome.desktop.peripherals.gschema.xml File 12.75 KB 0644
org.gnome.desktop.privacy.gschema.xml File 4.37 KB 0644
org.gnome.desktop.screensaver.gschema.xml File 6.48 KB 0644
org.gnome.desktop.search-providers.gschema.xml File 1.86 KB 0644
org.gnome.desktop.session.gschema.xml File 695 B 0644
org.gnome.desktop.sound.gschema.xml File 1.03 KB 0644
org.gnome.desktop.thumbnail-cache.gschema.xml File 600 B 0644
org.gnome.desktop.thumbnailers.gschema.xml File 866 B 0644
org.gnome.desktop.wm.keybindings.gschema.xml File 13.22 KB 0644
org.gnome.desktop.wm.preferences.gschema.xml File 12.6 KB 0644
org.gnome.eog.enums.xml File 1.54 KB 0644
org.gnome.eog.gschema.xml File 7.01 KB 0644
org.gnome.evolution-data-server.addressbook.gschema.xml File 358 B 0644
org.gnome.evolution-data-server.calendar.gschema.xml File 3.55 KB 0644
org.gnome.evolution-data-server.gschema.xml File 4.86 KB 0644
org.gnome.evolution.eds-shell.gschema.xml File 395 B 0644
org.gnome.evolution.shell.network-config.gschema.xml File 5.1 KB 0644
org.gnome.gedit.enums.xml File 2.56 KB 0644
org.gnome.gedit.gschema.xml File 15.42 KB 0644
org.gnome.gedit.plugins.externaltools.gschema.xml File 751 B 0644
org.gnome.gedit.plugins.filebrowser.enums.xml File 2.06 KB 0644
org.gnome.gedit.plugins.filebrowser.gschema.xml File 3.03 KB 0644
org.gnome.gedit.plugins.pythonconsole.gschema.xml File 1.08 KB 0644
org.gnome.gedit.plugins.spell.gschema.xml File 369 B 0644
org.gnome.gedit.plugins.time.enums.xml File 559 B 0644
org.gnome.gedit.plugins.time.gschema.xml File 896 B 0644
org.gnome.gnome-screenshot.gschema.xml File 2.44 KB 0644
org.gnome.gnome-system-monitor.enums.xml File 423 B 0644
org.gnome.gnome-system-monitor.gschema.xml File 18 KB 0644
org.gnome.libgnomekbd.desktop.gschema.xml File 1.38 KB 0644
org.gnome.libgnomekbd.gschema.xml File 2.62 KB 0644
org.gnome.libgnomekbd.keyboard.gschema.xml File 666 B 0644
org.gnome.login-screen.gschema.xml File 3.34 KB 0644
org.gnome.mousetweaks.enums.xml File 852 B 0644
org.gnome.mousetweaks.gschema.xml File 958 B 0644
org.gnome.mutter.gschema.xml File 7.08 KB 0644
org.gnome.mutter.wayland.gschema.xml File 4.2 KB 0644
org.gnome.mutter.x11.gschema.xml File 1.09 KB 0644
org.gnome.nautilus.gschema.xml File 16.44 KB 0644
org.gnome.nm-applet.gschema.xml File 2.45 KB 0644
org.gnome.online-accounts.gschema.xml File 537 B 0644
org.gnome.power-manager.gschema.xml File 2.41 KB 0644
org.gnome.rhythmbox.gschema.xml File 19.74 KB 0644
org.gnome.rhythmbox.plugins.alternative_toolbar.gschema.xml File 3.82 KB 0644
org.gnome.seahorse.gschema.xml File 1.23 KB 0644
org.gnome.seahorse.manager.gschema.xml File 2.04 KB 0644
org.gnome.seahorse.window.gschema.xml File 446 B 0644
org.gnome.settings-daemon.enums.xml File 3.15 KB 0644
org.gnome.settings-daemon.peripherals.gschema.xml File 8.51 KB 0644
org.gnome.settings-daemon.peripherals.wacom.gschema.xml File 10.18 KB 0644
org.gnome.settings-daemon.plugins.color.gschema.xml File 2.93 KB 0644
org.gnome.settings-daemon.plugins.datetime.gschema.xml File 690 B 0644
org.gnome.settings-daemon.plugins.gschema.xml File 9.09 KB 0644
org.gnome.settings-daemon.plugins.housekeeping.gschema.xml File 2.13 KB 0644
org.gnome.settings-daemon.plugins.keyboard.gschema.xml File 690 B 0644
org.gnome.settings-daemon.plugins.media-keys.gschema.xml File 32.35 KB 0644
org.gnome.settings-daemon.plugins.orientation.gschema.xml File 696 B 0644
org.gnome.settings-daemon.plugins.power.gschema.xml File 8.24 KB 0644
org.gnome.settings-daemon.plugins.print-notifications.gschema.xml File 712 B 0644
org.gnome.settings-daemon.plugins.sharing.gschema.xml File 1.09 KB 0644
org.gnome.settings-daemon.plugins.wwan.gschema.xml File 407 B 0644
org.gnome.settings-daemon.plugins.xrandr.gschema.xml File 1.83 KB 0644
org.gnome.settings-daemon.plugins.xsettings.gschema.xml File 3.39 KB 0644
org.gnome.shell.extensions.dash-to-dock.gschema.xml File 23.75 KB 0644
org.gnome.shell.extensions.desktop-icons.gschema.xml File 1.03 KB 0644
org.gnome.shell.gschema.xml File 11.85 KB 0644
org.gnome.system.dns_sd.gschema.xml File 661 B 0644
org.gnome.system.gvfs.enums.xml File 457 B 0644
org.gnome.system.locale.gschema.xml File 448 B 0644
org.gnome.system.location.gschema.xml File 1.13 KB 0644
org.gnome.system.proxy.gschema.xml File 6.2 KB 0644
org.gnome.system.smb.gschema.xml File 418 B 0644
org.gnome.todo.background.gschema.xml File 686 B 0644
org.gnome.todo.enums.xml File 541 B 0644
org.gnome.todo.gschema.xml File 1.84 KB 0644
org.gnome.todo.txt.gschema.xml File 395 B 0644
org.gnome.totem.enums.xml File 5.95 KB 0644
org.gnome.totem.gschema.xml File 3.44 KB 0644
org.gnome.totem.plugins.opensubtitles.gschema.xml File 381 B 0644
org.gnome.totem.plugins.pythonconsole.gschema.xml File 481 B 0644
org.gnome.yelp.gschema.xml File 792 B 0644
org.gtk.Settings.ColorChooser.gschema.xml File 931 B 0644
org.gtk.Settings.EmojiChooser.gschema.xml File 623 B 0644
org.gtk.Settings.FileChooser.gschema.xml File 6.07 KB 0644
org.yorba.shotwell-extras.gschema.xml File 3.37 KB 0644
org.yorba.shotwell.gschema.xml File 34.49 KB 0644