summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-10-16 14:40:51 +0200
committerVolker Uhrig2008-10-16 14:40:51 +0200
commit017b68a55fb6dde6cae88bfdacca6748468682ee (patch)
treefcf4b7f1f871903b6827777cb52f3c584edc52ed /os-plugins
parent* more fixes for 2.5 and local installation (diff)
downloadcore-017b68a55fb6dde6cae88bfdacca6748468682ee.tar.gz
core-017b68a55fb6dde6cae88bfdacca6748468682ee.tar.xz
core-017b68a55fb6dde6cae88bfdacca6748468682ee.zip
* reverting old changes which don't make sence with v1.0
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2328 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/files/runvmware-player-v16
1 files changed, 0 insertions, 6 deletions
diff --git a/os-plugins/plugins/vmware/files/runvmware-player-v1 b/os-plugins/plugins/vmware/files/runvmware-player-v1
index 581181a3..c8a523f2 100644
--- a/os-plugins/plugins/vmware/files/runvmware-player-v1
+++ b/os-plugins/plugins/vmware/files/runvmware-player-v1
@@ -392,7 +392,6 @@ preferencesheader ()
pref.eula.0.buildNumber = \"${vmbuild}\"
pref.eula.1.appName = \"VMware Workstation\"
pref.eula.1.buildNumber = \"${vmbuild}\"
- pref.enableAllSharedFolders = "TRUE"
" \
>${vmhome}/preferences
}
@@ -556,11 +555,6 @@ writelog "finished\n"
if [ $(which vmplayer 2>/dev/null) ]; then writelog "\nStarting VMplayer..."
# run VMplayer
writelog "... vmplayer ${vmopt} ${confile}...\n"
- # start fvwm for player 2+
- # problems with windows opening in background
- which fvwm2 && \
- ( echo "EdgeScroll 0 0" >/tmp/fvwm-$USER
- fvwm -f /tmp/fvwm-$USER & )
vmplayer ${vmopt} ${confile} 2>&1 >/dev/null
else
writelog "\nNo VMware/VMPlayer found!\n"