summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data/opt/openslx/bin
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
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')
-rwxr-xr-xremote/modules/vmware/data/opt/openslx/bin/vmplayer10
l---------[-rwxr-xr-x]remote/modules/vmware/data/opt/openslx/bin/vmware12
2 files changed, 7 insertions, 15 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" "$@"
diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmware b/remote/modules/vmware/data/opt/openslx/bin/vmware
index 1fe9b11d..aa0b74b1 100755..120000
--- a/remote/modules/vmware/data/opt/openslx/bin/vmware
+++ b/remote/modules/vmware/data/opt/openslx/bin/vmware
@@ -1,11 +1 @@
-#!/bin/sh
-# radically simplified version of the original script vmplayer by VMware Inc.
-PREFIX=/usr/lib/vmware # depends on the vmware location
-exec "$PREFIX"'/lib/wrapper-gtk24.sh' \
- "$PREFIX"'/lib' \
- "$PREFIX"'/bin/vmware' \
- "$PREFIX"'/libconf' "$@"
-
-
-
-
+vmplayer \ No newline at end of file