Skip to content

Conversation

@skyride
Copy link

@skyride skyride commented Nov 22, 2025

There's currently a bug with the Linux release under Wayland where the copy/paste functionality doesn't work. It doesn't reliable access the clipboard as expected, so it'll silently fail to copy from clipboard, and most applications are unable to access things paste to the clipboard.

This PR fixes that by forcing it to use the actual Clipboard instead of Primary. Primary is a neat feature, but the behaviour is inconsistent if your application isn't built with its special usage in mind.

Testing

I've tested this on Wayland Linux, but I'd suggest double checking it works as expected on Windows and Mac before merging. I'm trying to see if I can get some help with that.

@DarkFenX
Copy link
Member

DarkFenX commented Nov 23, 2025

I've tested this on Wayland Linux, but I'd suggest double checking it works as expected on Windows and Mac before merging

Well that's an issue for me. I have 2 laptops, both have some flavor of linux. I might test windows build under wine, but I don't think it's a good idea for this particular change. So if you can, please try it out.

Alternatively, I can just poke friends of mine to try it and see if it works.

edit: also I am using gnome on wayland, never had issues with copy-paste

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants