summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-10-07 13:54:12 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-10-07 14:03:21 +0200
commit16b3460c4b3210574559f9e674e87fed5b6f90af (patch)
tree76c316cc3d3edea9f7c04e2c5a564b1f7e4da730
parent749a86440541b6fe622084c2e553784b34cbe51c (diff)
downloadnautilus-16b3460c4b3210574559f9e674e87fed5b6f90af.tar.gz
settings: open folders on dnd by default
I have been going back and forward on this. And even if I strongly think this is not good enough to be in the default installation of Nautilus, removing 'features' or behaviors that users were used to without providing a good alternative is even worse. Probably Nautilus didn't have such high standards when this was implemented, and this behavior was accepted even that emails from usability and accessibility were asking to not do it, but it was done given that no alternative was possible because of Apple patents on 'spring folders'. So final decision from my side and after discussing it with some people, is to continue shipping it by default until we have a better solution. The setting will be still there as 'open-folder-on-dnd-hover' and can be modified by the user using dconf. Discussions for better solution will be followed in https://bugzilla.gnome.org/show_bug.cgi?id=754455
-rw-r--r--libnautilus-private/org.gnome.nautilus.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index 589977d04..c6cf481f3 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -177,7 +177,7 @@
<_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 name="open-folder-on-dnd-hover" type="b">
- <default>false</default>
+ <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>