summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware/data/opt/openslx/bin/vmplayer
blob: cfb91a0a04fdc748448bf2b4c145c37098b2e63a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/ash
# radically simplified version of the original script vmplayer by VMware Inc.
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" "$@"