4

I want to modify wineprefix installed with playonlinux using Winetricks.

enzotib
  • 93,831
Dawel Mora
  • 41
  • 1
  • 1
  • 2

1 Answers1

7

You could stick

export WINEPREFIX=/home/$USER/.playonlinux/path/to/prefix/

in ~/.bashrc (and then run source ~/.bashrc to load it the first time if you're already in a terminal)

Or just prefix your winetricks commands like:

WINEPREFIX=/home/$USER/.playonlinux/path/to/prefix/ winetricks blah blah blah

I don't use POL but I have in the past and I rather thought there was a button or menu item that let you run various winetricks things without having to run it manually. I'm probably wrong but give it a look.

Oli
  • 293,335