Xpra: Ticket #2754: win32 clipboard spins out

Just starting a shadow server on win32 (ie: #1527 or #2711) then connecting a Linux client, then copying anything to the clipboard server side.



Mon, 04 May 2020 12:56:23 GMT - totaamwin32: attachment set

a few seconds of fast clipboard spinning


Mon, 04 May 2020 15:06:04 GMT - totaamwin32: status changed; resolution set

The problem comes from VirtualBox and clipit: we send the token to the client when something has been copied to the server's clipboard, clipit asks for it, we give an empty reply (r22470) to try to keep it quiet... but then it takes ownership of the clipboard and sets a new value! Fix is to just stop talking to the obnoxious clipit: r26248.

We now also have the ability to blacklist clients on win32 servers: r26247. (can be useful for virtualbox's VBoxTray.exe if it causes problems)


Sat, 23 Jan 2021 05:59:51 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2754