summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data/opt/openslx/bin/vmplayer
blob: 0f7d9232aff8d0317e5fd454af43f511d8c3ae79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# 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" "$@"