Hi, The init script of spice-vdagent checks if the path /sys/module/uinput exist and doesn't start if it doesn't. However, i've compiled the uinput into the kernel and don't have this directory, thus spice-vdagent won't start and clipboard sharing won't work. This is very annoying, and for the mean time i just commented out the "return 1" from the check. spice-vdagent starts without problems and clipboard sharing works again. Don't really know what to check for, but i would suggest for "/dev/uinput".
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b3e1d9a13c389f17e01c78c6c1a996d08420b5 commit b3b3e1d9a13c389f17e01c78c6c1a996d08420b5 Author: Matthias Maier <tamiko@gentoo.org> AuthorDate: 2019-07-28 19:01:38 +0000 Commit: Matthias Maier <tamiko@gentoo.org> CommitDate: 2019-07-28 19:37:44 +0000 app-emulation/spice-vdagent: fix init script Closes: https://bugs.gentoo.org/670576 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org> .../spice-vdagent/files/spice-vdagent.initd-4 | 60 ++++++++++++++++++++++ .../spice-vdagent/spice-vdagent-0.19.0.ebuild | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-)