* Antoni Grzymala ([EMAIL PROTECTED]) wrote: > Tako rzecze Robert Manea (w e-mailu datowanym 2007-02-19, 02:47): > > > Example: > > echo -n "This is a message" | dzen -bg darkred -fg grey80 -fn fixed -t 10 > > [EMAIL PROTECTED] ~/10kloc/dzen-0.3 $ echo "dupa" | ./dzen > Segmentation fault > > :( > > Apart from that I had two characters appended after the echo'ed word, > one a "V over T" thing, the second capital "W" which didn't look good > either.
Thanks for reporting this issue. I guess I found the error regarding those extra characters. As for the "V over T" use 'echo -n "..."', in other words don't use newlines. I'm not sure if it would make sense to strip the newlines from the string. Probably the user should take care of this. The bugfixed version can be found here: http://gotmor.googlepages.com/dzen-0.4.tar.gz Bye, Rob
