Xpra: Ticket #1881: true concurrent clipboard synchronization with multiple clients

#1835 makes it possible to switch the client we synchronize with automatically, but to get clipboard contents the user must first trigger an event (click, keyboard or moving the window). We should be able to send clipboard contents to all the clients connected, as if the server owned the clipboard when it doesn't. The big difficulty is that some clients are greedy (win32 and macos) and some clients have more selections than others (x11) and so we would have to change the server to greedy-mode if any of the clients are greedy and use the largest set of selections then filter on the way out.



Sat, 23 Jan 2021 05:36:16 GMT - migration script:

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