#1625 closed defect (fixed)
Clipboard doesn't work on 1.0.7
Reported by: | Jiang | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 2.2 |
Component: | server | Version: | 1.0.x |
Keywords: | Clipboard | Cc: |
Description
When both server and client are version 1.0.6 (1.0.6-r15847-2) on ubuntu 14.04 64 bit, clipboard, enabled as bidirectional, works normally.
However, when the server is upgraded to 1.0.7 (1.0.7-r16697-1), while the client remains the same, the clipboard does not work. No error message was found in the log. The only clipboard relevant flag is on the server side: XPRA_CLIPBOARD_LIMIT=30.
Change History (3)
comment:1 Changed 4 years ago by
Milestone: | 1.1 → 2.2 |
---|---|
Status: | new → assigned |
comment:2 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The backport was incomplete and broke things, r16757 fixes that.
comment:3 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1625
Note: See
TracTickets for help on using
tickets.
This sounds like r16687 might be causing problems again..
This was originally applied in r16414 (fixed up in r16425 for macos and win32) then disabled in r16524 because it broke the clipboard.
If that was the case, you should be seeing this message in the log:
Will try it in a VM.