I frequently need to start several programs that I use every time I start my computer. How can I make it so that whenever I login the program is automatically launched?
Ubuntu – How to make a program auto-start every time I log in
autostartlogin
autostartlogin
I frequently need to start several programs that I use every time I start my computer. How can I make it so that whenever I login the program is automatically launched?
Best Answer
To make a program start with Ubuntu:
If you're using Unity, search for the program
Startup Applications
.If you're using Ubuntu Classic, it's under Start Menu > Preferences > Startup Applications.
To make Ubuntu remember your running applications on shutdown:
Open a terminal, and run
gconf-editor
.Navigate to /apps/gnome-session/options.
Enable the option: auto_save_session.
(NOTE: this may slow system boot, and has not been throughly tested.)