Comment 3 for bug 981212

Revision history for this message
Charles Kerr (charlesk) wrote : Re: Incorrect label for non-active battery in battery menu

Hmm, that's interesting... this string is coming from here: http://bazaar.launchpad.net/~indicator-applet-developers/indicator-power/trunk.2.0/view/head:/src/indicator-power.c#L379

Most of the time when AC is plugged in and the battery is full, the indicator won't show text at all. Otherwise how much charge the device has, or "(not present)" if the charge level is 0.

So, indicator-power thinks that upower has told it your battery is not fully charged and has a 0% charge.

Bob, you might try running "upower --monitor-detail" in a terminal and see what upower thinks is going on in your system?