[gnome-settings-daemon] Don't suspend the computer on idleness by default



commit 4f227a795124de513d5717bda645a0fe92d78712
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Mar 21 19:50:52 2011 -0400

    Don't suspend the computer on idleness by default
    
    We need to justify and test this carefully when we do make this switchover.
    Doing it now without data and without much testing is just asking for
    trouble.  We'll need to make sure that inhibitors are being used
    properly etc.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645279

 ...settings-daemon.plugins.power.gschema.xml.in.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
index 10bc1e8..4e0f3c5 100644
--- a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
@@ -41,7 +41,7 @@
       <description>The amount of time in seconds before the display turns off when the computer is on battery power.</description>
     </key>
     <key name="sleep-inactive-ac" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Enable the inactive computer sleep when on AC power</summary>
       <description>Whether to put the computer to sleep when inactive on AC power.</description>
     </key>
@@ -56,12 +56,12 @@
       <description>The type of sleeping that should be performed when the computer is inactive.</description>
     </key>
     <key name="sleep-inactive-battery" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Enable the inactive computer sleep when on battery power</summary>
       <description>Whether to put the computer to sleep when inactive on battery power.</description>
     </key>
     <key name="sleep-inactive-battery-timeout" type="i">
-      <default>600</default>
+      <default>1800</default>
       <summary>Sleep timeout computer when on battery</summary>
       <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep.</description>
     </key>



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