GirkovArpa / temps-lite

A smart, good-looking little app which tries to speak your language the way you are used to.
MIT License
43 stars 2 forks source link

failed to load iconTemplate@2x.png #6

Closed GirkovArpa closed 3 years ago

GirkovArpa commented 3 years ago

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

GirkovArpa commented 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.

papioara commented 3 years ago

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.

GirkovArpa commented 3 years ago

Presumably fixed by your typo-correction here?