diff options
| author | Michael Neves | 2013-05-13 16:37:47 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-13 16:37:47 +0200 |
| commit | 6fc7b7535e6a25eceed66a8c8e10220b2480a913 (patch) | |
| tree | c5e421ed4637467641176f2325ac72fe23118aa8 /remote/modules/vmplayer/data/opt/openslx/bin/vmware | |
| parent | vmchooser executes run-virt.sh after choice of vm, needs virtualization.conf ... (diff) | |
| download | tm-scripts-6fc7b7535e6a25eceed66a8c8e10220b2480a913.tar.gz tm-scripts-6fc7b7535e6a25eceed66a8c8e10220b2480a913.tar.xz tm-scripts-6fc7b7535e6a25eceed66a8c8e10220b2480a913.zip | |
vmplayer initialization scripts
Diffstat (limited to 'remote/modules/vmplayer/data/opt/openslx/bin/vmware')
| -rwxr-xr-x | remote/modules/vmplayer/data/opt/openslx/bin/vmware | 11 |
1 files changed, 11 insertions, 0 deletions
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' "$@" + + + + |
