#2754 closed defect (fixed)
win32 clipboard spins out
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | clipboard | Version: | 3.0.x |
Keywords: | Cc: |
Attachments (1)
Change History (3)
Changed 10 months ago by
Attachment: | clipboard-spinning.log added |
---|
comment:1 Changed 10 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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)
comment:2 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2754
Note: See
TracTickets for help on using
tickets.
a few seconds of fast clipboard spinning