[nautilus] settings: open folders on dnd by default



commit 16b3460c4b3210574559f9e674e87fed5b6f90af
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Oct 7 13:54:12 2015 +0200

    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

 .../org.gnome.nautilus.gschema.xml.in              |    2 +-
 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 589977d..c6cf481 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]