diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-01 13:59:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-01 13:59:06 -0300 |
commit | d2611cf6f2bec45dea7e8e75ec87f3350ebf2af9 (patch) | |
tree | d3124870672f8d760aebf5c169562f1e9c5acf9f | |
parent | 441cb430f0c1e3df32743f891b29b126b688631b (diff) | |
download | vbox-d2611cf6f2bec45dea7e8e75ec87f3350ebf2af9.tar.gz vbox-d2611cf6f2bec45dea7e8e75ec87f3350ebf2af9.tar.bz2 |
Use SPICE_NOGRAB into kvmx spice-client invocation
-rwxr-xr-x | kvmx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ if [ "$ACTION" == "up" ]; then -fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & # Run spice client - spicec --host localhost --port $PORT & + # https://lists.freedesktop.org/archives/spice-devel/2013-September/014643.html + SPICE_NOGRAB=1 spicec --host localhost --port $PORT & #spicy -h localhost -p $PORT #remote-viewer spice://localhost:$PORT |