Het forum

Using a custom wine version

Auteur Antwoorden
plata Vrijdag 22 Juli 2016 om 14:28
plata

Hi,

 

I'm trying to use a custom wine version (i.e. git checkout) in POL.

What I have so far:

cd <wine-checkout>
configure --prefix=/home/<user>/.PlayOnLinux/wine/linux-amd64/<my-version> (or linux-x86)
make install

After this, <my-version> shows up in POL.

However, POL seems to start the wrong wineserver (/usr/bin/wineserver):

Your wineserver binary was not upgraded correctly,
or you have an older one somewhere in your PATH.

When I run wine manually, everything is ok.

How can I fix this? What am I missing?

 

Would be nice to have a wiki page on this.