LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Is it possible to run Wine from a directory other than the user home directory? (https://www.linuxquestions.org/questions/linux-newbie-8/is-it-possible-to-run-wine-from-a-directory-other-than-the-user-home-directory-4175598986/)

johnnyreb 02-04-2017 12:54 PM

Is it possible to run Wine from a directory other than the user home directory?
 
I have discovered that I can run shooter games in Wine 2.0. The disk that houses my home directory is getting a little tight. I have a larger disk installed without much on it. Can I install/run Wine on that disk or does it have to run from the home directory?

Thanks.

jefro 02-04-2017 02:57 PM

This may still work. http://askubuntu.com/questions/57688...rent-directory

ondoho 02-05-2017 05:52 AM

^ that was my first thought, too, but the accepted answer is a little confusing i think.

johnnyreb:
be sure wine is not running.
create a directory (let's say we call it 'wine') on that larger hd.
copy all the contents of ~/.wine into that directory.
create a symbolic link:
Code:

ln -s /that/larger/hd/wine ~/.wine
=> instant gratification!
(however, you should now make sure the hd is mounted before starting wine)


All times are GMT -5. The time now is 03:06 AM.