Linux desktop auto start or launch programs
So how do you automatically start or launch program when you login into your KDE desktop system? For example if you would like to start program called xawtv (to watch tv) and mozilla-thunderbird mail client program.
This tip explains how to run programs to launch when you login into KDE or Gnome desktop systems.
KDE
If you are using KDE under any Linux distribution drop/copy program file to ~/.kde/Autostart directory. If your user name is tom create a soft link or copy binary in /home/tom/.kde/Autostart directory. Please note that the symbol ~ indicate the users home directory.
First change directory to ~/.kde/Autostart
$ cd ~/.kde/Autostart
Now create a symbolic link for xawtv program:
Type the following command to make a link (soft) to xawtv program:
$ ln -s $(which xawtv) .
Now create a link (soft) for mozilla-thunderbird mail client:
$ ln -s $(which mozilla-thunderbird) .
General syntax to create softlink to autostart program under KDE is as follows:
ln -s $(which linux-command-name) .
GNOME
Under GNOME Desktop system:
Open control center > Sessions > Startup Programs.
Now add your programs. Another option is to add programs in ~/.gnome2/session-manual file.
Finally you can also add program names to ~/.xinitrc file. This is useful for lightweight Window Manger such as Fluxbox or X session started by startx.
Open .xinitrc file:
$ vi ~/.xinitrc
Append program name:
/usr/bin/xawtv &
Save and close file.
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Allow normal user to mount linux partitions, usb stick / pen device
- Find and Control All Hidden Running Services on MS Windows Server 2003 / Vista / XP System
- Save time use MySQL auto completion for database or table names
- FreeBSD and Linux changing Desktop Environments/login manager
- How Do I run firewall script as soon as eth0 interface brings up?
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Today ~ 1 Comment
Today ~ 50 Comments
Today ~ 3 Comments
Yesterday ~ 10 Comments
Yesterday ~ 8 Comments