[Lcdproc] imonlcd progress bar broken
Markus Dolze
bsdfan at nurfuerspam.de
Fri Oct 14 23:39:29 UTC 2011
On 13.10.2011 19:40, Yura Scheglyuk wrote:
> Hi!
>
> On 02.10.2011 2:37, Markus Dolze wrote:
>
>> A new release candidate of the next stable version of LCDproc is now
>> available for download on Sourceforge: lcdproc-0-5-5-pre1. It contains
>> a few bug fixes and some updated drivers.
>>
>> Please give it a try and report back and problems.
>
> Progress bars of imonlcd is broken in lcdproc 0.5.5. Simple python
> script progress-bars.py attached. On the first run this script shows one
> and half progress bars. On the second run this scrips shows nothing.
> This script worked correctly on lcdproc 0.5.4.
>
Hi,
I had a look at your script and the current code. It seems like it works
as intended - as far as I understand.
Your script sends 0x40000000 which seems to be an unsupported command
anyway.
Then it sends some value modifying the progress bars followed by 0x0 to
clear everything.
But 0x0 will not clear the progress bar! It will only clear the icons.
The correct command to clear the bars would be 0x10000000.
@Eric: The last change I committed was the spinning disc / cleanup fix
from you. Can you verify the behaviour of the current code?
Regards
Markus
More information about the LCDproc
mailing list