summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data/opt/openslx/bin/vmplayer
diff options
context:
space:
mode:
authorJonathan Bauer2013-11-26 15:08:26 +0100
committerJonathan Bauer2013-11-26 15:08:26 +0100
commit412423798480ab11047a73fc79d82546c050e082 (patch)
treee667b326a6a129ea4827638def89a6945f5bbce0 /remote/modules/vmware/data/opt/openslx/bin/vmplayer
parent[pam-freiburg] improved the pam-script scripts: each user now gets a (diff)
parent<stage4 blacklist> do not exclude pulseaudio anymore, needed for most desktop... (diff)
downloadtm-scripts-412423798480ab11047a73fc79d82546c050e082.tar.gz
tm-scripts-412423798480ab11047a73fc79d82546c050e082.tar.xz
tm-scripts-412423798480ab11047a73fc79d82546c050e082.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware/data/opt/openslx/bin/vmplayer')
-rwxr-xr-xremote/modules/vmware/data/opt/openslx/bin/vmplayer10
1 files changed, 6 insertions, 4 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmplayer b/remote/modules/vmware/data/opt/openslx/bin/vmplayer
index 147f514f..0f7d9232 100755
--- a/remote/modules/vmware/data/opt/openslx/bin/vmplayer
+++ b/remote/modules/vmware/data/opt/openslx/bin/vmplayer
@@ -5,10 +5,12 @@ PREFIX=/usr/lib/vmware # depends on the vmware location
# HACK: Let the OpenGL driver report s3tc capability even if not present, so 3D will be enabled
export force_s3tc_enable=true
-exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
- "$PREFIX"'/lib' \
- "$PREFIX"'/bin/vmplayer' \
- "$PREFIX"'/libconf' "$@"
+PROG=$(basename $0)
+
+exec "$PREFIX/lib/wrapper-gtk24.sh" \
+ "$PREFIX/lib" \
+ "$PREFIX/bin/$PROG" \
+ "$PREFIX/libconf" "$@"