From 0e44ec5ad1ea59194968b259d70b689100596b30 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 13 Feb 2017 09:06:48 -0200 Subject: Support for other spice clients at kvmx --- kvmx | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3