Copying plain text from XWayland -> Electron Wayland can freeze target application #10332
Replies: 7 comments 8 replies
-
cant repro this on git |
Beta Was this translation helpful? Give feedback.
-
I'm also having this issue on 0.49.0. I tried to downgrade to 0.48.1 and got the same problem. As a workaround I'm using this: #6132 (comment) (I'm using cliphist) Installed it and added |
Beta Was this translation helpful? Give feedback.
-
I’m also running into this extremely annoying bug: when I run VS Code under Xwayland and try to copy anything (via Ctrl+C or mouse selection) and paste into Firefox the app freezes and shows the "Application is not responding" dialog. This is really limiting and disruptive to my workflow, since I frequently need to copy code snippets, URLs or terminal commands from VS Code and paste them straight into my browser. |
Beta Was this translation helpful? Give feedback.
-
It seems this mostly happens when the target app is Electron - for example VS Code and Slack freeze, but Notepadqq doesn't. |
Beta Was this translation helpful? Give feedback.
-
facing same issue, with java apps, any fix? |
Beta Was this translation helpful? Give feedback.
-
This is still happening with the
although I had some troubles reproducing with the VS Code. Pasting into Slack (another electron app), reproduced it immediately though. |
Beta Was this translation helpful? Give feedback.
-
I'm also encountering this issue with Unity 2019 (XWayland) when copying assembly from a Burst function, which can be 600+kb of plain text. Pasting into Rider (Wayland-native) freezes indefinitely, while pasting into Firefox freezes for a moment before timing out, and running Interestingly, Clipboard appears to have no issues pasting the entire buffer, which led me to the workaround of running Tested on Hyprland 0.50.1. |
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.
-
Hyprland version
Hyprland 0.49.0 built from branch makepkg at commit fcb6f93
Regression
Yes. First bad commit: 9228116
Describe the bug
When copying plain text from XWayland -> Wayland, target application will freeze (with the Hyprland's not responding dialog shown if it is an GUI application), seemingly indefinitely.
Reproduction steps
Logs
xwayland -> Wayland:
Hyprland logs:
wl_paste_paste_from_xwayland.txt
wayland -> Wayland:
Hyprland logs:
wl_paste_from_wayland.txt
System info and config
config.txt
Beta Was this translation helpful? Give feedback.
All reactions