Closed masroof-maindak closed 2 months ago
I experienced the same behavior a while ago, for me this happens no matter what clipboard provider i use (xclip, xsel, pbcopy). I'm on X11 myself so i don't believe this is a wayland problem.
While debugging this i noticed that it does actually continue to run after a while, this takes anywhere between 30 seconds to 5 minutes for me. Before freezing it does successfully copy to the clipboard.
Some print statements revealed it gets stuck on this line, I haven't dug much further though since this isn't a feature i use much.
Describe the bug I am using spotify-player on Wayland with the latest Git build. Whenever I copy, my display freezes and no other inputs are registered. Music remains playing as is however.
To Reproduce Select the
copy link
option.Expected behaviour App doesn't freeze.
Log and backtrace The backtrace file was empty. Here is the log file:
Screenshots N/A.
Environment
Additional Context I shifted from X11 to Wayland recently and noticed that my copy_command wasn't working. I replaced
xclip
withwl-copy
and noticed it still wasn't working. Searching the issues led me to #393 and I ultimately removed the [copy_command] section.