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?!
Asked
Active
Viewed 246 times
1 Answers
0
first create a desktop entry for that application and place it in ~/.config/autostart/
For terminal applications use x-terminal-emulator -e program options
in Exec key.
harshit
- 178