Чтобы создать иконку для приложения нужно:
1) Скачайте иконку
_x000D_wget https://github.com/igrmk/whiskers/raw/main/whiskers_256x256.png 2) Установите иконку
_x000D_xdg-icon-resource install --size 256 ./whiskers_256x256.png kitty-whiskers 3) Создайте desktop файл, например ~/.local/share/applications/kitty.desktop
и укажите название установленной иконки Icon=kitty-whiskers
_x000D_[Desktop Entry]_x000D_Version=1.0_x000D_Type=Application_x000D_Name=kitty_x000D_GenericName=Terminal emulator_x000D_Comment=Fast, feature-rich, GPU based terminal_x000D_TryExec=kitty_x000D_Exec=kitty_x000D_Icon=kitty-whiskers_x000D_Categories=System;TerminalEmulator;