xclip
xclip copied to clipboard
Copy images to Virtualbox guest
I use maim to take screenshots and pipe the output to xclip to copy the screenshots to clipboard.
maim --format png /dev/stdout | xclip -sel c -t image/png -i
It works fine somewhere. But I can't paste it to my Virtualbox Windows guest.