http://bugs.winehq.org/show_bug.cgi?id=2098
Summary: % Variables do not work for print spool queues configuration Product: Wine Version: 20040309 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: wine@wine.lka.org.lu
When configuring a drive, you can use variables surrounded by percent:
[Drive C] "Path" = "%HOME%/.wine/fake_windows" "Type" = "hd" "Label" = "fake_windows" "Filesystem" = "win95"
However, the same thing in print spool queue definitions does not work:
[spooler] "FILE:" = "%HOME%/test.ps"
Neither does:
[spooler] "FILE:" = "${HOME}/test.ps"
Same thing for the ppd file:
[ppd] "generic" = "%HOME%/.wine/generic.ppd"
===> It would be great if variables worked everywhere in the config file (or at least for entries which represent files)
Thanks,
Alain