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
I am not sure if this is expected behavior on my platform or not, but I am experiencing the following:
When writing text data to clipboard, I can exit the application with os.Exit(0) and still retain the text on the system clipboard
When writing png img data to clipboard with no other changes, the clipboard is emptied when the application closes
When leaving the application running in the background with no other changes, I can paste png data around my system. As soon as I close the application, I can no longer paste the image
I am on Linux X11, distro is Pop OS <-- Ubuntu <-- Debian.
As a fallback, I am leaving my application running in the background until I can detect that the clipboard has been overwritten, but I just close my GUI window, so the user experience mimics "I got my screenshot on the clipboard and the screenshot application has now closed, but I can go paste this somewhere".
Cheers!
The text was updated successfully, but these errors were encountered:
I am not sure if this is expected behavior on my platform or not, but I am experiencing the following:
os.Exit(0)
and still retain the text on the system clipboardI am on Linux X11, distro is Pop OS <-- Ubuntu <-- Debian.
As a fallback, I am leaving my application running in the background until I can detect that the clipboard has been overwritten, but I just close my GUI window, so the user experience mimics "I got my screenshot on the clipboard and the screenshot application has now closed, but I can go paste this somewhere".
Cheers!
The text was updated successfully, but these errors were encountered: