Activity log for bug #104794

Date Who What changed Old value New value Message
2007-04-09 13:36:34 Robert Gerlach bug added bug
2007-04-09 14:05:50 Sebastian Kügler kde-guidance: status Unconfirmed Fix Committed
2007-04-09 14:05:50 Sebastian Kügler kde-guidance: statusexplanation Thanks, committed your fix.
2007-04-10 16:43:29 stivani bug added attachment 'ac' (lshal output in powered mode)
2007-04-10 16:44:23 stivani bug added attachment 'battery' (lshal output in battery mode)
2007-04-13 09:29:11 Jonathan Riddell kde-guidance: statusexplanation Thanks, committed your fix.
2007-04-13 09:36:25 Jonathan Riddell kde-guidance: importance Undecided High
2007-04-23 01:35:10 Zak B. Elep kde-guidance: status Fix Committed Confirmed
2007-04-23 01:35:10 Zak B. Elep kde-guidance: importance High Medium
2007-04-23 01:35:10 Zak B. Elep kde-guidance: statusexplanation This bug still seems to affect Feisty, post-release; I am experiencing kde-guidance-powermanager telling me my battery is fully charged (when it is not) and the battery icon in a plugged-in (AC) mode (even when it is not.) Because the icon in the notification area doesn't change as the battery discharge progresses, this may confuse users. Setting this back to Confirmed; importance to Medium since this won't really break existing Feisty installs, but only confuse the user.
2007-05-03 18:19:56 Luka Renko kde-guidance: status Confirmed Fix Released
2007-05-03 18:19:56 Luka Renko kde-guidance: statusexplanation This bug still seems to affect Feisty, post-release; I am experiencing kde-guidance-powermanager telling me my battery is fully charged (when it is not) and the battery icon in a plugged-in (AC) mode (even when it is not.) Because the icon in the notification area doesn't change as the battery discharge progresses, this may confuse users. Setting this back to Confirmed; importance to Medium since this won't really break existing Feisty installs, but only confuse the user. This bug was fixed just before the release with proper patch: @@ -184,7 +191,10 @@ if properties["battery.rechargeable.is_charging"]: state = "charging" elif properties["battery.rechargeable.is_discharging"]: - state = "discharging" + if self.onBattery(): + state = "discharging" + else: + state = "charged" elif not properties["battery.rechargeable.is_discharging"] \ and not properties["battery.rechargeable.is_charging"]: If you still get this bug with up-to-date feisty, feel free to re-open the bug.