[Wine] move temp files directory?

L. Rahyen research at science.su
Sun Jan 22 22:44:19 CST 2012


> I would like to point Wine at my Linux temp directory instead of
> /home/username/.wine/drive_c/users/username/Temp

	You can use ln to create a symbolic link, for example:

	rm -rf /home/username/.wine/drive_c/users/username/Temp
	ln -s /tmp /home/username/.wine/drive_c/users/username/Temp



More information about the wine-users mailing list