summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-29 22:19:27 +0100
committerYour Name2017-11-29 22:19:27 +0100
commitf0865578a9a1cd9a39b4ce36c7bec350d9ef4d7f (patch)
tree759aad6e5ef2ce7b2fc8900000a7dc58f19dd873 /core/modules/vmware
parent[kernel-vanilla] 4.14.2 (diff)
downloadmltk-f0865578a9a1cd9a39b4ce36c7bec350d9ef4d7f.tar.gz
mltk-f0865578a9a1cd9a39b4ce36c7bec350d9ef4d7f.tar.xz
mltk-f0865578a9a1cd9a39b4ce36c7bec350d9ef4d7f.zip
[vmplayer] Restore accidentally reverted vmplayer startup script for 14.x
Diffstat (limited to 'core/modules/vmware')
-rwxr-xr-xcore/modules/vmware/data/opt/openslx/bin/vmplayer13
1 files changed, 6 insertions, 7 deletions
diff --git a/core/modules/vmware/data/opt/openslx/bin/vmplayer b/core/modules/vmware/data/opt/openslx/bin/vmplayer
index cfb91a0a..05a4ec3a 100755
--- a/core/modules/vmware/data/opt/openslx/bin/vmplayer
+++ b/core/modules/vmware/data/opt/openslx/bin/vmplayer
@@ -5,13 +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
-PROG=$(basename $0)
-
-exec "$PREFIX/lib/wrapper-gtk24.sh" \
- "$PREFIX/lib" \
- "$PREFIX/bin/$PROG" \
- "$PREFIX/libconf" "$@"
-
+# 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" "$@"