issue-tracker
issue-tracker copied to clipboard
Hardcoded icon in Linux .desktop files
Both desktop files kite.desktop
and kite-copilot.desktop
have a hardcoded icon.
Icon=/home/user/.local/share/icons/hicolor/128x128/apps/kite.png
There is absolutely no need to do this because the default icon is already placed in the right directory .local/share/icons/
and line
Icon=kite
is sufficient. This way the application icon can be looked up in custom icon themes as well.