-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copy_on_select doesn't work without first focusing Kitty #6095
Comments
I can reproduce this under Wayland and it works fine under x11. After selecting the text and releasing the mouse button, I see:
However it should be:
So |
Works for me in GNOME wayland (mutter 43.3) . Steps I tried:
Which compositor and version are we talking of? Given wayland's brain dead design saying "Wayland" is pretty useless. |
KDE kwin 5.27.2 |
Thanks for the fix, will try it out when the next release comes out. |
Given the following configuration in Kitty:
copy_on_select works as expected, when Kitty is focused.
When the focus resides on a different application, selecting text with the mouse inside of Kitty will also focus Kitty, and the text selection works as expected, but the selected text is not copied to the clipboard or primary selection. Same feature works as expected using other terminals. First clicking on Kitty then selecting the text also works as expected.
The issue is reproducible using
kitty 0.21.2
bundled with Ubuntu andkitty 0.27.1
released on GitHub.The issue is also reproducible using
kitty --config NONE
with both of these versions.Tried on Ubuntu 22.04 and 22.10.
The text was updated successfully, but these errors were encountered: