Hardcoded Icon
utility to split mp3, ogg vorbis and FLAC files without decoding
Brought to you by:
io_alex_2004,
mtrotta
The .desktop file outputted during the mp3splt-gtk Linux build process hardcodes the Icon line to share/pixmaps/mp3splt-gtk_ico. It should instead install the icon file, named e.g. mp3splt-gtk.svg to the default icon theme location at share/icons/hicolor/scalable/apps and then reference the icon by name in the .desktop file with a line like Icon=mp3splt-gtk. This way, custom icon themes may customize the icon to match their aesthetic.