Comment 13 for bug 714259

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Chris, Sebastian, can you try the following:

Edit the PPD file of your print queue (/etc/cups/ppd/<name of print
queue>.ppd) replacing the line

*cupsFilter: "application/vnd.cups-postscript 0 pstoqpdl"

by

*cupsFilter: "application/vnd.cups-raster 0 rastertoqpdl"

Then restart CUPS, either with (one of them should work)

sudo restart cups

or with

sudo /etc/init.d/cups restart

After that clear all dangling jobs with

cancel -a

and try to print again. Does it work correctly now?