[nautilus] Set exit_with_last_window to false by default



commit ba6a7c6e1098c5cb88fb7468e98bf9f58ff6b543
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Mar 17 11:14:39 2010 +0100

    Set exit_with_last_window to false by default
    
    This fixes problems with show_desktop=false causing nautilus to
    exit and gnome-session restarting nautilus in a loop (#571417).
    
    This means nautilus will keep running, so that it can handle automount
    and stuff. If you only run nautilus rarely you need to set this to true.
    
    In the future we will move the automount handling to gnome-settings-daemon
    and then we will probably change this back.

 .../apps_nautilus_preferences.schemas.in           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/apps_nautilus_preferences.schemas.in b/libnautilus-private/apps_nautilus_preferences.schemas.in
index db24964..20e4137 100644
--- a/libnautilus-private/apps_nautilus_preferences.schemas.in
+++ b/libnautilus-private/apps_nautilus_preferences.schemas.in
@@ -11,7 +11,7 @@
       <applyto>/apps/nautilus/preferences/exit_with_last_window</applyto>
       <owner>nautilus</owner>
       <type>bool</type>
-      <default>true</default>
+      <default>false</default>
       <locale name="C">
          <short>Nautilus will exit when last window destroyed.</short>
          <long>



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