clipboard provider wl-copy failed #11583
Replies: 2 comments 8 replies
-
Could you try running Helix with Something like this happened to me this morning as well, however in my case it turned out to be an environmental issue; I looked around in Helix' commit history, but recently nothing related to the clipboard has changed, and then I found out that my Ubuntu box was logging me in using XOrg instead of Wayland. It started working again when I logged out and made sure I log back in using the Wayland session. |
Beta Was this translation helpful? Give feedback.
-
I started the editor, selected a line with
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When I select some text with the mouse, I get the error
clipboard provider wl-copy failed
. I am on Windows 11, WSL2, Windows Terminal.wl-copy
exists [only] in/usr/bin
and works fine from the shell prompt. I swear this used to work. 🤔 Highlighting using the keyboard and doing[space] y
does yank to the clipboard, at which point I can paste the yanked text in Windows.Reproduction Steps
Highlight text with the mouse. It immediately tries to copy to the clipboard but fails.
Helix log
I removed the log file, edited my markdown file, yanked a line, yanked a line with space & y, then highlighted the line with my mouse. After all that, the log file contains only this line.
Platform
Windows WSL2
Terminal Emulator
Windows Terminal 1.18.3181.0
Installation Method
maybe built from source?
Helix Version
helix 24.3 (2cadec0)
Beta Was this translation helpful? Give feedback.
All reactions