Closed GoogleCodeExporter closed 8 years ago
You are right. It should be fixed in 0.3.6 now.
Thank you very much for reporting. Glad to see somebody uses it ;)
Original comment by arthapex
on 15 May 2010 at 9:13
you're welcome. it fits nice in my tint panel.
but hmmm, the new version contains the same sort of bug:
one '%' to many in line 88
%s%%% should be %s%%
thanx for the quick response
Original comment by jus...@gmail.com
on 15 May 2010 at 4:00
[deleted comment]
well I thought everything fixed itself last night, but the error is back again:
File "/usr/lib/python2.6/site-packages/batti/Battery.py", line 88, in set_value
tooltip = _("Battery Level: %s%%% \nApproximately %s remaining") %
(info._percentage, self._str_time(info._time))
ValueError: unsupported format character '
' (0xa) at index 21
Original comment by jus...@gmail.com
on 16 May 2010 at 7:29
You are right. Don't know how I could miss that.
Battery Level: %s%%%
should be
Battery Level: %s%%
Could you fix that locally, and post if works for you. I'll make a package for
that then.
Original comment by arthapex
on 16 May 2010 at 9:06
could you additionally/alternatively check out version 0.3.7?
Original comment by arthapex
on 16 May 2010 at 4:58
now testing 0.3.7....
it works
thank you
Original comment by jus...@gmail.com
on 16 May 2010 at 6:39
wonderful. if you don't find anything during the next couple of days, I'll mark
this as fixed.
Thanks.
Original comment by arthapex
on 16 May 2010 at 7:25
Marked as fixed.
Original comment by arthapex
on 22 May 2010 at 10:22
Original issue reported on code.google.com by
jus...@gmail.com
on 14 May 2010 at 7:40