http://bugs.winehq.org/show_bug.cgi?id=9079
Summary: Printing from any wine program via cups is unsuccessful Product: Wine Version: 0.9.41. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: landin0@gmail.com
I have two printers that work perfectly with cups that were configured through KDE printing. According to the wine documentation, all printers in cups would be automatically recognized and available for use. This has happened with a few programs, but for this report I'll use notepad.exe. It runs fine, but when I try to print I get a dialog box that says:
"Before you can perform printer-related tasks such as page setup or printing a document, you need to install a printer. Please install one and retry."
and the output on the console says:
"fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS"
When I run notepad with the winspool debugging turned on I get this output on the console:
"trace:winspool:WINSPOOL_EnumPrinters Found 0 printers trace:winspool:WINSPOOL_EnumPrinters Found 0 printers trace:winspool:WINSPOOL_EnumPrinters Found 0 printers trace:winspool:WINSPOOL_EnumPrinters ignoring PRINTER_ENUM_CONNECTIONS fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS"
What would I go about doing to get printing working in wine?