mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #538] Display Freezes after Copying #1248
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @masroof-maindak on GitHub (Aug 8, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/538
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 linkoption.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
xclipwithwl-copyand noticed it still wasn't working. Searching the issues led me to #393 and I ultimately removed the [copy_command] section.@juliamertz commented on GitHub (Aug 9, 2024):
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.