[EMAIL PROTECTED] wrote:
Package: laptop-mode-tools
Version: 1.23-1
Severity: normal

ENOUGH_CHARGE=0
ENOUGH_CHARGE_TO_PREVENT_HIBERNATION=0

Should be initialized to 1. Then later on it looks like all the equalities are reversed:

 if (($REMAINING * 60 / $PRESENT_RATE >= $MINIMUM_BATTERY_MINUTES)) ; then
                 ENOUGH_CHARGE=0
 fi

So if there is a lot of time remaining then there isn't enough charge?
Eh?  Needs a < instead.

This was already fixed, we're at version 1.30 now in unstable. Unfortunately the version with this bug moved into testing, which I assume you're running?

--Bart


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to