kvmx_xrandr
fi
- # Restart vdagent
+ # Ensure vdagent is running
if [ "$ssh_support" == "y" ]; then
- echo "which kvmx-vdagent > /dev/null && DISPLAY=:0 kvmx-vdagent" | kvmx_ssh
+ if [ "$kvmx_vdagent" != "0" ]; then
+ echo "which kvmx-vdagent > /dev/null && DISPLAY=:0 kvmx-vdagent" | kvmx_ssh
+ fi
fi
fi
}
#spice_client="virt-viewer"
spice_client="spicy"
+# Set this if you want that kvmx-vdagent is triggered after the machine boots.
+kvmx_vdagent="1"
+
# Set this if you want to start an xpra session when the machine boots.
run_xpra="0"