I am on Ubuntu 18.04 of WSL 1, and xclip version is 0.12(I also downloaded the 0.13 version, and it niether does not work)
After i enter the keybind, the directory will be created, but there is no image file.
I think the problem may be the xclip. So i try the command:
$ xclip -selection clipboard -t image/png -o > 1.png
Error: target image/png not available
Then i check the targets xclip supports.
$ xclip -selection clipboard -t TARGETS -o
TARGETS
COMPOUND_TEXT
UTF8_STRING
STRING
There is no image/png.
So is there another way i can use this wonderful plugin?
I am on Ubuntu 18.04 of WSL 1, and xclip version is 0.12(I also downloaded the 0.13 version, and it niether does not work) After i enter the keybind, the directory will be created, but there is no image file.
I think the problem may be the xclip. So i try the command: $ xclip -selection clipboard -t image/png -o > 1.png Error: target image/png not available
Then i check the targets xclip supports. $ xclip -selection clipboard -t TARGETS -o TARGETS COMPOUND_TEXT UTF8_STRING STRING There is no image/png.
So is there another way i can use this wonderful plugin?