summaryrefslogtreecommitdiff
path: root/data/org.mate.power-manager.gschema.xml.in
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-04-28 14:10:17 +0300
committerStefano Karapetsas <[email protected]>2015-05-04 17:45:23 +0200
commit405bec23c0a1cf97e39171fabc6596c9ab7f7a5e (patch)
treea9613974e19201ccb1f7e8c63c1b5396728ee1b3 /data/org.mate.power-manager.gschema.xml.in
parentcf2596de2e3ea20e532e6dc49ef590039756ec46 (diff)
downloadmate-power-manager-405bec23c0a1cf97e39171fabc6596c9ab7f7a5e.tar.bz2
mate-power-manager-405bec23c0a1cf97e39171fabc6596c9ab7f7a5e.tar.xz
dropped udisks support for several reasons.
1. udisks1 will soon be dropped from debian and ubuntu, and probably from other major distros as well. it's replaced by udisks2. 2. the only udisks1 feature that was used in m-p-m was the disk spindown. its usefullness is questionable, especially when you have an SSD. 3. udisks2 doesn't seem to have neither API nor command-line tools for the spindown feature. 4. spindown support has been dropped in gnome-power-manager in 2011, https://git.gnome.org/browse/gnome-power-manager/commit/?id=d97a988246d34f4cd38b7ee1335c9b500c7c522f 5. it also has been dropped in xfce-power-manager in 2014, http://git.xfce.org/xfce/xfce4-power-manager/log/?qt=grep&q=disk+spin+down Closes https://github.com/mate-desktop/mate-power-manager/pull/144
Diffstat (limited to 'data/org.mate.power-manager.gschema.xml.in')
-rw-r--r--data/org.mate.power-manager.gschema.xml.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in
index ca009b5..ba0cab1 100644
--- a/data/org.mate.power-manager.gschema.xml.in
+++ b/data/org.mate.power-manager.gschema.xml.in
@@ -191,26 +191,6 @@
<_summary>Lock GNOME keyring on sleep</_summary>
<_description>Whether the GNOME keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</_description>
</key>
- <key name="spindown-enable-ac" type="b">
- <default>false</default>
- <_summary>If the low-power mode should be enabled when on AC</_summary>
- <_description>If the system low-power mode should be enabled when on AC power.</_description>
- </key>
- <key name="spindown-enable-battery" type="b">
- <default>true</default>
- <_summary>If the low-power mode should be enabled when on battery</_summary>
- <_description>If the system low-power mode should be enabled when on laptop battery power.</_description>
- </key>
- <key name="spindown-timeout-ac" type="i">
- <default>600</default>
- <_summary>Seconds of inactivity to spin down when on AC</_summary>
- <_description>The number of seconds of inactivity to spin down the disks when on AC power.</_description>
- </key>
- <key name="spindown-timeout-battery" type="i">
- <default>60</default>
- <_summary>Seconds of inactivity to spin down when on battery</_summary>
- <_description>The number of seconds of inactivity to spin down the disks when on battery power.</_description>
- </key>
<key name="notify-low-capacity" type="b">
<default>true</default>
<_summary>If we should show the low capacity warning for a broken battery</_summary>