0

How do I get the start command from an existing launcher entry on 16.04?

Christoph
  • 203

1 Answers1

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