Custom Query (29 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 29)

1 2 3 4 5 6 7 8 9 10
Ticket Resolution Summary Owner Reporter
#4 fixed Print "stopped" sometimes bart dgbisse
Description

I am trying to get a Canon MP620 to print properly. I am using CUPS 1.48, Ghostscript 8.71 or 9.04, Gutenprint 5.2.7.1, and cups-bjnp-1.0-os2-20120518.zip. The printer seems to print okay when I do a simple text print, and with the test print.

I created a simple PDF file from Firefox 1.0.0.4 (FFtoPDF.PDF), then tried to print it from Lucide 1.3.4 GA. It seems that I get errors from Ghostscript 8.71, and the print job status is "stopped". See error_log for a debug log file.

If I use Ghostscript 9.04, it will print, but it is gray scale, with no color.

#5 fixed pdftops does not work: can not print pdfs bart estellnb
Description

Trying to print a rexx manual with cups I get the following error: job stopped: pdftops program could not be executed.

It claims the file wouldn`t be there but it is:

Directory of C:\cups\lib\cups\filter\pdftops.exe

31.08.11 18.25 10.624 0 pdftops.exe

download URL of used pdf: ​http://www.redbooks.ibm.com/abstracts/gg244199.html?Open

#6 fixed installation script of cups-base-1_4_8.wpi uses wrong LIBPATH bart estellnb
Description

cups-base-1_4_8.wpi always tries to search for dlls in the first line of config.sys that contains the word LIBPATH= even if it is a line commented out with rem. I have corrected the issue by adding the following line 2 to the installation script:

1: DO i = 1 TO match.0 2: IF left(strip(match.i),length('LIBPATH='))=='LIBPATH=' THEN DO 3: PARSE UPPER VAR match.i 'LIBPATH=' _lpath 4: IF _lpath <> THEN LEAVE 5: END 6: END

Futhermore I had to crop the optional package dependency with no 99 (error message: invalid package dep. no or similar)

1 2 3 4 5 6 7 8 9 10
Note: See TracQuery for help on using queries.