[Bug 2098] New: % Variables do not work for print spool queues configuration

Wine Bugs wine-bugs at winehq.org
Mon Mar 15 17:18:15 CST 2004


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 at winehq.org
        ReportedBy: wine at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list