Comment 31 for bug 1800196

Revision history for this message
markackerman8@gmail.com (markackerman8) wrote :

Thanks Yas

Your suggestion reiterated here worked for me!

Basically adding the line:
X-GNOME-Autostart-enabled=false

To the files:
/etc/xdg/autostart/spice-vdagent.desktop
/usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop

Then stop and disable the service:
$ sudo systemctl stop spice-vdagentd
$ sudo systemctl disable spice-vdagentd

Cheers, Mark