diff options
-rwxr-xr-x | xsessionrc.dot.link | 6 |
1 files 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 |