Yash-Handa / logo-ls

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logos not displaying properly

OliverEvans96 opened this issue · comments

Hi,

Looks like a cool project, but it's not working for me. I'm mostly getting random Arabic and horoscope symbols displaying. I'm using gnome-terminal on Arch Linux with zsh (although it looks the same in bash). Let me know if I've misconfigured it somehow.

2020-09-22-170248_1916x1041_scrot

Oliver

I'm getting the same thing as posted on ^ reddit (https://ibb.co/8NrQ6Ks) -- I imagine I'm missing some font or something? (Stock Ubuntu 20.04 terminal)

The screenshots in the readme have a much fancier shell than mine; will this not work with bash? A Requirements section would be helpful I think.

In order to get icons on the terminal nerd fonts are required. Basically Nerd Fonts patches your current font i.e., the last few unicode points (approx 2,824 out of 143,859) in the font are replaced with nerdy icons.

The list of already patched fonts is given here, just choose a font from it, install it and change the terminal font to that font (restarting of terminal may be required).

You can also patch a font if you can't find your favorite font in the list.


Some Platform dependent Instuctions:

  • Prefer not to use Nerd-font AUR:
    Don't use Nerd-fonts Complete AUR, it downloads all patched fonts available which is not what is required. You just need one font or you can patch your own font if you cant find it in the nerd-font repository.

    There are some single font Nerd-font AURs like for DejaVo, Fira Code, Go Mone which can be used the list of available AUR packages is given here

  • Using Homebrew Fonts on MacOS:
    All fonts are available via Homebrew Cask Fonts on macOS (OS X). For more detail see here

I'm facing the same issue on Ubuntu 22.04 LTS. I downloaded the fonts available on Nerdfonts, extracted them to the corresponding folder, and applied the font-patcher provided by Nerdfonts. I updated the cache, restarted the terminal, but it didn't resolve the issue.

Help!

Screenshot 2023-11-21 191916
Screenshot 2023-11-21 181448

I have the same issue. Using Ubuntu on WSL:
image

I've already installed the patched version of CascadiaCode and installed it, selected it in the settings:
image

but still seeing the same result :(

Same thing!

I Also have the same issue, I'm currently using Cascadia Code.
Seems like it could be something to do with Ubuntu on wsl.

I have the same issue.

I Also have the same issue, I'm currently using Cascadia Code. Seems like it could be something to do with Ubuntu on wsl.

Nope, I did the same steps on my Linux VM, and the issue still exists!

I have the same issue under Windows. In Windows Terminal, I tried many of Nerd Fonts, but icons look same
image
image

Ok, this code fix has resolves my issue:
#49