aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-settings-daemon/files/patch-data_org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
blob: 70f064a773c8cf1c03a56c8a20265ea7a7b3a999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in.orig	2014-03-04 16:15:04.000000000 +0000
+++ data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in	2014-03-14 00:09:44.592409466 +0000
@@ -26,7 +26,7 @@
       <description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
     </key>
     <key name="sleep-inactive-ac-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
-      <default>'suspend'</default>
+      <default>'nothing'</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>
@@ -36,12 +36,12 @@
       <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
     </key>
     <key name="sleep-inactive-battery-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
-      <default>'suspend'</default>
+      <default>'nothing'</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>
     <key name="button-suspend" enum="org.gnome.settings-daemon.GsdPowerActionType">
-      <default>'suspend'</default>
+      <default>'nothing'</default>
       <summary>Suspend button action</summary>
       <description>The action to take when the system suspend button is pressed.</description>
     </key>
@@ -57,7 +57,7 @@
     </key>
     <!-- See https://bugzilla.gnome.org/show_bug.cgi?id=652183 for rationale -->
     <key name="button-power" enum="org.gnome.settings-daemon.GsdPowerActionType">
-      <default>'suspend'</default>
+      <default>'nothing'</default>
       <summary>Power button action</summary>
       <description>The action to take when the system power button is pressed.</description>
     </key>