Hello,
i found bug in POL 3.5
1) In
Settings->Environment the value "Default Wine Version to run wine programs with PlayOnLinux" is set to e.g.
1.1.21
2) In launching script for Fallout 3 there is e.g.
PATH="/home/NSLW/.PlayOnLinux/WineVersions/1.1.21-Fallout3/usr/bin/:$PATH"
3) I launch Fallout 3 from POL main menu
behaviour:
Fallout 3 is launched with Wine
1.1.21
expected behaviour:
Fallout 3 should be launched with Wine
1.1.21-Fallout3
echo $PATH before launching Fallout 3 gives:
/home/NSLW/.PlayOnLinux/WineVersions/1.1.21-Fallout3/usr/bin/:
/home/NSLW/.PlayOnLinux/WineVersions/1.1.21/usr/bin:
I think that POL should detect if there is PATH defined in launching script and then POL shouldn't add:
/home/NSLW/.PlayOnLinux/WineVersions/1.1.21/usr/bin:
Existing script e.g.
Worms 4 Mayhem is also affected by that
Edité par NSLW