summaryrefslogtreecommitdiffstats
path: root/sysutils/cinnamon-settings-daemon/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cinnamon-settings-daemon/files')
-rw-r--r--sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in10
-rw-r--r--sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in56
2 files changed, 66 insertions, 0 deletions
diff --git a/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
new file mode 100644
index 000000000..442f50f8e
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
@@ -0,0 +1,10 @@
+--- data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in.orig 2013-11-24 10:35:18.768433206 +0000
++++ data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in 2013-11-24 10:35:27.389435282 +0000
+@@ -10,7 +10,6 @@
+ <child name="keyboard" schema="org.cinnamon.settings-daemon.plugins.keyboard"/>
+ <child name="media-keys" schema="org.cinnamon.settings-daemon.plugins.media-keys"/>
+ <child name="mouse" schema="org.cinnamon.settings-daemon.plugins.mouse"/>
+- <child name="orientation" schema="org.cinnamon.settings-daemon.plugins.orientation"/>
+ <child name="power" schema="org.cinnamon.settings-daemon.plugins.power"/>
+ <child name="print-notifications" schema="org.cinnamon.settings-daemon.plugins.print-notifications"/>
+ <child name="screensaver-proxy" schema="org.cinnamon.settings-daemon.plugins.screensaver-proxy"/>
diff --git a/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in
new file mode 100644
index 000000000..f25a5cc57
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in
@@ -0,0 +1,56 @@
+--- data/org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in.orig 2013-11-24 10:15:52.998513483 +0000
++++ data/org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in 2013-11-24 10:17:59.232590608 +0000
+@@ -46,7 +46,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.cinnamon.settings-daemon.CsdPowerActionType">
+- <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>
+@@ -56,12 +56,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.cinnamon.settings-daemon.CsdPowerActionType">
+- <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.cinnamon.settings-daemon.CsdPowerActionType">
+- <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>
+@@ -76,17 +76,17 @@
+ <description>The action to take when the system sleep (non-specific type) button is pressed.</description>
+ </key>
+ <key name="button-power" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'shutdown'</default>
+ <summary>Power button action</summary>
+ <description>The action to take when the system power button is pressed.</description>
+ </key>
+ <key name="lid-close-battery-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Laptop lid close action on battery</summary>
+ <description>The action to take when the laptop lid is closed and the laptop is on battery power.</description>
+ </key>
+ <key name="lid-close-ac-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Laptop lid close action when on AC</summary>
+ <description>The action to take when the laptop lid is closed and the laptop is on AC power.</description>
+ </key>
+@@ -102,7 +102,7 @@
+ lid is closed and regardless of external monitors.</description>
+ </key>
+ <key name="critical-battery-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'hibernate'</default>
++ <default>'shutdown'</default>
+ <summary>Battery critical low action</summary>
+ <description>The action to take when the battery is critically low.</description>
+ </key>