summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-21 11:00:35 +0100
committerSimon Rettberg2017-11-21 11:00:35 +0100
commit01121c58860504dd2312d05eb1377a71c691dff8 (patch)
treead373f45181784a2ec0a3091af3817e53508b1c9 /core
parent[vmware12] Split vmware module into 12 and 14 until 14 is stable (diff)
downloadmltk-01121c58860504dd2312d05eb1377a71c691dff8.tar.gz
mltk-01121c58860504dd2312d05eb1377a71c691dff8.tar.xz
mltk-01121c58860504dd2312d05eb1377a71c691dff8.zip
[vmware12] Restore old start script
Diffstat (limited to 'core')
-rwxr-xr-xcore/modules/vmware/data/opt/openslx/bin/vmplayer13
1 files changed, 7 insertions, 6 deletions
diff --git a/core/modules/vmware/data/opt/openslx/bin/vmplayer b/core/modules/vmware/data/opt/openslx/bin/vmplayer
index 05a4ec3a..cfb91a0a 100755
--- a/core/modules/vmware/data/opt/openslx/bin/vmplayer
+++ b/core/modules/vmware/data/opt/openslx/bin/vmplayer
@@ -5,12 +5,13 @@ 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
-# Turn off "helpful" DE features
-export APPMENU_DISPLAY_BOTH=1
-export UBUNTU_MENUPROXY=0
-export GNOME_DISABLE_CRASH_DIALOG=1
-
PROG=$(basename $0)
-exec "$PREFIX/bin/$PROG" "$@"
+exec "$PREFIX/lib/wrapper-gtk24.sh" \
+ "$PREFIX/lib" \
+ "$PREFIX/bin/$PROG" \
+ "$PREFIX/libconf" "$@"
+
+
+