-
Notifications
You must be signed in to change notification settings - Fork 80
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
set_text
not copying to X11 clipboard
#143
Comments
however, waiting a second before program exists fixes the problem |
I just figured out that the case is a little different in linux, since the process is responsible for providing the clipboard until something new is copied. but something doesn't add up; why waiting a second before exiting in the original problem worked?? |
Same thing happens even if you call something else after calling Currently trying to show a notification directly after calling Note: I am calling the Edit Made an issue that shows an example of it not working #154 |
Me too. (Also X11 but I use KDE) My system info.
|
Maybe it gives enough time for your clipboard manager to pick up the contents. |
running the following:
nothing new seems to be copied to the clipboard. the previous thing in the clipboard is still there.
output of
cargo run
:my
neofetch
:The text was updated successfully, but these errors were encountered: