1

I have a program that I have to run by going into the terminal and typing "./filename". I want make an executable file that types this automatically for me.

  • 2
    Please elaborate a bit. Does the application need to be run from its own directory and do you just need the command to be run, or you want or need it to be run from a terminal? (What is the application?) – Jacob Vlijm Feb 02 '19 at 14:04

1 Answers1

-1

You need to create a .desktop file to start your filename. See How to Create a .desktop and The Gnome page.

Also read man desktop-file-validate;man desktop-file-install.

waltinator
  • 36,399