From 405bec23c0a1cf97e39171fabc6596c9ab7f7a5e Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 28 Apr 2015 14:10:17 +0300 Subject: 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 --- data/mate-power-manager.convert | 4 ---- 1 file changed, 4 deletions(-) (limited to 'data/mate-power-manager.convert') diff --git a/data/mate-power-manager.convert b/data/mate-power-manager.convert index 32f3549..40a6a84 100644 --- a/data/mate-power-manager.convert +++ b/data/mate-power-manager.convert @@ -47,10 +47,6 @@ sleep-computer-ups = /apps/mate-power-manager/timeout/sleep_computer_ups sleep-display-ac = /apps/mate-power-manager/timeout/sleep_display_ac sleep-display-battery = /apps/mate-power-manager/timeout/sleep_display_battery sleep-display-ups = /apps/mate-power-manager/timeout/sleep_display_ups -spindown-enable-ac = /apps/mate-power-manager/disks/spindown_enable_ac -spindown-enable-battery = /apps/mate-power-manager/disks/spindown_enable_battery -spindown-timeout-ac = /apps/mate-power-manager/disks/spindown_timeout_ac -spindown-timeout-battery = /apps/mate-power-manager/disks/spindown_timeout_battery time-action = /apps/mate-power-manager/thresholds/time_action time-critical = /apps/mate-power-manager/thresholds/time_critical time-low = /apps/mate-power-manager/thresholds/time_low -- cgit v1.2.1