Re: config error

2003-09-02 Thread Michael Stefaniuc
On Tue, Sep 02, 2003 at 10:49:45AM +0200, Moreno wrote:
 Hi,
 
 When i try to use the variable ${HOME} in the wine config file don't
 work.
 
 some one can tell me if there is a reson or is a bug?
Support for the use of enviroment variables in the config file was
removed not too long ago. You need to replace ${HOME} with the actual
path to your home directory.

bye
michael
-- 
Michael Stefaniuc   Tel.: +49-711-96437-199
System Administration   Fax.: +49-711-96437-111
Red Hat GmbHEmail: [EMAIL PROTECTED]
Hauptstaetterstr. 58http://www.redhat.de/
D-70178 Stuttgart


pgp0.pgp
Description: PGP signature


Re: config error

2003-09-02 Thread Vincent Béron
Le mar 02/09/2003 à 05:20, Michael Stefaniuc a écrit :
 On Tue, Sep 02, 2003 at 10:49:45AM +0200, Moreno wrote:
  Hi,
  
  When i try to use the variable ${HOME} in the wine config file don't
  work.
  
  some one can tell me if there is a reson or is a bug?
 Support for the use of enviroment variables in the config file was
 removed not too long ago. You need to replace ${HOME} with the actual
 path to your home directory.

Actually, you need to use DOS style environment variables, ie %HOME%
rather than $HOME.

The sample config file does that for F:, and the patches for the
documentation have been sent yesterday. Michael, could you do the same
thing for installation-und-konfiguration.german, to keep it in sync with
the rest please?

Vincent