aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-01 13:59:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-01 13:59:06 -0300
commitd2611cf6f2bec45dea7e8e75ec87f3350ebf2af9 (patch)
treed3124870672f8d760aebf5c169562f1e9c5acf9f
parent441cb430f0c1e3df32743f891b29b126b688631b (diff)
downloadvbox-d2611cf6f2bec45dea7e8e75ec87f3350ebf2af9.tar.gz
vbox-d2611cf6f2bec45dea7e8e75ec87f3350ebf2af9.tar.bz2
Use SPICE_NOGRAB into kvmx spice-client invocation
-rwxr-xr-xkvmx3
1 files changed, 2 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index bd67980..105904c 100755
--- a/kvmx
+++ b/kvmx
@@ -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