aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-02-13 09:06:48 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-02-13 09:06:48 -0200
commit0e44ec5ad1ea59194968b259d70b689100596b30 (patch)
tree3b21b55740ffe6066be1dc1c16f775f3405d357d
parent7918fa89739b9d43407a325ba263747381d7595f (diff)
downloadvbox-0e44ec5ad1ea59194968b259d70b689100596b30.tar.gz
vbox-0e44ec5ad1ea59194968b259d70b689100596b30.tar.bz2
Support for other spice clients at kvmx
-rwxr-xr-xkvmx2
1 files changed, 2 insertions, 0 deletions
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