]> gitweb.fluxo.info Git - vbox.git/commitdiff
Support for other spice clients at kvmx
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Feb 2017 11:06:48 +0000 (09:06 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Feb 2017 11:06:48 +0000 (09:06 -0200)
kvmx

diff --git a/kvmx b/kvmx
index ad173366e5d195b7d99a38a1273ef43df8dc0c99..36a84e268eb74f7312380425a35ca7b2ca4f3c23 100755 (executable)
--- 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