summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-11 16:32:09 +0200
committerBastien Nocera <hadess@hadess.net>2013-10-17 17:41:39 +0200
commitc9967937490e89a21e33603ef0426100fe0a8562 (patch)
tree28ae08aa22eb5a588f9827a3b6fed56ebaaa8324 /data
parent552d021875714b0faf107deba32ab126dbdcc7e7 (diff)
downloadgnome-settings-daemon-c9967937490e89a21e33603ef0426100fe0a8562.tar.gz
power: Remove unused policy GSettings
The percentage and time levels to use for low battery, critically low battery and when to take action is now handled within UPower. https://bugzilla.gnome.org/show_bug.cgi?id=709736
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in35
1 files changed, 0 insertions, 35 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 b8c10e4c..1fd60e73 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,40 +66,5 @@
<summary>Battery critical low action</summary>
<description>The action to take when the battery is critically low.</description>
</key>
- <key name="percentage-low" type="i">
- <default>10</default>
- <_summary>Percentage considered low</_summary>
- <_description>The percentage of the battery when it is considered low. Only valid when use-time-for-policy is false.</_description>
- </key>
- <key name="percentage-critical" type="i">
- <default>3</default>
- <_summary>Percentage considered critical</_summary>
- <_description>The percentage of the battery when it is considered critical. Only valid when use-time-for-policy is false.</_description>
- </key>
- <key name="percentage-action" type="i">
- <default>2</default>
- <_summary>Percentage action is taken</_summary>
- <_description>The percentage of the battery when the critical action is performed. Only valid when use-time-for-policy is false.</_description>
- </key>
- <key name="time-low" type="i">
- <default>1200</default>
- <_summary>The time remaining when low</_summary>
- <_description>The time remaining in seconds of the battery when it is considered low. Only valid when use-time-for-policy is true.</_description>
- </key>
- <key name="time-critical" type="i">
- <default>300</default>
- <_summary>The time remaining when critical</_summary>
- <_description>The time remaining in seconds of the battery when it is considered critical. Only valid when use-time-for-policy is true.</_description>
- </key>
- <key name="time-action" type="i">
- <default>120</default>
- <_summary>The time remaining when action is taken</_summary>
- <_description>The time remaining in seconds of the battery when critical action is taken. Only valid when use-time-for-policy is true.</_description>
- </key>
- <key name="use-time-for-policy" type="b">
- <default>true</default>
- <_summary>Whether to use time-based notifications</_summary>
- <_description>If time based notifications should be used. If set to false, then the percentage change is used instead, which may fix a broken ACPI BIOS.</_description>
- </key>
</schema>
</schemalist>