Comment 27 for bug 135548

Revision history for this message
Kaur Männamaa (kaurman) wrote : Re: [Gutsy] Action on critical battery isn't triggered - regression

I messed with /etc/laptop-mode/laptop-mode.conf and now I don't suffer from the bug. Basicly I did quite the same stuff as jurgis.pralgauskis (few posts above)

My config:

#
# Should laptop mode tools perform auto-hibernation?
#
ENABLE_AUTO_HIBERNATION=1

#
# The hibernation command that is to be executed when auto-hibernation
# is triggered.
#
HIBERNATE_COMMAND=/usr/sbin/hibernate

#
# Auto-hibernation battery level threshold, in percentage of the battery's
# total capacity.
#
AUTO_HIBERNATION_BATTERY_CHARGE_PERCENT=2

#
# Enable this to auto-hibernate if the battery reports that its level is
# "critical".
#
AUTO_HIBERNATION_ON_CRITICAL_BATTERY_LEVEL=1

Gnome-power manager notifies me about the low power and critical status of the battery so maybe it (and not laptop mode) starts the hibernation. In that case the bug has probably been fixed...