GNOME Bugzilla – Bug 320074
black dots in load applet
Last modified: 2010-01-24 01:06:34 UTC
Please describe the problem: Randomly, the topmost pixel of the load graph is not drawn (and thus stays black). Normally, this isn't visible as the the color for "Idle" cpu time is also set to black. This is caused by rounding errors in linux-proc.c. I'll attach a screenshot and a patch. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 53990 [details] screenshot showing the problem
Created attachment 53991 [details] [review] proposed patch for rounding errors
Created attachment 53992 [details] [review] updated patch for rounding errors Oops, attached the wrong patch before. This one should be ok.
Looks fine.
This should be committed to HEAD.
I commited this.