Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Most icons do not show #37

Open
idnsunset opened this issue Mar 19, 2021 · 6 comments
Open

Most icons do not show #37

idnsunset opened this issue Mar 19, 2021 · 6 comments

Comments

@idnsunset
Copy link

idnsunset commented Mar 19, 2021

After installation, just got a few icons displayed in the terminal.

2021-03-20-021439_1259x677_scrot
2021-03-20-013335_1276x698_scrot

Got an error during the installation, but seems not related...:

Fontconfig error: "/home/idnsunset/.config/fontconfig/conf.d/30-icons.conf", line 8: no element found
@AshutoshSajan
Copy link

same issue no error but most of the icons are showing up as block

@gosftw
Copy link

gosftw commented Oct 16, 2021

Same error on wsl2

@rolltidehero
Copy link

same issue on WSL2 --> zsh

image

@davipbl
Copy link

davipbl commented Feb 1, 2022

Same issue here. Using WSL2 with zsh.

image

@ixxeL2097
Copy link

any updates on this ? I still have this same issue on WSL2@win11x64

@ed9w2in6
Copy link

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:

  1. Have you follow the instruction in README to edit the xml config file?
    Your error message seems to indicate you havent done it.
  2. Does your OS/application supports font fallback mechanism automatically?
    hint: yours don't, hence the tofu chars.
  3. Can your application be configured to use another font map for certain code points?
    e.g. kitty supports symbol_map config for this use.
    I suggest just mapping the range U+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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants