summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-10-04 13:30:50 +0200
committerSebastian Schmelzer2010-10-04 13:30:50 +0200
commitce69aa4915e8a7642c8d7cc7d6024ef29e5d7ff4 (patch)
tree7ce3540c351278d2ba6cf71cf3ef1e6a89bfdcb7 /src
parentnetconsole tests (diff)
parentfix typo.. (diff)
downloadcore-ce69aa4915e8a7642c8d7cc7d6024ef29e5d7ff4.tar.gz
core-ce69aa4915e8a7642c8d7cc7d6024ef29e5d7ff4.tar.xz
core-ce69aa4915e8a7642c8d7cc7d6024ef29e5d7ff4.zip
Merge branch 'master' of git+ssh://git.openslx.org/openslx/core
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/vmchooser/files/run-virt.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
index 23f026c7..aff0294c 100644
--- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -385,6 +385,10 @@ if [ -e ${PLUGINCONFROOT}/${xmlvirt}/run-virt.include ] ; then
break
fi
done
+ # start poolvideoswitch if we find the autostarter file
+ if [ -e /etc/xdg/autostart/pvsgui.desktop ]; then
+ /usr/local/bin/pvsgui >/dev/null 2>&1 &
+ fi
${VIRTCMD} ${VIRTCMDOPTS}
writelog "Bye."
cleanexit 0