Skip to content
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

Fix selection notify on wrong target #34

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

MarcusGrass
Copy link
Contributor

Fixes #33.

On my previous change I accidentally made the selection notify specify the wrong target as the target to notify for the selection.
This causes some applications to hang looping requests for the expected target. I'm surprised this didn't cause more issues, but by now I think a lot of x11 frameworks have a high tolerance for inter-client protocol mistakes and manage to recover.

I checked the fix against the example, pasting into brave, as well as built alacritty with the fix and it works there too. The mistake is pretty obvious when you see it, but not easy to spot in the changelist.

My bad, sorry about that!

@quininer quininer merged commit f409b56 into quininer:master Mar 9, 2023
@quininer
Copy link
Owner

quininer commented Mar 9, 2023

Thank you!

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.

0.7.0 x11-clipboard hangs
2 participants