On systems that use postscript_print (Linux and other Unix-likes),

errors when attempting to issue a print command (e.g., trying to use
"lpr", but that command is not available) should appear in Tux Paint.
(SourceForge bug #2205528)
This commit is contained in:
William Kendrick 2008-12-07 09:03:40 +00:00
parent 784c4ae7e5
commit c349189b2c
4 changed files with 71 additions and 10 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2008.December.3 (0.9.21)
2008.December.7 (0.9.21)
* New Starters:
-------------
* Silver Frame
@ -79,6 +79,11 @@ $Id$
NOTE: 'printcommand' and 'altprintcommand' options not currently parsed
for env. vars.
* On systems that use postscript_print (Linux and other Unix-likes),
errors when attempting to issue a print command (e.g., trying to use
"lpr", but that command is not available) should appear in Tux Paint.
(SourceForge bug #2205528)
* Build System Improvements:
--------------------------
* Adhering to Debian & FreeDesktop.org standards regarding .desktop file.