Fix released in Feisty
** Changed in: kde-guidance (Ubuntu)
Status: Fix Committed => Fix Released
--
powermanager icon sometimes shows fully charged when not
https://bugs.launchpad.net/bugs/64978
You received this bug notification because you are a member of Kubuntu
Team, which is a bug c
Okay, 0.8.0-0ubuntu5 has fixed this again. Thanks.
--
powermanager icon sometimes shows fully charged when not
https://bugs.launchpad.net/bugs/64978
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 m
I've sent a patch to Jonathan this morning which addresses this problem.
** Changed in: kde-guidance (Ubuntu)
Status: Fix Released => Fix Committed
--
powermanager icon sometimes shows fully charged when not
https://bugs.launchpad.net/bugs/64978
You received this bug notification because
The upgrade of kde-guidance-powermanager from 0.8.0-0ubuntu3 to
0.8.0-0ubuntu4 has given me this problem: the battery shows as full and
as connected to mains -- while really it is unconnected and a few
minutes earlier it was at about 70%.
--
powermanager icon sometimes shows fully charged when no
There's some bits fixed in there, which most likely cure your problem.
Can you check and reopen if the bug still exists?
** Changed in: kde-guidance (Ubuntu)
Status: Confirmed => Fix Released
--
powermanager icon sometimes shows fully charged when not
https://bugs.launchpad.net/bugs/64978
I've figured out that the problem I'm having is different from the one
the reporter of this bug is having, even though the symptoms are
similar. I've reported my problem separately as bug #79531.
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kub
I think this is caused by this assumption:
if properties["battery.rechargeable.is_charging"]:
state = "charging"
elif properties["battery.rechargeable.is_discharging"]:
state = "discharging"
elif not properties["battery.rechargea
It's still a mystery to me then. I'll think some more about it.
Thanks for testing though.
** Changed in: kde-guidance (Ubuntu)
Status: Needs Info => Confirmed
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubuntu-bugs mailing list
kubu
I'm afraid the patch does not make any difference.
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
Can you check whether the attached patch helps you?
** Attachment added: "Copy icon by value"
http://librarian.launchpad.net/5678102/update-icon.diff
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.
Yes indeed. When I powered on the system the battery was fully charged
and this was being shown correctly. I grabbed the lshal output when the
battery was at 58% and discharging, with the systray icon still showing
fully charged.
Re-connecting AC power caused the icon to be updated and show the
co
Hm, really strange. I don't see any place in the code where this is
going wrong.
Just to be sure, the lshal output you posted was right at the moment
when the strange display problem occurred?
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubun
lshal reports the correct remaining percentage. Hovering over the
systray icon gives the correct percentage also, but the icon itself
shows fully charged.
Attaching lshal output.
** Attachment added: "lshal output"
http://librarian.launchpad.net/5668403/lshal
--
powermanager icon sometimes s
Please check what lshal reports when you see that problem.
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
** Changed in: kde-guidance (Ubuntu)
Assignee: Jonathan Riddell => sebas
Status: Unconfirmed => Needs Info
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com
I'm also seeing the same behaviour. Specifically, the power level shown
on the systray icon doesn't always update as the battery discharges. A
power event (connecting/disconnecting AC power) causes the power level
to be updated to the correct level.
Let me know if you'd like me to provide anything
Just happened again, attaching a screenshot.
** Attachment added: ""fully charged" at 38%"
http://librarian.launchpad.net/5065977/gpm.png
** Changed in: kde-guidance (Ubuntu)
Status: Fix Released => Unconfirmed
--
powermanager icon sometimes shows fully charged when not
https://launch
** Changed in: kde-guidance (Ubuntu)
Status: Fix Committed => Fix Released
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: kde-guidance (Ubuntu)
Assignee: (unassigned) => Jonathan Riddell
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
** Changed in: kde-guidance (Ubuntu)
Target: None => ubuntu-6.10
--
powermanager icon sometimes shows fully charged when not
https://launchpad.net/bugs/64978
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
This looks ok:
battery.charge_level.percentage = 99 (0x63) (int)
battery.charge_level.rate = 8880 (0x22b0) (int)
battery.charge_level.last_full = 66765 (0x104cd) (int)
battery.charge_level.current = 66435 (0x10383) (int)
battery.rechargeable.is_discharging = false (bool)
batter
This is an Asus v6j laptop with one battery.
attaching the output of lshal right now (battery is almost fully charged
and charging, everything is fine)
Possibly something is malfunctioning in my laptop (hope not!) so that
for brief periods of time the battery is not charging when it's plugged
in.
Do you have only one battery?
powermanager assumes that if battery is not charging and not discharging and
the current is more than zero that battery is fully charged. This does not seem
to be the case on your laptop.
Can you attach output of "lshal" and try to reproduce the problem when
"lshal
This is with the battery at 30-50%, not 80. Sometimes the icon just
starts showing full and the status at the top of the tooltip says "fully
charged" After a little bit, the icon and status go back to the
charging state as they should be, "Battery: x:xxh to charge"
--
powermanager icon sometime
Fix is committed in KDE SVN: Committed revision 594268.
New version will be more conservative for selection of icons:
- >= 95% for 4/4 (full),
- 95-70 for 3/4
- 40-70 for 2/4
- 15-40 for 1/4
- 5-15 for 1/4 (red)
- < 5 for empty
** Changed in: kde-guidance (Ubuntu)
Status: Needs Info => F
Currently powermanager displays 100% picture when battery is over 80% charged.
This is probably the root cause if this behavior.
It would probably be better if we would be more conservative regarding this and
rather display fully charged if we are on 99% or above...
** Changed in: kde-guidance (
26 matches
Mail list logo