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.
On Mon, Apr 29, 2002 at 09:26:42PM +0100, Huw D M Davies wrote:
On Mon, Apr 29, 2002 at 09:51:00AM -0400, Michael Cardenas wrote:
On Sat, Apr 27, 2002 at 10:53:20PM +0200, Marcus Meissner wrote:
Actually I just did a full recompile and I am still able to print. (Tested using standard 32bit notepad.exe.)
I apologize for the erroneous bug report. I didn't have libcupsys2-dev on my machine. Now that I have that and I did a full recompile, I can get a print dialog from word with the correct printer description, but when I click the print button, it doesn't print.
Printing from notepad doesn't work either, it seems to do something, and gives me an hourglass that goes away once you move the mouse. I've attached the output of +psdrv to this email.
Are you still using the same test application? Did you compile in CUPS support? (ldd winspooldrv.so shoud show libcups.so referenced).
I usually use word as my test application.
Crossover office can actually print from word, excel, outlook and ie, but not notepad.
You might want to run with +print,+winspool to check that the job is being piped to the right command.
Huw.