Wednesday, January 7, 2009

Using Thunderbird as preferred email client in Ubuntu

If you didn't change the preferred email client in Ubuntu after installation, it will default to Evolution.

Evolution is a great email application, but some people like to use Mozilla Thunderbird instead.

If you prefer to use Mozilla Thunderbird as your email client, just go to System > Preferences > Preferred Applications and select Thunderbird as your Mail Reader.



After that, you can also switch off the Evolution Alarm Notifier in System > Preferences > Sessions > Startup Programs.

If Thunderbird is not yet installed in your Ubuntu, you need to install it with Synaptic Package Manager first.

Tuesday, January 6, 2009

Configure auto-startup programs in Ubuntu

There are 2 places to configure for auto-startup programs in Ubuntu.

The Services settings under the System > Administration menu is used to configure for daemons to be started every time when the system boot up, even before any user is login. Unless manually stopped by administrative user, the daemons will stay running until the system shutdown. Their startup/shutdown scripts can be found in /etc/init.d.

You need to key in your password to Unlock the panel, before you can change the activation status of the listed services.



The Sessions settings under the System > Preferences menu is used to configure for programs to be started every time after you login the system. This setting is personalized for each user. The program can be closed by you at any time, or they'll exit when you logout the system.



You can add new applications into the list. For example, if you want the Pidgin Instant Messenger to autorun whenever you login the system, click on the +Add button and key in the following information, then Save it:

Name: Pidgin
Command: /usr/bin/pidgin
Comment: Instant messenger

You will now be able to see Pigdin available in the Startup Programs list.

Saturday, January 3, 2009

Installing OpenOffice.org 3 in Ubuntu 8.10

OpenOffice.org 2.4.1 is bundled in Ubuntu Linux 8.10 (Intrepid Ibex) and will be installed together with the system when the later is installed into the harddisk.

You can upgrade your OpenOffice.org 2.4.1 in Ubuntu 8.10 to OpenOffice.org 3.0 by using the relevant Canonical Personal Package Archives (PPA) repository source in LaunchPad server.

To do so, open the Synaptic Package Manager in Ubuntu 8.10, pull down the Settings menu and select Repositories. Click on the Third-Party Software tab, after that click on the +Add... button. Key in the following APT line:

deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

Then, click the +Add Source button. You will need to Reload the package information to update Synaptic Package Manager about the change.

Once this is done, you will be able to upgrade OpenOffice.org to 3.0 with the Update Manager.

If you want to revert back to OpenOffice.org 2.4.1 later, just uninstall OpenOffice.org 3.0 and its components, remove the above line from the Third-Party Software repository source, and reinstall OpenOffice.org 2.4.1 from the main source.

Hint: Click on the "Older Posts" link to continue reading, or click here for a listing of all my past 3 months articles.