On Tue, Sep 28, 2004 at 04:37:03PM +0100, Nick Knight wrote: > This is my conf file (I have commented out the command now as it didn't > appear to do anything). It is the /etc/tuxpaint/tuxpaint.conf file I was > editing.
Thanks :^) <snip> <snip> > # printcommand=pngtopnm | pnmtops | lpr > > #printcommand =pngtopnm | pnmtops | lpr -P HPColour > > #printcommand = echo>/home/nick/test.png > > #printcommand = pngtopnm | pnmtops -nosetpage | lpr Ah! Here's your problem! Tux Paint is a bit fussy with its config file syntax. You can't have spaces around the '=' character. Try it without, and see if that helps. e.g.: printcommand=pngtopnm | pnmtops | lpr -P HPColour instead of: printcommand =pngtopnm | pnmtops | lpr -P HPColour Let me know if it works! Good luck! -bill! _______________________________________________ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
