dissent
dissent copied to clipboard
Pasting images in.
In a few screenshot apps, you can copy the screenshot to your clipboard, and then paste it into discord. In gtkcord4 you cant. It just makes a mysterious clipboard
file.
I can paste it just fine.
Hmm...
i'm getting this bug, using Spectacle to take screenshots
it's not putting .png or .jpg or whatever at the end, so discord doesn't show it as an image
image
i'm getting this bug, using Spectacle to take screenshots
it's not putting .png or .jpg or whatever at the end, so discord doesn't show it as an image
~~this is what i call a quality pfp and nickname~~ does it work with windows 10 screenshot?
Spectacle is the windows 10 screenshot for KDE.
Try logging what mimeTypes
is here: https://github.com/diamondburned/gtkcord4/blob/main/internal/gtkcord/message/composer/input.go#L222.
It could be that whatever the screenshot program that you're using isn't putting data into the clipboard with the right MIME type.
Having the same problem over a year later :P Seems like Spectacle copies images with the MIME type application/x-qt-image
, and gtkcord4 doesn't recognise that as an image format when pasting.