Hi,

I've Debian 13.6 installed in both host and guest I'm not able to get shared clipboard working between host and guest. Both uses KDE with X11 as GUI. The issue seems to me that the "status" is always "disconnected" when I run the guest:

Channel (qemu-ga):
<channel type="unix">

<source mode="bind" path="/run/libvirt/qemu/channel/4-DebianRaid/org.qemu.guest_agent.0"/>

<target type="virtio" name="org.qemu.guest_agent.0" state="disconnected"/>

  <alias name="channel0"/>

  <address type="virtio-serial" controller="0" bus="0" port="1"/>

</channel>

Channel QEMU vdagent:
<channel type="qemu-vdagent">

  <source>

    <clipboard copypaste="yes"/>

  </source>

  <target type="virtio" name="com.redhat.spice.0" state="disconnected"/>

  <alias name="channel1"/>

  <address type="virtio-serial" controller="0" bus="0" port="3"/>

</channel>

These XML data comes from virt-manager's console that I use to boot the guest. Why the status is "disconnected"? Is it that the reason?

Thanks in advance for any hint, kind regards.
--
Franco Martelli

Reply via email to