Linux Freezed with Fira Code and Font Ligatures
See original GitHub issueVersion: 1.0.170 Platform: Linux x64 5.15.12-arch1-1 Plugins: search-in-browser, docker Frontend: xterm
When using fira code with font ligatures the preview in the settings works but after changing to a terminal tab the app freezes and need to kill from the system monitor or with killall tabby
and open the app again gets stuck after splash.
have edit the config file manually to change font and solve the problem
I tried to replicate in MacOS but the problem is only on linux
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Fira Code's font ligatures suddenly stopped working on i3wm ...
I am on Arch Linux. EDIT: Seems like a kitty issue. Fira Code is still rendering fine in firefox-developer-edition . EDIT ...
Read more >Fira Code Font Ligatures in Emacs/Spacemacs on (Arch) Linux
For Arch Linux/Manjaro Linux, it's easy: unzip, move to /usr/share/fonts and reload the font-cache with fc-cache -vf . (see instructions by Erik ...
Read more >Using Fira Code Ligatures in RStudio - Jeffrey Girard
Fira Code is a free monospaced font containing ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying ...
Read more >Searching For The Best Terminal Emulator for Linux/macOS
Font Ligature, and the ability to switch it on/off without restarting. I use Fira Code to display codes with fancy symbols, and I...
Read more >General [Archive] - Page 11 - VanDyke Software Forums
Support for fonts with ligatures (e.g., Fira Code) · Stop Sessions with same name opening new tab ... windows securecrt to linux ssh...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seconding this using an M1 Mac running OSX 12.0.1. Fira Code with font ligatures enabled freezes the window on change. The only way to quit the app is by force closing it through OSX. Using version 1.0.17.
Disabling ligatures by manually editing
config.yaml
and re-opening makes it work again.I have the same issue on Windows. I set
ligatures: false
in%APPDATA%\Roaming\tabby\config.yaml
and sure enough, it stopped freezing.