-
Notifications
You must be signed in to change notification settings - Fork 59
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
wl-paste --watch
makes freerdp crash when copy in freerdp
#229
Comments
Hi!
And what results did you get, did the issue still reproduce with Please attach |
In log, the first 'test' shows when command runs; the second 'test' shows when copy in xfreerdp, then xfreerdp stucks. |
Thanks. From the log, it looks like wl-clipboard is doing everything correctly, and there's no feedback loop going on, xfreerdp (or X11, or Hyprland) just get stuck somewhere along the way. Does the same happen if you don't have |
Don't run |
So which step do you think went wrong? Which project should I submit an issue to? |
I test |
Given that wl-clipboard seems to be doing everything properly, and that using copyq tiggers the same issue, I'd say the issue is either in how Hyprland implements Xwayland ⟷ Wayland clipboard synchronization, or somewhere in xfreerdp. That being said, what |
Problem is:
if
wl-paste --watch cliphist store
runs, copy in freerdp(win10) causes freerdp to crash(stuck). Freerdp use clipboard rediction.if
wl-paste --watch cliphist store
not runs, copy in freerdp runs normal.I also test replace
cliphist store
toecho 'test'
to exclude cliphist problem. I think that wl-clipboard may have something not works fine with freerdp clipboard rediction.I submitted issue to freerdp project. Issue link.Freerdp dev said it's may not freerdp's problem.
Hope you can check this issue to see more about this.
My environment:
OS: Archlinux + hyprland
wl-clipboard version: 2.2.1
The text was updated successfully, but these errors were encountered: