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: sh -c "sleep 10 && pidgin &"
Comment: Instant Messaging
Click +Add
Click Close
Note: The command is run through the shell (sh), reading from the command string (-c). It sleeps for 10 seconds (sleep 10) and launches pidgin (&& pidgin), running in the background (&).
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.
Pidgin should now start automatically and minimized.
Note: If this does not work for you, an alternative is to install AllTray through Synaptic Package Manager (System > Administration > Synaptic Package Manager). After installed, follow the directions under Step one, using the command alltray pidgin instead.
Published by Michael Mann
With over 12 years of professional experience as a Web designer and over 25 years of general computer experience, I am often the resident tech . I own and operate Michael Mann Desktop Publishing, a desktop p... View profile
Ubuntu Linux a Powerhouse OS for EveryoneUbuntu is a cost effective OS that everyone in the computer world can try and use with out any commitment. Using LiveCD technology allows you to try the OS and supporting softw...- How to Upgrade to Ubuntu Server 9.04This Ubuntu tutorial shows you how to upgrade your Ubuntu 8.10 server installation to Ubuntu 9.04.
- Guide on How to Start a Hair Salon BusinessGuide on How to Start a Hair Salon Business
- Gearing-Up to Start-UpA start-up business is exciting. And when you're in the initial planning stages, it's easy to overlook any potential problems or concerns. Make sure you are really ready to embark on the entrepreneurial journey by f...
- Start Your Own Party Decorating BusinessObtaining the services of a party decorator will cost money; however, I feel it is well worth it if you want the occasion to be memorable. That is why many women, and men too, are beginning to start their own party d...
- Review: Ubuntu 8.04 (Hardy Heron, Beta) with Full Disk Encryption
- How to Start Your Own House Cleaning Service
- So, You Want to Start a Home Business?
- Security: A Must-have for Start-up Businesses
- Scrapbooking for Beginners: Where to Start
- Dell Goes with Ubuntu
- Ubuntu Storms Linux Community




4 Comments
Post a CommentGreat it works. I don't get why one has to delay the start a bit with "sleep 10" but anyways thanks!
This article has been updated to run Pidgin in the background through the shell. Please post if this command does not work for you.
Install AllTray and use the command alltray pidgin instead.
I tried this, but pidgin just does not load at all. If I remove the sleep 10, it loads but displays the buddy list. Changing the sleeping timeout to 30 makes no difference. Any suggestions? :-(