aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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