Yash-Handa / logo-ls

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang
MIT License
1.12k stars 46 forks source link

Logos not displaying properly #4

Open OliverEvans96 opened 3 years ago

OliverEvans96 commented 3 years ago

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

OliverEvans96 commented 3 years ago

Related: https://www.reddit.com/r/golang/comments/ixrinq/vscode_like_icons_and_git_integration_in_terminal/g68jly8?utm_source=share&utm_medium=web2x&context=3

mholt commented 3 years ago

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.

Yash-Handa commented 3 years ago

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:

GiuBravo commented 1 year ago

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.

ISaIGoI commented 7 months ago

Help!

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

MarianaIshak commented 5 months ago

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 :(

ISaIGoI commented 5 months ago

Same thing!

HamammSoleman commented 5 months ago

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

RohollahHS commented 4 months ago

I have the same issue.

ISaIGoI commented 4 months ago

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!

gabordikan commented 2 months ago

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

gabordikan commented 2 months ago

Ok, this code fix has resolves my issue: https://github.com/Yash-Handa/logo-ls/issues/49