GirkovArpa/temps-lite

failed to load iconTemplate@2x.png

GirkovArpa opened this issue · 3 comments

warning:DOM: failed to load "/home/falter/Bilder/temps-lite-master/assets/iconTemplate@2x.png" file, error=2

Originally posted by @papioara in #3 (comment)

Does this spinning, tiny sun in this screenshot not display?

I assume that's because of the @ in the filename, although I'm unable to find any source confirming this is an issue on Linux.

In any case, I believe it's worth trying to remove the @ in line 90 in main.htm:

<img #spinner src="assets/iconTemplate@2x.png" />

And removing the @ from the filename of iconTemplate@2x.png.

No, no spinning sun, but a spinning something - also nice - instead. Renaming the icon by removing the @ and changing the line in main.htm leads to the same complaint, only without the @ in the file name. Somehow temps-lite cannot load it, but it does not say what's wrong with it.

Presumably fixed by your typo-correction here?