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?
bye
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
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
Hello Michael,
Tuesday, September 2, 2003, 1:20:49 PM, you wrote:
MS> 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?
MS> Support for the use of enviroment variables in the config file was MS> removed not too long ago. You need to replace ${HOME} with the actual MS> path to your home directory.
Actualy, DOS-style %HOME% works now.