Closed santilococo closed 3 years ago
I have no repro, the exact steps listed work here. I'd suggest working with the xsel
developers to debug.
Here are the steps to reproduce:
maim -k -s | xclip-clipboard selection -t image / png
If you can't reproduce, I'll talk to the xsel developers. TY!
Yeah, I'm afraid that all works for me just fine, so I guess it's something more specific to your setup.
Hi. If I take a screenshot of the root window (
maim -s | xclip -selection clipboard -t image/png
) and then try to copy its output to another program (like discord for example) it will freeze the app. I can unfreeze it by choosing another clipmenu entry. I tried debugging clipmenud execution and it saysxsel: malloc error: Cannot allocate memory
. Do you know what could be happening?