Closed RoninTech closed 1 year ago
If I run:
fc-list ':charset=6fef'
I get:
/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf: Droid Sans Fallback:style=Regular
From the error message you shared, shouldn't that be: fc-list ':charset=f6ef
?
I don't believe that that glyph is provided by Droid Sans; with the full set of droid fonts installed, none of them are reported by fc-list as containing that codepoint.
$ fc-list ':charset=f6ef'
/usr/share/fonts/jomolhari-fonts/Jomolhari-alpha3c-0605331.ttf: Jomolhari:style=Regular
Thanks Wes. Good catch. Defo time to get the glasses prescription updated.
I downloaded the Jomolhari font and now the errors are gone. 😊
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
OS: Linux X11 Linux: Debian GNU/Linux 11 (bullseye) Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Rust version: stable-aarch64-unknown-linux-gnu (default) rustc 1.72.0 (5680fa18f 2023-08-23) Linux RPi4 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux WM: Openbox DE: LXDE
WezTerm version
wezterm 20230828-072823-a103b6d9
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
Run wezterm and type lsd and I get a notification popup as shown in the attached screenshot.
If I run:
fc-list ':charset=6fef'
I get:/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf: Droid Sans Fallback:style=Regular
So I added the following to my ~/.config/wezterm/wezterm.lua file:
config.font = wezterm.font_with_fallback({'Firacode Nerd Font Mono','Droid Sans Fallback'})
However the error notification still persists even with the font containing the missing glyph added as a fallback. Is there a way to fix this font error? If not I will just use the
warn_about_missing_glyphs = false
config option.To Reproduce
Open wezterm and type lsd in my home folder. lsd uses nerd font to show icons next to filenames.
Configuration
Expected Behavior
No font error pop ups
Logs
Anything else?