I've successfully installed and configured (well except the printing portion...read on) wine20030408 and am running Notes 5.0.8 on it. Everything works fine except I cannot get it to print. When I launch the File --> Print... the print window pops open and states "No printer currently selected." I cannot select any printer either. The two network printers that I use daily are already set up via CUPS. So I know they work. I've tried the suggestion I found at www.winehq.com/hypermail/wine-users/2003/04/0136.html with no luck. Any one have an idea? --- M
mhoffman wrote:> I've successfully installed and configured (well except the printing > portion...read on) wine20030408 and am running Notes 5.0.8 on it. > Everything works fine except I cannot get it to print. When I launch the > File --> Print... the print window pops open and states "No printer > currently selected." I cannot select any printer either. The two network > printers that I use daily are already set up via CUPS. So I know they > work. I've tried the suggestion I found at > www.winehq.com/hypermail/wine-users/2003/04/0136.html with no luck. Any > one have an idea? >You compiled Wine? When configured before compiling, did it find CUPS? Go to the Wine source directory and execute "grep cups config.log".
On Monday 12 May 2003 13:35, mhoffman wrote:> I've successfully installed and configured (well except the printing > portion...read on) wine20030408 and am running Notes 5.0.8 on it. > Everything works fine except I cannot get it to print. When I launch the > File --> Print... the print window pops open and states "No printer > currently selected." I cannot select any printer either. The two network > printers that I use daily are already set up via CUPS. So I know they > work.Try to arrange your win.ini (in fake windows dir) with something similar the following : [devices] Deskjet=WINEPS,LPR:Deskjet Hp1200=WINEPS,LPR:Hp1200 Epson2050=WINEPS,LPR:Epson2050 Epson_Aculaser=WINEPS,LPR:Epson_Aculaser ## (the last name in every line refers to your CUPS printer) [windows] device=Hp1200,WINEPS,LPR:Hp1200 Hope this can help Michele Orsenigo m.orse@libero.it
Re: Lotus Notes 5.0.x and Wine - No printer I have modified this file and now see the printers in the PRINT dialog window but am experiencing the same "Cannot Access Printer...." error that you experienced when posting your message on Wed Apr 09 2003 - 10:53:27 CDT to this forum. I could not find how you resolved the issue online. Can you elaborate? Many Thanks. --- M From: Michele Orsenigo (morse_at_divalsim.it) Date: Mon May 12 2003 - 11:36:08 CDT * Previous message: Duane Clark: "Re: file manipulation error / COM port error" * In reply to: mhoffman: "Lotus Notes 5.0.x and Wine - No printer" * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ] On Monday 12 May 2003 13:35, mhoffman wrote:> I've successfully installed and configured (well except the printing > portion...read on) wine20030408 and am running Notes 5.0.8 on it. > Everything works fine except I cannot get it to print. When I launch the > File --> Print... the print window pops open and states "No printer > currently selected." I cannot select any printer either. The two network > printers that I use daily are already set up via CUPS. So I know they > work.Try to arrange your win.ini (in fake windows dir) with something similar the following : [devices] Deskjet=WINEPS,LPR:Deskjet Hp1200=WINEPS,LPR:Hp1200 Epson2050=WINEPS,LPR:Epson2050 Epson_Aculaser=WINEPS,LPR:Epson_Aculaser ## (the last name in every line refers to your CUPS printer) [windows] device=Hp1200,WINEPS,LPR:Hp1200 Hope this can help Michele Orsenigo m.orse_at_libero.it -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030512/7b64656e/attachment.htm
Micah Hoffman wrote:> > Re: Lotus Notes 5.0.x and Wine - No printer > I have modified this file and now see the printers in the PRINT dialog > window but am experiencing the same "Cannot Access Printer...." error > that you experienced when posting your message on Wed Apr 09 2003 - > 10:53:27 CDT to this forum. I could not find how you resolved the issue > online. Can you elaborate? >That is the expected behavior if you modify that file but the rest of the printing is not correctly configured. So I will ask again, slightly differently. Did you compiled Wine, or install an RPM? If compiled, then when configured before compiling, did it find CUPS? Go to the Wine source directory and execute "grep cups config.log". If you installed an RPM, what RPM did you install (where did you get it)?
I have those three files in the /usr/local/lib/wine directory. Any other ideas? To reply to: From: Duane Clark (dclark_at_akamail.com) Date: Mon May 12 2003 - 16:33:52 CDT I did compile from source but removed the source directory and the logs with it. I'll recompile and see what happens. --- M Michele Orsenigo <morse @divalsim.it> 05/13/2003 10:24 AM Please respond to m.orse To: Micah Hoffman/CIV/CSC@CSC, wine-users@winehq.com cc: Subject: Re: Lotus Notes 5.0.x and Wine - No printer On Monday 12 May 2003 22:10, Micah Hoffman wrote:> Re: Lotus Notes 5.0.x and Wine - No printer > I have modified this file and now see the printers in the PRINT dialog > window but am experiencing the same "Cannot Access Printer...." errorthat> you experienced when posting your message on Wed Apr 09 2003 - 10:53:27 > CDT to this forum. I could not find how you resolved the issue online. > Can you elaborate? >The trouble was solved installing the debian packages libwine-print (yes, I know, it seems obvious, but I had no idea of the existece of it before a friend told me !) If you aren't a Debian user, may be interested to know the files of the packages: usr/lib/wine/wineps.dll.so usr/lib/wine/wineps16.drv.so usr/lib/wine/winspool.drv.so Ciao Michele Orsenigo m.orse_at_libero.it -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030514/61ff18fc/attachment.html
Thanks to all for your assistance. I went back to the original source dir and grepped for "cups". Found a nice little blurb in the README file stating: "If you want CUPS printing support, please install both cups and cups-devel." I did a rpm -qa cups-devel and found that it was not installed. Installed it, recompiled from source and....guess what? CUPS works without any other config changes! Once again, thanks to all for your assistance. Chalk this one up to user error. --- M -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030514/5c3f59be/attachment.htm
If you are running Debian GNU/Linux (as I am), you probably didn't install the libwine-print package. I had the same problem for weeks, and don't think the wine package dependencies even mention libwine-print. As soon as I installed it using apt-get, the problem went away. Fred> > Subject: Re: Lotus Notes 5.0.x and Wine - No printer > From: "Micah Hoffman" <mhoffman2@csc.com> > > Date: Mon, 12 May 2003 16:10:32 -0400 > > This is a multipart message in MIME format. > --=_alternative 006EE87485256D24_> Content-Type: text/plain; charset="us-ascii" > > Re: Lotus Notes 5.0.x and Wine - No printer > I have modified this file and now see the printers in the PRINT > dialog > window but am experiencing the same "Cannot Access > Printer...." error that > you experienced when posting your message on Wed Apr 09 2003 - > 10:53:27 > CDT to this forum. I could not find how you resolved the issue > online. > Can you elaborate? > > Many Thanks. > > --- M >-- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup