Closed GirkovArpa closed 3 years ago
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?
warning:DOM: failed to load "/home/falter/Bilder/temps-lite-master/assets/iconTemplate@2x.png" file, error=2
Originally posted by @papioara in https://github.com/GirkovArpa/temps-lite/issues/3#issuecomment-777063350