From: Silvio Rhatto Date: Sun, 1 Oct 2017 12:20:44 +0000 (-0300) Subject: Give time for qemu before starting spice client X-Git-Tag: 0.1.0~385 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a9ed07d16526f0eacc29a5243b71b0d2c10f2c35;p=kvmx.git Give time for qemu before starting spice client --- diff --git a/kvmx b/kvmx index 3f33ce5..256bccb 100755 --- 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