summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2016-01-12 20:34:38 -0200
committerCarlos Soriano <csoriano@gnome.org>2016-02-02 20:43:04 +0100
commit80f8cba48921f7fbed5979c610a85fed2457a74b (patch)
tree86da86e06e20e54628c94c8c85d4e837fb54acae
parent4dc7e733597c35fdfc4ec36001098f2f7370e062 (diff)
downloadnautilus-80f8cba48921f7fbed5979c610a85fed2457a74b.tar.gz
settings: add setting to track remote search on remote locations
Remote locations by default don't handle recursive search, since it has high costs associated. We can't, however, neglect the ability to search recursively on those folders, nor share the same setting with common folders too. To fix that, add a new setting called "enable-remote-recursive-search" which will be used by the next commits to properly implement recursive search for remote locations.
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 0a1acad4a..e5632cc0a 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -76,6 +76,11 @@
<summary>Whether to enable recursive search or not</summary>
<description>Enables or disables recursive search in Nautilus.</description>
</key>
+ <key type="b" name="enable-remote-recursive-search">
+ <default>false</default>
+ <summary>Whether to enable recursive search or not on remote locations</summary>
+ <description>Enables or disables recursive search on remote locations in Nautilus.</description>
+ </key>
<key type="b" name="show-delete-permanently">
<default>false</default>
<summary>Whether to show a context menu item to delete permanently</summary>