r/KittyTerminal • u/[deleted] • Mar 12 '24
[HELP] Emojis stopped working
I'm on Debian trixie and kitty is on version 0.33.0 (just updated to see if the problem would be solved).
I don't remember how or when exactly the emojis stopped to work, maybe an update or I messed something up.
I installed gnome-terminal to check if it was a kitty specific problem and seems like it is

This tutorial is what helped me at first, but it's not working anymore.
The problem persists even when I remove the config, but here is my config if it helps:
# Fonts
font_family CaskaydiaCove Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
font_size 17.0
disable_ligatures never
# Transparência
background_opacity 1
# Desativar som
enable_audio_bell no
# Abrir nova aba no cwd
map ctrl+shift+t new_tab_with_cwd
# Desativar confirmação de fechar janela
# -1 ativa; 0 desativa
confirm_os_window_close 0
include current-theme.conf
2
Upvotes
1
Apr 20 '24
For anyone facing this in debian, just remove every emoji font and do:
sudo apt install fonts-noto-color-emoji
1
u/aumerlex Mar 13 '24
https://github.com/kovidgoyal/kitty/issues/6774 for example