You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
@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.
When calling
await Application.Current.Clipboard.GetTextAsync()
, it doesn't return. It waits indefinitely, or at least untilSetTextasync()
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.
The text was updated successfully, but these errors were encountered: