Yanking and pasting to system clipboard not working under Wayland #8755
-
I'm trying to copy/paste between Helix and other apps, but I get an error I think it might have something to do with When I run
Is this just a Wayland issue or is there something I can do to fix this? Thanks! Edit: I just found out that Why is the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's hard to tell what is wrong here but this is not a helix specific issue. The clipboard providers are clearly not working so something with your setup is wrong. If xsel is working for you it actually sounds like you are using x-org and not wayland tough. |
Beta Was this translation helpful? Give feedback.
Okay, I have got it working now. The reason why
wl-copy
andwl-paste
were not working is because I had two versions on my system, likely from a prior build.If anyone comes across the same problem, have them verify that
wl-copy
andwl-paste
are in both the/usr/local/bin
and/usr/bin
directories. Remove the ones from/usr/local/bin
in order to default to the/usr/bin
version from the distro's repo.This is where I found the solution:
bugaevc/wl-clipboard#181 (comment)