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

X11Clipboard.GetTextAsync() doesn't return. Waits indefinitely. Ubuntu 18.04. #4320

Open
bitbound opened this issue Jul 18, 2020 · 5 comments · May be fixed by #17467
Open

X11Clipboard.GetTextAsync() doesn't return. Waits indefinitely. Ubuntu 18.04. #4320

bitbound opened this issue Jul 18, 2020 · 5 comments · May be fixed by #17467
Labels
area-x11 bug help-wanted A contribution from the community would be most welcome. os-linux

Comments

@bitbound
Copy link

When calling await Application.Current.Clipboard.GetTextAsync(), it doesn't return. It waits indefinitely, or at least until SetTextasync() is called from another thread. But then it's returning the text that was just set.

Only tested on a Hyper-V VM running Ubuntu 18.04.

@bitbound bitbound changed the title X11Clipboard.GetTextAsync() doesn't return Ubuntu 18.04. X11Clipboard.GetTextAsync() doesn't return. Waits indefinitely. Ubuntu 18.04. Jul 18, 2020
@kekekeks
Copy link
Member

Most likely caused by Hyper-V's guest tools, works completely fine on actual hardware and other virtualization environments like Qubes OS.

@esenkus
Copy link

esenkus commented Nov 25, 2022

I did just run into the same issue on Linux without VM. Any solution to this?
OS: Linux Mint 21 Cinnamon (Ubuntu 22.04 LTS based)

@maxkatz6 maxkatz6 added bug os-linux area-x11 help-wanted A contribution from the community would be most welcome. labels Nov 25, 2022
@DemonExposer
Copy link

I would like this to work. Is this getting fixed any time soon?

@timunie
Copy link
Contributor

timunie commented Nov 7, 2024

@DemonExposer we have help wanted label here. So a PR from your side is welcome. In case you have a support agreement, you can also ask for priority here.

@DemonExposer DemonExposer linked a pull request Nov 10, 2024 that will close this issue
3 tasks
@DemonExposer
Copy link

@timunie here you go #17467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-x11 bug help-wanted A contribution from the community would be most welcome. os-linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants