From 5ea5232b1eacbdc7e3b0a600310b34556f3cae14 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 7 May 2022 10:49:41 -0300 Subject: Do not start spice-vdagent on xsessionrc --- xsessionrc.dot.link | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index ed05d1c..94a992b 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -169,9 +169,9 @@ elif which start-pulseaudio-x11 > /dev/null 2>&1; then fi # Start spice-vdagent if needed -if [ -e "/dev/virtio-ports/com.redhat.spice.0" ] && [ -x "/usr/bin/spice-vdagent" ]; then - spice-vdagent -fi +#if [ -e "/dev/virtio-ports/com.redhat.spice.0" ] && [ -x "/usr/bin/spice-vdagent" ]; then +# spice-vdagent +#fi # Check for unclutter if [ -x "/usr/bin/unclutter" ]; then -- cgit v1.2.3