Het forum

Terminal wine commands for prefix

Auteur Antwoorden
Ashi Dinsdag 8 Juni\ 2010 om 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 Dinsdag 8 Juni\ 2010 om 15:56
NSLW

env WINEPREFIX="PATHTOWINEPREFIX" sh winetricks something
Ashi Dinsdag 8 Juni\ 2010 om 20:57
AshiAnonymous

That did it. Thanks ^.^