-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
  • 178