cups support apparently broken

Marcus Meissner marcus at jet.franken.de
Mon Apr 29 15:09:19 CDT 2002


On Mon, Apr 29, 2002 at 01:56:51PM -0400, Michael Cardenas wrote:
> Hmmm...
> 
> thanks huw! apparently, wine is getting the wrong print command. 
> 
> Printing from kwrite, I see this on the console:
> 
> cmd1 = /bin/apsprint -P'eng' --format=application/postscript
> --attrmultiple-document-handling=separate-documents-uncollated-copies
> 
> whereas using +print in wine I get this message:
> 
> trace:print:OpenJob16 'LPR:eng' 'Untitled - Notepad' 0b50
> trace:print:CreateSpoolFile Got printerSpoolCommand '|lpr -Peng' for
> output device 'LPR:eng'
> 
> trying to do an
> 
> echo "print" | lpr -Peng
> 
> doesn't create any output from the printer. 

Actually WINE assumes that a CUPS printer can be sent jobs using
lpr -P<printername> on stdin.

If this is not the case, you will have to change dlls/gdi/printdrv.c 
and dlls/winspool/info.c.

Ciao, Marcus



More information about the wine-devel mailing list