diff options
Diffstat (limited to 'remote/modules/vmplayer/data/opt')
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmplayer | 21 | ||||
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmware | 11 |
2 files changed, 32 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..2b6e8f31 --- /dev/null +++ b/remote/modules/vmplayer/data/opt/openslx/bin/vmplayer @@ -0,0 +1,21 @@ +#!/bin/sh + +for mod in /lib/modules/vmware/*.ko; do + insmod "$mod" && continue + xmessage "Could not load kernel module $mod. vmplayer might fail." +done + +export LIBCONF_DIR=/usr/lib/vmware/libconf + +#/usr/lib/vmware/bin/vmplayer $@ + +# 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' "$@" + + + + |
