Hi, > I fail to see how that works, imagine the other end is the same code (qemu > in the guest), it will take clipboard ownership and it is in a endless > loop, isn't it?
Notifications on guest-triggered clipboard updates will not be sent back to the guest, exactly to avoid that kind of loop. See self_update checks in vdagent_clipboard_notify(). gtk and vnc notify callbacks have simliar checks for simliar reasons ;) take care, Gerd