To avoid errors in my W11 VM guest when a USB device was inserted, I learned that I needed to start virt-manager this way:
su -l -c virt-manager
This indeed removed that USB error.
However, now when I start virt-manager (not the VM) I get 4 times this warning:
(virt-manager:11512): dconf-WARNING **: 12:01:07.781: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=ef0ae0b0f1a04369a969d71f17bf1b3e --binary-syntax --close-stderr”: Child process exited with code 1
Already having done quite a lot of searching, I could not find why this is, and what to do about it.
@XAvW and if you start virt-manager as your user, connect and start the machine? Also what happens is you use (as root user) virsh to start the virtual machine and connect to it as your user via virt-viewer?