Fora

Terminal wine commands for prefix

Autor Odpowiedzi
Ashi Tuesday 8 June 2010 at 12:46
AshiAnonymous

I'm trying to sort out how to give specific commands to each individual prefix via Xterm. In this instance, I'm attempting to install/run winetricks in the prefix for Dragon Age ( ~/.PlayOnLinux/wineprefix/Dragon\\ Age ).

Normally, the command would simply be wget ... (etc) and then sh winetricks. Xterm does the rest. In this instance, I need to install and run winetricks under that specific prefix, without affecting the rest of the system.

I'm running Ubuntu Karmic (9.10) x86 on a Sony Vaio (I don't think hardware matters much in this instance tho :P)
NSLW Tuesday 8 June 2010 at 15:56
NSLW

env WINEPREFIX="PATHTOWINEPREFIX" sh winetricks something
Ashi Tuesday 8 June 2010 at 20:57
AshiAnonymous

That did it. Thanks ^.^