-
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-copy infinatly hangs #210
Comments
Hi!
Do you mean that Does the thing you're copying appear in the clipboard despite
The Wayland debug log, which you can get like this:
and the strace log:
|
yes i can copy and i can paste it only hangs when trying to use clipboard history with dmenu
i ran this and hyprland crashed
when i copy without piping it work and shows in cliphist however piping something in hsngs untill i ctrl c it |
That certainly sounds like an issue with Hyprland, you should report the crash to them. That looks like Are you able to run |
xdg mime hangs |
I'm also having problem here, but I'm not so sure it is xprop's fault. Looking at the code, xdg-mime uses xprop in the ~> time xdg-mime query filetype ~/.ssh/id_ed25519_sk.pub
application/vnd.ms-publisher
________________________________________________________
Executed in 16.35 millis fish external
usr time 10.49 millis 889.00 micros 9.60 millis
sys time 8.18 millis 453.00 micros 7.72 millis
~> time xdg-mime query filetype (cat ~/.ssh/id_ed25519_sk.pub | psub)
text/plain
________________________________________________________
Executed in 19.43 millis fish external
usr time 16.31 millis 202.00 micros 16.11 millis
sys time 4.13 millis 102.00 micros 4.03 millis
~> time wl-copy < ~/.ssh/id_ed25519_sk.pub
________________________________________________________
Executed in 11.10 secs fish external
usr time 5.30 millis 323.00 micros 4.97 millis
sys time 21.42 millis 158.00 micros 21.26 millis
~> time wl-copy --type text/plain < ~/.ssh/id_ed25519_sk.pub
________________________________________________________
Executed in 28.33 secs fish external
usr time 3.62 millis 873.00 micros 2.75 millis
sys time 3.35 millis 416.00 micros 2.94 millis Weirdly, it seems like CPU time is really low (less than 50 ms), but somehow the running time varies wildly, from 2 seconds up to 1 minute. LogsI can't run strace without sudo on my system, so here are the Wayland logs.
|
In emacs |
i can copy fine but trying to pipe into wl-copy hangs forever including the example ls ~/Downloads | wl-copy
what logs can i provide and how do i get them?
The text was updated successfully, but these errors were encountered: