diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-05-07 10:49:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-05-07 10:49:41 -0300 |
commit | 5ea5232b1eacbdc7e3b0a600310b34556f3cae14 (patch) | |
tree | dac2196b2e5962827d4d1f0bc3126948ee2ee82b | |
parent | 8470041f6b9c0741c456d1e16c6da8024fba863a (diff) | |
download | xsession-5ea5232b1eacbdc7e3b0a600310b34556f3cae14.tar.gz xsession-5ea5232b1eacbdc7e3b0a600310b34556f3cae14.tar.bz2 |
Do not start spice-vdagent on xsessionrc
-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 |