Bug#404918: jpilot: missing showpage on postscript output

2007-02-09 Thread Ludovic Rousseau
forwarded 404918 http://bugs.jpilot.org/1776
tags 404918 upstream
thanks

Le 29.12.2006, à 00:22:51, David Fries a écrit:
> 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.

Your patch as been included upstream.
Thanks

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



Bug#404918: jpilot: missing showpage on postscript output

2006-12-28 Thread David Fries
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.origSat 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]