Package: jpilot Severity: important Tags: patch
When printing a single page memo ghostscript outputs nothing at all. The end END command does not issue showpage so ghostscript discards the output that it does have and does not generate any output. The x11 ghostscript device displays the page. cat memo.ps | /usr/bin/gs -q -dSAFER -dNOPAUSE -r360 -sDEVICE=bjc800 -dMonochromePrint=true -sOutputFile=- - -c quit |wc --- print.c.orig Sat Nov 11 07:18:14 2006 +++ print.c Fri Dec 29 00:11:13 2006 @@ -946,7 +946,7 @@ int print_address_header() "pop pop pop ( )\n" "} if\n" "("Q_FLAG_CHAR"END) search { %%if\n" - " stop\n" + " showpage stop\n" "} if\n" "("Q_FLAG_CHAR"C12) search {\n" "/Courier-ISOLatin1 12 selectfont\n" -- System Information: Debian Release: 3.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.33.5 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]