org-krita
org-krita copied to clipboard
every preview just looks like a small square with a horizontal line through the middle
I'm sure I'm doing something wrong, but I don't seem to be able to get actual previews. When I toggle the mode on (org-krita-mode
) the links just turn into boxes with horizontal lines through the middle no matter what the actual krita .kra contains.
can you provide some more details on this? the sample krita file and some details on the system you are running this with?
emacs: /mnt/c/Users/LOVEGR~1/AppData/Roaming/MobaXterm/slash/bin/unzip: Exec format error
Not a PNG image: ‘(image :type png :data :scale 1.2)’ [9 times]
next-line: End of bufferNot a PNG image: ‘(image :type png :data :scale 1.2)’ [6 times]
Not a PNG image: ‘(image :type png :data :scale 1.2)’ [11 times]
I got a similar problem. The log was like the above.
You need to install unzip in this scenario.
e.g., In Ubuntu:
$ sudo apt install unzip