linux mint debian printing problem

Questions about Wine on Linux
Locked
NikNik77771
Level 1
Level 1
Posts: 5
Joined: Sun Oct 26, 2014 11:14 am

linux mint debian printing problem

Post by NikNik77771 »

I try to print from notepad by:

Code: Select all

wine notepad
Than go to File/Print and try to print. Any click does not affect something. The log in console is

Code: Select all

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: невозможно открыть разделяемый объектный файл: Нет такого файла или каталога
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: невозможно открыть разделяемый объектный файл: Нет такого файла или каталога
err:dc:CreateDCW no driver found for L"wineps.drv"
err:commdlg:PRINTDLG_ChangePrinterW DocumentProperties fails on L"PDF"
err:dc:CreateDCW no driver found for L"wineps.drv"
err:dc:CreateDCW no driver found for L"wineps.drv"
err:commdlg:PRINTDLG_ChangePrinterW DocumentProperties fails on L"laserjet"
fixme:commdlg:PRINTDLG_UpdatePrintDlgW No lpdm ptr?
fixme:commdlg:PRINTDLG_WMCommandW Update printdlg was not successful!

User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: linux mint debian printing problem

Post by dimesio »

Do you have the 32 bit CUPS libraries installed?
NikNik77771
Level 1
Level 1
Posts: 5
Joined: Sun Oct 26, 2014 11:14 am

Re: linux mint debian printing problem

Post by NikNik77771 »

I don't know exactly what libs do you mean. I have libcups2:i386 package installed.
dimesio wrote:Do you have the 32 bit CUPS libraries installed?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: linux mint debian printing problem

Post by dimesio »

Do you have a printer installed in CUPS? If yes, where did you get Wine from?
NikNik77771
Level 1
Level 1
Posts: 5
Joined: Sun Oct 26, 2014 11:14 am

Re: linux mint debian printing problem

Post by NikNik77771 »

dimesio wrote:Do you have a printer installed in CUPS?
I have two printers installed. One is HP Laserjet and second is cups-pdf.
dimesio wrote:If yes, where did you get Wine from?
I got wine from regular LMDE repostory by apt-get.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: linux mint debian printing problem

Post by dimesio »

NikNik77771 wrote: I got wine from regular LMDE repostory by apt-get.
Try a clean wineprefix first, and if the problem persists, report it to the package maintainer. Your build may have been compiled without CUPS support.
NikNik77771
Level 1
Level 1
Posts: 5
Joined: Sun Oct 26, 2014 11:14 am

Re: linux mint debian printing problem

Post by NikNik77771 »

Try a clean wineprefix first
Excuse me. I am completely new in wine. Do you mean just remove .wine in my home directory. Will "wine notepad" work?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: linux mint debian printing problem

Post by dimesio »

If you have nothing installed in ~/.wine that you want to save, you can just delete it. It will automatically be recreated when you run wine notepad. If you do have things you want to keep, create a separate wineprefix and test that. http://wiki.winehq.org/FAQ#wineprefix
NikNik77771
Level 1
Level 1
Posts: 5
Joined: Sun Oct 26, 2014 11:14 am

Re: linux mint debian printing problem

Post by NikNik77771 »

I cleared wine prefix. Problem is not solved. I wrote to Michael Gilbert - debian package maintainer. https://packages.debian.org/jessie/wine
Locked