thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Missing Symbols / Glyphs #720

Closed ztroop closed 4 years ago

ztroop commented 4 years ago

I'm experiencing an issue where I cannot see some of the glyphs / symbols in the terminal (the crab, in this case). In the browser, I can. Using ArchLinux, if you're curious.

starship on  master is 📦 v0.33.1 via 🦀 v1.40.0 
➜ 

If I run fc-list, I can clearly see I have powerline installed. To my knowledge, Fira Code (the font I'm using, should have these..)

➜ fc-list | grep Powerline
/usr/share/fonts/OTF/PowerlineSymbols.otf: PowerlineSymbols:style=Medium

My termite configuration:

[options]
font = Fira Code 16

My locale:

➜ locale   
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_US.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=

Any thoughts on troubleshooting?