From ed29b377f18dce6a0baec2c29754e42794435453 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 9 May 2013 19:53:28 +0200 Subject: more updates to vmplayer (finally works) --- remote/modules/vmplayer/data/bin/vmplayer | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'remote/modules/vmplayer/data') diff --git a/remote/modules/vmplayer/data/bin/vmplayer b/remote/modules/vmplayer/data/bin/vmplayer index d4cd1d65..874c3d96 100755 --- a/remote/modules/vmplayer/data/bin/vmplayer +++ b/remote/modules/vmplayer/data/bin/vmplayer @@ -1,8 +1,10 @@ #!/bin/sh for mod in /lib/modules/vmware/*.ko; do - insmod "$mod" || xmessage "Could not load kernel module $mod. vmplayer might fail." + insmod "$mod" && continue + xmessage "Could not load kernel module $mod. vmplayer might fail." done -/bin/vmplayer-bin $@ +export LIBCONF_DIR=/usr/lib/vmware/libconf +/usr/lib/vmware/bin/vmplayer $@ -- cgit v1.2.3-55-g7522