-
-
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
Clipboard bugs #4409
Comments
Please provide more specific steps. $ echo foo | xclip -i -selection CLIPBOARD And then read it from another xterm within the same session just fine: $ xclip -o -selection CLIPBOARD
foo I also tried with
Nope, I was wrong about this one. xpra/xpra/x11/gtk/clipboard.py Lines 420 to 421 in 854231f
This check skips emitting clipboard tokens ( _can_send is False for direction=to-server )And this discards requests from clients: Lines 651 to 654 in 854231f
How is this different from the first point? |
@iDmple what am I missing? |
Let me come back to you with more details. |
1. clipboard is on with direction
|
I have included explicit steps with command lines, proving otherwise.
Not a bug. |
Likely they require a mime-type not exposed by the other app. |
I just tried to copy text. I tried to copy between same apps: wezterm to wezterm and RStudio to Rstudio, not between them, though. |
Also, @totaam, I'm willing it's a mime-type issue, but then, how come copy/paste works when |
I don't know. |
Issue to track the server-side of Xpra-org/xpra-html5#326
I'm running Xpra version 6.2.0-1 (.deb package) on Ubuntu 24.04 (k8s) and Xpra-html5 16.2 on Mac with Chrome Version 130.0.6723.59 (Official Build) (arm64).
The text was updated successfully, but these errors were encountered: