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 read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 2 comments… read them below or add one }

1 Vadim P. 03.23.09 at 9:21 pm

Is there no cross-DE way to have this done?

2 Vadim P. 03.23.09 at 9:23 pm

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Howto Setup Apache 2, MySQL 5, and PHP 5 (SAMP) for SUN Solaris 10 UNIX

Next post: nixCraft FAQ roundup Nov / 29 / 2006