How do I get the start command from an existing launcher entry on 16.04?
Asked
Active
Viewed 316 times
1 Answers
0
Launcher entries are .desktop
files stored in /usr/share/applications
or in ~/.local/share/applications
. So you could just use cat
on these files.

Bruni
- 10,542
-
I found the right file in "~/.local/share/applications" but not in "/usr/share/applications". So the solution doesn't exist in "the exact duplicate of this question". Please remove the "marked as duplicate" Tag!!! – Christoph May 06 '16 at 06:37