Generate launcher

hello i’m new

need to create a launcher in bash

I need to make a script that launches a terminal and then an application, is it possible?

try with the following= xterm -e && path application
but dont work

You can run the command in a terminal like this:

...
Exec=command
Terminal=true

Be sure to validate the launcher:

desktop-file-validate /path/to/file.desktop

See also: Recognized desktop entry keys

1 Like

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.