1 diff -Naur playonlinux/playonlinux playonlinux.new/playonlinux
2 --- playonlinux/playonlinux 2011-08-20 14:09:24.000000000 +0200
3 +++ playonlinux.new/playonlinux 2011-08-22 10:44:44.798800177 +0200
6 [ "$(uname -s)" = "Linux" ] || die "This script must be run on a linux system"
8 -export PYTHON="python"
9 +export PYTHON="python2"
11 export UBUNTU_MENUPROXY=0
13 diff -Naur playonlinux/playonlinux-bash playonlinux.new/playonlinux-bash
14 --- playonlinux/playonlinux-bash 2011-08-20 14:09:24.000000000 +0200
15 +++ playonlinux.new/playonlinux-bash 2011-08-22 10:44:52.182134319 +0200
20 - python wrapper.py "$SCRIPTNAME" "$@"
21 + python2 wrapper.py "$SCRIPTNAME" "$@"
23 bash "$SCRIPTNAME" "$@"
25 diff -Naur playonlinux/playonlinux-pkg playonlinux.new/playonlinux-pkg
26 --- playonlinux/playonlinux-pkg 2011-08-20 14:09:24.000000000 +0200
27 +++ playonlinux.new/playonlinux-pkg 2011-08-22 10:45:24.558803582 +0200
32 - python wrapper.py "$CURDIR/bash/$(basename "$0")" "$@"
33 + python2 wrapper.py "$CURDIR/bash/$(basename "$0")" "$@"
35 bash "$PLAYONLINUX/bash/$(basename "$0")" "$@"
37 diff -Naur playonlinux/playonlinux-url_handler playonlinux.new/playonlinux-url_handler
38 --- playonlinux/playonlinux-url_handler 2011-08-20 14:09:24.000000000 +0200
39 +++ playonlinux.new/playonlinux-url_handler 2011-08-22 10:45:05.278801914 +0200
44 - python wrapper.py "$CURDIR/bash/$(basename "$0")" "$@"
45 + python2 wrapper.py "$CURDIR/bash/$(basename "$0")" "$@"
47 bash "$PLAYONLINUX/bash/$(basename "$0")" "$@"