Activity log for bug #261953

Date Who What changed Old value New value Message
2008-08-27 18:29:00 Jon Melamut bug added bug
2008-08-27 18:38:06 Torsten Spindler bug assigned to trans
2008-09-03 20:47:27 Bill Filler netbook-remix-launcher: status New Invalid
2008-09-03 20:47:27 Bill Filler netbook-remix-launcher: statusexplanation pls try this again. I've tried it a bunch of times on multiple different hardware and the icon does change correctly when plugging/unplugging.
2008-09-19 20:33:53 Bill Filler netbook-remix-launcher: status Invalid Fix Committed
2008-09-19 20:33:53 Bill Filler netbook-remix-launcher: assignee bfiller
2008-09-19 20:33:53 Bill Filler netbook-remix-launcher: importance Undecided High
2008-09-19 20:33:53 Bill Filler netbook-remix-launcher: statusexplanation pls try this again. I've tried it a bunch of times on multiple different hardware and the icon does change correctly when plugging/unplugging. reproduced this finally on Sylvania unit. But it's very intermittent. The root problem is in gnome-power-manager gpm_cell_unit.c. When it is trying to figure out what icon to use, it doesn't take into account whether ac is plugged in or not. This is only a problem when the unit reports that is_discharging = TRUE and is_charging = FALSE even when AC is plugged in. This is what occurrs after some time on the Sylvania unit. I added a patch that takes into account whether ac is plugged in or not and tries to do the right thing by returning an icon name (either -charging or -charged) that will show the correct icon. Patch is attached.
2008-09-19 20:33:53 Bill Filler netbook-remix-launcher: milestone 1.0
2008-09-19 20:34:47 Bill Filler bug added attachment '97-battery-icon-fix.patch' (97-battery-icon-fix.patch)
2008-10-07 07:08:25 David Chen trans: status New Fix Committed
2008-10-07 07:08:25 David Chen trans: statusexplanation
2008-10-07 07:08:43 David Chen trans: importance Undecided Low
2009-01-27 22:08:53 Bill Filler netbook-remix-launcher: status Fix Committed Fix Released
2009-01-27 22:08:53 Bill Filler netbook-remix-launcher: statusexplanation reproduced this finally on Sylvania unit. But it's very intermittent. The root problem is in gnome-power-manager gpm_cell_unit.c. When it is trying to figure out what icon to use, it doesn't take into account whether ac is plugged in or not. This is only a problem when the unit reports that is_discharging = TRUE and is_charging = FALSE even when AC is plugged in. This is what occurrs after some time on the Sylvania unit. I added a patch that takes into account whether ac is plugged in or not and tries to do the right thing by returning an icon name (either -charging or -charged) that will show the correct icon. Patch is attached.