-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Hello and thank you for providing this tool!
I'm getting basically the same error as #412 I think.
// lots of unicode errors above
No glyph with unicode U+05c60 in font
No glyph with unicode U+06753 in font
No glyph with unicode U+06eba in font
No glyph with unicode U+07c3e in font
Traceback (most recent call last):
File "/root/nerd-fonts/font-patcher", line 908, in <module>
main()
File "/root/nerd-fonts/font-patcher", line 902, in main
patcher = font_patcher()
File "/root/nerd-fonts/font-patcher", line 55, in __init__
self.setup_font_names()
File "/root/nerd-fonts/font-patcher", line 267, in setup_font_names
fullname = self.sourceFont.fullname + verboseAdditionalFontNameSuffix
TypeError: unsupported operand type(s) for +: 'NoneType' and 'unicode'🔧 Your Setup
- Which font are you using (e.g.
Anonymice Powerline Nerd Font Complete.ttf)? SourceHanCodeJP - Which terminal emulator are you using (e.g.
iterm2,urxvt,gnome,konsole)? iterm - Are you using OS X, Linux or Windows? And which specific version or distribution? docker
ryanoasis