-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handle clipboard large data transfers better #275
Comments
r2850 makes the server tell the client about its pending clipboard requests so we now display the cue no matter which direction the copy+paste operation is from. Each changeset has details in the commit message - worth a read. |
Now that #272 should work, please take a look. |
It looks like the bump to 256 KB makes the clipboard big enough to handle pretty much any reasonable or even not-quite-reasonable amount of text. Currently the clipboard doesn't seem to support even thumbnail-sized image copying or pasting- but it looks like ticket #273 is aiming at dealing with other formats than text. I think that can wait for 1.0, so I'll go ahead and close this ticket. |
Unfortunately, this caused a regression on Ubuntu with appindicator installed: #344 |
Re-opening because of #448, enough changes there to need re-testing. The "blink and show clipboard icon in the system tray" is likely to be disabled for 0.10.x |
v0.10.x will no longer change the tray icon and tooltip on clipboard requests as of 4630. afarr, can you please re-test trunk? (win32, osx, appindicator, etc..) |
2013-10-29 22:52:53: afarr commented
|
2013-10-30 02:10:16: totaam commented
|
2013-11-14 20:31:01: afarr commented
|
Right, there won't be any dock bouncing anymore as we send the contents with the clipboard owner change packets, so there is never any pending transfers (at least going from server to client) on macosx. I am confused and a bit tired so I hope I am not missing anything as I close this bug - at last! (feel free to re-open if anything is amiss) |
At present, the limit for clipboard packets is 32KB (see #274), which means that:
Solutions:
The text was updated successfully, but these errors were encountered: