When discharging, battery icon shows full until close to 50%
Bug #1054146 reported by
Daniel van Vugt
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-power |
Fix Released
|
High
|
Charles Kerr | ||
indicator-power (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
I notice the battery icon shows full until I'm down to about 50%. I'd really like better feedback than that.
ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: indicator-power 12.10.1-0ubuntu2
ProcVersionSign
Uname: Linux 3.5.0-11-generic x86_64
ApportVersion: 2.5.2-0ubuntu4
Architecture: amd64
Date: Fri Sep 21 23:33:19 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2)
ProcEnviron:
LANGUAGE=en_AU:en
TERM=xterm
PATH=(custom, no user)
LANG=en_AU.UTF-8
SHELL=/bin/bash
SourcePackage: indicator-power
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
lp:~charlesk/indicator-power/lp-1054146
- Lars Karlitski (community): Approve
-
Diff: 97 lines (+17/-8)2 files modifiedsrc/device.c (+2/-1)
tests/test-device.cc (+15/-7)
summary: |
- Battery icon shows full when battery is at 50% + Battery icon shows full until close to 50% |
description: | updated |
Changed in indicator-power (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Charles Kerr (charlesk) |
Changed in indicator-power: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Charles Kerr (charlesk) |
Changed in indicator-power (Ubuntu): | |
assignee: | Charles Kerr (charlesk) → nobody |
Changed in indicator-power: | |
milestone: | none → 12.10.2 |
summary: |
- Battery icon shows full until close to 50% + When discharging, battery icon shows full until close to 50% |
Changed in indicator-power: | |
status: | Triaged → In Progress |
Changed in indicator-power: | |
status: | In Progress → Fix Committed |
Changed in indicator-power: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The current behavior is consistent with 12.04, but these new & improved icons make the problem easier to see.
Looks like the battery- full-symbolic, battery- good-symbolic, battery- low-symbolic icons are getting used first. Daniel's apparently seeing the drop from -full to -good, which in the icons appears as a 50% drop.
Placing the percentage-based icons higher in the iconname list for g_themed_ icon_new_ from_names( ) ought to improve this.