summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer/data/opt
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-14 16:41:56 +0200
committerSimon Rettberg2013-05-14 16:41:56 +0200
commit113ce521770232a6d99cdb07dd55d8879214c213 (patch)
treec1233152bfb18b8bd427cf3a1178900bfd768d8c /remote/modules/vmplayer/data/opt
parentultrastracke 2 (diff)
parentultrastracke update (diff)
downloadtm-scripts-113ce521770232a6d99cdb07dd55d8879214c213.tar.gz
tm-scripts-113ce521770232a6d99cdb07dd55d8879214c213.tar.xz
tm-scripts-113ce521770232a6d99cdb07dd55d8879214c213.zip
Merge branch 'master' of openslx:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmplayer/data/opt')
-rwxr-xr-xremote/modules/vmplayer/data/opt/openslx/bin/vmplayer11
-rwxr-xr-xremote/modules/vmplayer/data/opt/openslx/bin/vmware11
2 files changed, 22 insertions, 0 deletions
diff --git a/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer
new file mode 100755
index 00000000..030e9175
--- /dev/null
+++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer
@@ -0,0 +1,11 @@
+#!/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/vmplayer' \
+ "$PREFIX"'/libconf' "$@"
+
+
+
+
diff --git a/remote/modules/vmplayer/data/opt/openslx/bin/vmware b/remote/modules/vmplayer/data/opt/openslx/bin/vmware
new file mode 100755
index 00000000..1fe9b11d
--- /dev/null
+++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmware
@@ -0,0 +1,11 @@
+#!/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' "$@"
+
+
+
+