[nautilus] Change default executable text action to display



commit 72d6c7ce7febd5739097896b2ea16cf730887e9a
Author: William Jon McCann <jmccann redhat com>
Date:   Tue Aug 14 15:04:03 2012 -0400

    Change default executable text action to display
    
    Presenting a scary dialog by default isn't nice. The file manager
    is not primarily an interface for launch applications. Some filesystems
    mark all files as executable and it just sucks to keep asking when you
    want to view text files. Also, any application launched this way is
    going to suck. You won't have app tracking in the shell and showing
    a terminal to users that don't expect it is really nasty.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=601736

 .../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 af4a9b2..932abb0 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -101,7 +101,7 @@
       <_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>'ask'</default>
+      <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>



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