How to Set Startup Application via Console | Ubuntu 9.04
Joe Engressia, Wednesday, August 5, 2009Linux Ubuntu provides gnome-session-properties to set startup application. Except use it, you can set startup application use terminal/console via pico, vim, gedit, kedit, etc. Text edit can make ASCII text to insert "autostart command".
How to configure startup application via terminal has benefits :
- Increase your skill using console on linux,
- User doesn't deppend using GUI application,
- Process adding application is faster.
In article about how to configure startup application, we tried on linux ubuntu 9.04. Next the way to set it :
Related Articles :
Install Chat Facebook on Pidgin
Repairing Pidgin in Ubuntu 9.04 and Login Successfully
- open your terminal, to be root on your console.
- e.q Username is jnlug. You must use your username when configure it.
- Okay, log out to check your work. When you login, pidgin will open automatically.
We will run pidgin as startup application.
# pico /home/jnlug/.config/autostart/pidgin.desktop
inser bellow text :
[Desktop Entry]
Type=Application
Name=Pidgin
Exec=pidgin
Icon=system-run
Comment=IM Application
don't forget to save it.
Related Articles :
Install Chat Facebook on Pidgin
Repairing Pidgin in Ubuntu 9.04 and Login Successfully
Subscribe to:
Post Comments (Atom)
nice article! very informative
hai..i'm here fren