# You need spice-vdagent

> Source: <https://gist.github.com/plembo/21d4a1579850f7fe84301a90f4fcdf9a>
> Published: 2019-06-09 22:24:06+00:00

# You need spice-vdagent
Debian or Kali Linux installed to as KVM (libvirtd) guests do not automatically have qemu-guest-agent or spice-vdagent installed. This will prevent seamless movement of the mouse cursor between the guest and host desktop in Virtual Machine Manager (requiring the use of a Ctrl-Alt to release the cursor from the guest window).

To cure this, install both qemu-guest-agent and spice-vdagent on each guest and reboot (the guests). 

```
$ sudo apt install qemu-guest-agent
$ sudo apt install spice-vdagent
```

