Print to file

Duane Clark dclark at akamail.com
Sat Oct 4 11:05:24 CDT 2003


Savio Ramos wrote:
> On Fri, 03 Oct 2003 12:56:18 -0700
> Duane Clark <dclark at akamail.com> wrote:
> 
> 
>>Savio Ramos wrote:
>>
>>>Hi,
>>>
>>>Where is the location of the file_printed.ps when I click "print to file".
>>>
>>
>>It goes to a file named tmp.ps (as determined by the spooler entry in 
>>~/.wine/config) and nomrally goes in the directory the application was 
>>started in.
> 
> 
> Look to my ~/.wine/config:
> [spooler]
> "LPT1:" = "|lpr"
> "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
> "LPT3:" = "/dev/lp3"
> 
> Can I edit it to change? Like this:
> 
> [spooler]
> "LPT1:" = "~/some_directory"
> 

For some reason you are missing the FILE: entry.

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

I don't know about including a path in the entry. I guess give it a try 
and see what happens.





More information about the wine-users mailing list