[gnome-settings-daemon] Change default inactive sleep on battery to suspend



commit dbda0b734de597e895574c58dac45c2c00e2e582
Author: William Jon McCann <jmccann redhat com>
Date:   Fri Apr 1 13:16:24 2011 -0400

    Change default inactive sleep on battery to suspend
    
    This is consistent with lid settings and most or all modern
    hardware can hibernate automatically when battery runs out anyway
    according to mjg59.

 ...settings-daemon.plugins.power.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 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 4e0f3c5..f0719d8 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
@@ -66,7 +66,7 @@
       <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep.</description>
     </key>
     <key name="sleep-inactive-battery-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
-      <default>'hibernate'</default>
+      <default>'suspend'</default>
       <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
       <description>The type of sleeping that should be performed when the computer is inactive.</description>
     </key>



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