Most icons do not show
idnsunset opened this issue · comments
idnsunset commented
Ashutosh Sajan commented
same issue no error but most of the icons are showing up as block
Juan Manuel Castro commented
Same error on wsl2
Heath B commented
davipbl commented
Frédéric SPIERS commented
any updates on this ? I still have this same issue on WSL2@win11x64
ed9w2in6 commented
This project relies on font fallback mechanism for it to work, it seems that your application is not using the icons-in-terminal font, hence the tofu characters.
As a general advice:
- Have you follow the instruction in README to edit the xml config file?
Your error message seems to indicate you havent done it. - Does your OS/application supports font fallback mechanism automatically?
hint: yours don't, hence the tofu chars. - Can your application be configured to use another font map for certain code points?
e.g.kitty
supportssymbol_map
config for this use.
I suggest just mapping the rangeU+E000-U+EEA0
will be fine.
Another thing:
The bash script depends on bash version >= 4.2:
See new features: https://lists.gnu.org/archive/html/info-gnu/2011-02/msg00012.html#:%7E:text=UXXXXXXXX%20escape%20sequences