[Wine] multiple users on LINUX - way to share a single .wine

Cai microcai at sina.com
Thu Nov 6 10:59:32 CST 2008


graysky wrote:
> Basically, I'd like to have just one .wine dir on my file system that multiple users on LINUX can share thus allowing me to keep a single install of my windows apps.  The default is to install to /home/CURRENT_USER/.wine so I'm wondering, as long as the LINUX users are in the same group, can I relocate the .wine dir to say, /home/share/.wine and update the wineconfig?  I just started using LINUX seriously so I'm pretty new at it.
>
>
>   

You can try a symbolic link.
ln -s /home/share/.wine ~/.wine

Just have a try :)



More information about the wine-users mailing list