Ok, So the default directory for win is ~/.wine/drive_c/. I have a separate partition on my HDD that I want to be my "Windows" directory(in the future I will add a dual boot of XP, but that's for a later date) and I was wondering how to change the working directory for wine from ~/.wine/drive_c to My other partition. How would I go about doing this?
Announcement
Collapse
No announcement yet.
Change Wine default directory
Collapse
This topic is closed.
X
X
-
Re: Change Wine default directory
Two ways to approach this:
One way is to move your .wine directory to wherever you want it, then make a symbolic link from your ~/.wine to wherever you put it. For example, let's say you move it to /media/games
Then use the following command from your home directory:
Code:ln -s /media/games/.wine .wine
Code:env WINEPREFIX=/media/games/.wine wine program
We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
- Top
- Bottom
-
Re: Change Wine default directory
I'm not sure what you are doing. Did you make the symbolic link? If so, root should have nothing to do with it. If you are using the WINEPREFIX method, there should be no ~/.wine directory.
You should never run wine as root; it isn't designed for that, and it is guaranteed to mess up your .wine directory if you do.We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
- Top
- Bottom
Comment
-
Re: Change Wine default directory
Originally posted by ZymusYa, id did exactly what you told me, and now it says "/home/zyle" is not owned by you. refusing to create configuration file" whenever i try to run wine.
and how you whent about it.
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Re: Change Wine default directory
I am assuming that your home directory is /home/zyle
is that correct?
There is a problem somewhere with file permissions.
Are you able to read and write files in your home directory?
Please try the following commands and post their results:
Code:ls -ald ~/.wi* ls -ald /media/C/.wi*
We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
- Top
- Bottom
Comment
Comment