[Bug 5370] 0.9.14 (Ubuntu) Add option --confdir to use alternate ~/.wine directory

Wine Bugs wine-bugs at winehq.org
Tue Jun 6 09:01:24 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5370


jonathan at ernstfamily.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From jonathan at ernstfamily.ch  2006-06-06 09:01 -------
You're looking for WINEPREFIX env. var.

man wine :

[...]
 WINEPREFIX
              If set, the content of this variable is taken as the name of the
              directory where wine stores its data (the default is $HOME/.wine
              ).  This  directory is also used to identify the socket which is
              used to communicate with the  wineserver.   All  wine  processes
              using the same wineserver (i.e.: same user) share certain things
              like registry, shared  memory,  and  config  file.   By  setting
              WINEPREFIX  to different values for different wine processes, it
              is possible to run a number of truly independent wine processes.
[...]

Thus :

wine --confdir ~/.wine.hostA whatever.exe -> WINEPREFIX=~/.wine.hostA whatever.exe


wine --confdir ~/.wine.hostB whatever.exe -> WINEPREFIX=~/.wine.hostB whatever.exe

-- 
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