awesome-terminal-fonts icon indicating copy to clipboard operation
awesome-terminal-fonts copied to clipboard

DefaultFontFallbacks.plist is not in the directory specified on Mac OS X Catalina

Open dendisuhubdy opened this issue 5 years ago • 8 comments

cp /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Resources/DefaultFontFallbacks.plist ~/Desktop                           
cp: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Resources/DefaultFontFallbacks.plist: No such file or directory

dendisuhubdy avatar Jul 30 '19 06:07 dendisuhubdy

Have the same issue.

swift-develop avatar Oct 06 '19 03:10 swift-develop

yeah any fixes?

dendisuhubdy avatar Oct 06 '19 05:10 dendisuhubdy

Same issue. Looks like DefaultFontFallbacks.plist was moved and renamed or removed / replaced by other solution. I spent some time to investigate this but sadly I found nothing.

Kayne avatar Oct 08 '19 09:10 Kayne

May have to move back to the patched font strategy

jgchristopher avatar Oct 08 '19 14:10 jgchristopher

I have my environment working again using nerd-fonts patched fonts. https://github.com/ryanoasis/nerd-fonts

jgchristopher avatar Oct 09 '19 00:10 jgchristopher

Thanks @jgchristopher ! I took a look and also fixed my environment with these patched fonts approach.

Kayne avatar Oct 09 '19 07:10 Kayne

Echoing others solutions

  1. install https://github.com/ryanoasis/nerd-fonts
  2. in iterm2 switch the font in question (example MesloLGSDZ) to the Nerd Font equivalent

Diggitysc avatar Oct 23 '19 18:10 Diggitysc

Echoing others solutions

  1. install https://github.com/ryanoasis/nerd-fonts
  2. in iterm2 switch the font in question (example MesloLGSDZ) to the Nerd Font equivalent

alternatively (or adding) you can set Use built-in Powerline glyphs in iterm2 (tested with version 3.3.7) in Preferences > Profiles > Text

andywenk avatar Nov 29 '19 19:11 andywenk