[Wine] Re: use unc printernames

vitamin wineforum-user at winehq.org
Wed Jun 24 07:36:38 CDT 2009


oger000 wrote:
> Is there a way to use unc printernames in wine like \\server\printer ?

No, Wine has rudimentary support for UNC paths for opening files only. It can not use windows shared printer this way.


oger000 wrote:
> It is for a old application that has no windows-printer-selection-dialog and only accepts lptX and unc notation.

Try adding this to the registry (2 examples, you can use different command):


Code:
[HKEY_CURRENT_USER\Software\Wine\Printing\Spooler]
"LPT1:"="|lpr"
"LPT2:"="|kprinter --stdin"










More information about the wine-users mailing list