Here is an example for Hydrogen Drum Machine
[Desktop Entry]
X-AppInstall-Package=hydrogen
X-AppInstall-Popcon=208
X-AppInstall-Section=universe
Name=Hydrogen
Comment=Create drum sequences
GenericName=Drum Machine
Version=1.0
Type=Application
Categories=AudioVideo;Audio;Qt;
MimeType=text/xml;
Exec=hydrogen %F
TryExec=hydrogen
Terminal=false
StartupNotify=true
Icon=h2-icon
X-Ubuntu-Gettext-Domain=app-install-data
But I can not find anywhere the icon.
The same with Atom IDE or other software. Where they store their icons? I don't want search through ** all the time a need an icon >_<
locate h2-icon*
to find the icon file. Usually the icons are in/usr/share
. – nobody Aug 23 '17 at 05:28