-2

I am using a terminal based application (you can only start running the application from the terminal),I was wondering if there is any possible ways I could auto-start that application when my computer is restarted?!

A.Ali
  • 3

1 Answers1

0

first create a desktop entry for that application and place it in ~/.config/autostart/

How to create desktop entry!

For terminal applications use x-terminal-emulator -e program options

in Exec key.

https://askubuntu.com/a/46640/894787

harshit
  • 169
  • this how I start my application --> "cd MXT , sudo ./runMyapp.sh " so i basically use the terminal everytime I want to start, what I was asking is to auto-start it when I reboot my single board computer (Odroid XU4) – A.Ali Nov 20 '18 at 14:13