summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-02-12 15:24:49 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-02-13 11:13:51 +0100
commitca8e5e1f3fca5f2d5a30fddd30b21e0dbed610fa (patch)
treecf9ab06fcf791ac5e95950c45aacbd93de1df1df /data
parent0e5815e95ae2f071be73b75b57925aceb23f503a (diff)
downloadnautilus-ca8e5e1f3fca5f2d5a30fddd30b21e0dbed610fa.tar.gz
general: Remove external bulk rename
In these years, I never heard any tool actually using it. Moreover, now we offer batch rename ourselves, so let's focus our efforts on that.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 6dbcf9fa0..324bef0e5 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -196,11 +196,6 @@
<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="ay" name="bulk-rename-tool">
- <default>[]</default>
- <summary>Bulk rename utility</summary>
- <description>If set, Nautilus will append URIs of selected files and treat the result as a command line for bulk renaming. Bulk rename applications can register themselves in this key by setting the key to a space-separated string of their executable name and any command line options. If the executable name is not set to a full path, it will be searched for in the search path.</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>