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.

** Changed in: kde-guidance (Ubuntu)
       Status: Confirmed => Fix Released

-- 
guidance-power-manager shows dischanging if battery full
https://bugs.launchpad.net/bugs/104794
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to