I have a GTK4 app with following desktop file:
[Desktop Entry]
Type=Application
Name=Space Acres
Categories=Network
GenericName=Autonomys Network Farming Software
Comment=Space Acres is an opinionated GUI application for farming on Autonomys Network
Keywords=subspace;autonomys;farmer;farming
Icon=space-acres
Exec=space-acres
Terminal=false
StartupNotify=false
StartupWMClass=space-acres
Icon installed at /usr/share/icons/hicolor/256x256/apps/space-acres.png
, which all works well so far: it shows up in the list of applications, I can pin it to the dash, all good.
Now when I actually launch it it (with application ID set to xyz.autonomys.space_acres
as docs recommend) I get a separate icon in dash with “xyz.autonomys.space_acres” tooltip and generic cog icon.
I tried to find explanation in the documentation and this forum, but so far unsuccessfully. Any pointers to how I can make it open as a normal app from the same icon instead?