-
I didn't have any configuration files yet. I'm not sure whether it's a bug or not. OS: archlinux |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Its an issue with something lower down in the stack on your system. Either graphics drivers or fontconfig/freetype. You can try running kitty in another terminal with --debug-rendering it might give you more info on the issue. |
Beta Was this translation helpful? Give feedback.
-
If it's a font issue, try the following steps. First list the mono fonts, then specify the font when running kitty, and finally generate and edit the config file. kitty +list-fonts
kitty --config=NONE -o 'font_family <font name>' --debug-font-fallback
# press ctrl+shift+f2 to edit kitty.conf |
Beta Was this translation helpful? Give feedback.
-
Looks like the issue is caused by infinality patched freetype2. It works fine now after removing it. I don't understand why kitty has issues with infinality freetype. |
Beta Was this translation helpful? Give feedback.
Looks like the issue is caused by infinality patched freetype2. It works fine now after removing it. I don't understand why kitty has issues with infinality freetype.