NOTE: While this information is nearly the same as for Ubuntu 8.10, if you are using Ubuntu 8.10 use the post for Pidgin under Ubuntu 8.10 instead.
By default, Pidgin does not automatically start on system start nor does it do so minimized. With a little work, we can accomplish our intended goal of starting Pidgin minimized.
Step 1: Create Startup Program
Bring up the Startup Applications Preference window (System > Preferences > Startup Applications)
Click +Add to bring up the Add Startup Program window
Name: Pidgin
Command: sleep 15 pidgin &
Comment: Instant Messaging
Notes: The sleep 15 tells pidgin to wait 15 seconds, which should be enough time for the notification area to be loaded, so Pidgin starts minimized. You might need to increase this if it is not enough time to start minimized. The & at the end is to allow other start items to continue loading, while Pidgin is waiting.
Click +Add
Click Close
Step 2: Install Pidgin Extended Preferences
This will add Pidgin to automatically run upon Ubuntu startup. However, you will also need to install pidgin-extprefs. This can be done through Synaptic.
Launch Synaptic (System > Administration > Synaptic Package Manager). Enter your password when prompted and click OK.
In the Quick search text box (top center of the window) enter pidgin-extprefs. Left click the box in front of pidgin-extprefs and choose “Mark for Installation”. Click Apply (top of the window).
You will be presented with a summary window. Click Apply. The file will be downloaded and installed. Click Close when done. From the file menu, choose Quit to close the Synaptic Package Manager.
Enable Pidgin Minimized
From the Tools menu in Pidgin, select Plugins (Ctrl+U). Place a check mark in front of “Extended Preferences” and click Configure Plugin (Alt+U). Select the option “Hide buddy list at startup”. Click Close twice.
Tags: pidgin, start minimized, Ubuntu
