Hello everyone, I would like play to EVEonline and i install EVE_Premium_Setup_197121.exe. During installation the files are downloaded in /user/Public/..... This partition is very small..... How can I change the default path for users? bye Lele
On 11/21/10 11:03 AM, WineChancellor wrote:> Hello everyone, > I would like play to EVEonline and i install EVE_Premium_Setup_197121.exe. > During installation the files are downloaded in /user/Public/..... > > This partition is very small..... > > How can I change the default path for users? >This is outside the scope of this project. Please either use Google for the answer or ask in the Linux/UNIX distribution forum areas. James McKenzie
Hello everyone, i solved by using a trick, i maked a softlink (http://en.wikipedia.org/wiki/Symbolic_link) ln -d -s destination source if you have for example /home/myuser/.wine and you want move it to /media/Public you do this, mount /media/public open a terminal and write ln -d -s /home/myuser/.wine /media/Public and it work bye Lele
WineChancellor wrote:> /home/myuser/.wine and you want move it to /media/PublicThis is not a "user path" but a wineprefix. To use a different one from default define this environment variable: "WINEPREFIX=/my/new/path".
> This is not a "user path"Yes I know it. Code: WINEPREFIX=/my/new/path Where I put it? bye Lele
WineChancellor wrote:> > Code: > WINEPREFIX=/my/new/path > > > Where I put it?Depends where you need it of course. ~/.bashrc might be a good user-global place.