]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Give time for qemu before starting spice client
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Oct 2017 12:20:44 +0000 (09:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Oct 2017 12:20:44 +0000 (09:20 -0300)
kvmx

diff --git a/kvmx b/kvmx
index 3f33ce597413f19d972accab6575d0fd05ac2a52..256bccb7677df780596f6cf853b11748ae40763e 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -354,6 +354,7 @@ function kvmx_up {
   echo $XDMCP_PORT    > $XDMCPPORTFILE
 
   if [ "$run_spice_client" == "1" ]; then
+    sleep 1
     kvmx_spice
   fi