Closed elyukai closed 5 years ago
Not working on Debian as well.
Maybe a problem wirh the image path? Paths in Linux are written slightly different compared to paths in Windows..
To show the images I need the file:// protocol, because it's what chromium needs to show the image. I thought, it looks the same for all OSs.
`file://${fileName.replace (/\\/g, "/")}`
This is basically what I do to convert the path from the OS to a file://
path. I need the replace
for windows, but am I missing sth I need to do to get it working on Linux?
The error (which I was able to reproduce in version 1.0.3) is fixed in 1.1.0-alpha18. Tested with Ubuntu 18.10
Thanks for double-checking!! :)
Only shows grey border, no actual image. Tested on Ubuntu. See Discord „Jim Knopf“.