Possible Duplicate:
How can I find *.desktop files?
How to find out the terminal command of an application?
The title is very self-descriptive. I find it completely unintuitive that I can't access such important information simply via right-clicking on the program icon on the Unity launcher. Since that's not the solution, I'm completely clueless how to figure out which exact program is being launched by some icon in the Unity launcher. There must be a simple way, but how?
grep -l "Name=APPNAME" /usr/share/applications/* | xargs grep ^Exec
. – franzlorenzon Nov 06 '13 at 08:13