Snake450 wrote:> How do I run games with WINEPREFIX? I've looked up the site and done
the whole WINEPREFIX=~/.wine-game and installed it but after that how do I run
the game? when I run it it says wine cannot find the file.
Unless you disabled winemenubuilder, it should have been added to your menu when
you installed it.
To run it from the command line, cd to the directory where the executable is
located and specify the wineprefix before the wine command:
Code:
WINEPREFIX="/home/user/.wine-game" wine program.exe
If you do not specify the wineprefix, wine looks in the default wineprefix
(~/.wine).