From: Silvio Rhatto Date: Mon, 13 Feb 2017 11:06:48 +0000 (-0200) Subject: Support for other spice clients at kvmx X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0e44ec5ad1ea59194968b259d70b689100596b30;p=vbox.git Support for other spice clients at kvmx --- diff --git a/kvmx b/kvmx index ad17336..36a84e2 100755 --- a/kvmx +++ b/kvmx @@ -33,6 +33,8 @@ if [ "$ACTION" == "up" ]; then # Run spice client spicec --host localhost --port $PORT & + #spicy -h localhost -p $PORT + #remote-viewer spice://localhost:$PORT # Give time to boot sleep 5