I want make a desktop icon, that will launch a program. Currently I can launch app from icon in "Show Applications", but I want icon on desktop.
I know, I should use
gnome-desktop-item-edit --create-new ~/Desktop
for creating shortcuts.
The problem is - I don't know command that will launch this particular app from terminal. And obviously, I need this unknown to me command for creating shortcuts.
I installed from snap, so I can't just copy icon from /usr/share/applications.
Any advice how to find such command or move icon from "Show Applications" to desktop?