From d2611cf6f2bec45dea7e8e75ec87f3350ebf2af9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Mar 2017 13:59:06 -0300 Subject: Use SPICE_NOGRAB into kvmx spice-client invocation --- kvmx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3