https://bugs.kde.org/show_bug.cgi?id=461417
tagwer...@innerjoin.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagwer...@innerjoin.org --- Comment #13 from tagwer...@innerjoin.org --- (In reply to Nate Graham from comment #11) > ... So far it's still l not looking like a KDE issue, unless the problem is a > systemd > misconfiguration ... I think it's something that's happening with the Neon upgrade to the Ubuntu 22.04 base If I install an Ubuntu 20.04 Neon Testing as a KVM Guest: neon-testing-20220929-1047.iso I see: $ ps ax | grep vdagent 1375 ? Ssl 0:00 /usr/bin/spice-vdagent 1379 ? Ss 0:00 /usr/sbin/spice-vdagentd 2208 pts/2 S+ 0:00 grep --color=auto vdagent and Copy/Paste works between the host (which is running Fedora 36) and guest . If I bring it up to date: # pkcon refresh # pkcon update it is still OK: $ ps ax | grep vdagent 1130 ? Ssl 0:00 /usr/bin/spice-vdagent 1139 ? Ss 0:00 /usr/sbin/spice-vdagentd 1253 pts/1 S+ 0:00 grep --color=auto vdagent If I upgrade to 22.04, it breaks. I no longer see the agent: $ ps ax | grep vdagent 1216 pts/1 S+ 0:00 grep --color=auto vdagent and Copy/Paste between the host and guest no longer works. If I try the suggested "systemctl enable" # systemctl enable spice-vdagentd I get the error message as quoted: The unit files have no installation config ... If I install a new Neon Testing, one based on Ubuntu 22.04: neon-testing-20221030-0733.iso I don't see the agent: $ ps ax | grep vdagent 1528 pts/1 S+ 0:00 grep --color=auto vdagent Copy/Paste no longer works between the host and guest and an update doesn't make a difference: # pkcon refresh # pkcon update $ ps ax | grep vdagent 1217 pts/1 S+ 0:00 grep --color=auto vdagent Does this help? -- You are receiving this mail because: You are watching all bug changes.