Buzz!! – Yahoo like IM shake with Pidgin Nudge plugin

I think most of you may have already migrated to Empathy, the default Instant Messenger client for the GNOME desktop environment. But I still use Pidgin IM because I like its functionality and its expandable plugin architecture.

I am a Yahoo Messenger user, and one thing that I miss about when using Pidgin (either on Linux or Windows) is the “shake-effect” whenever I receive “Buzz” or “ding” from my contacts. Back in 2003 (when Pidgin still was called Gaim) I tried replicating that effect, but to no avail. However, just a couple of weeks ago I discovered “pidgin-nudge“, a plugin that shakes conversation window when it receives “Buzz”,”nudge” or “ding” from contacts. Here’s how it looked :

Installing pidgin-nude on Ubuntu linux is easy! First make sure you have Pidgin 2.6.x and above installed. Then you have to install “pidgin-dev” package alongside with “build-essential” to compile the plugin source code, as shown in the example below.


sudo apt-get install subversion pidgin-dev build-essential
svn checkout http://pidgin-nudge.googlecode.com/svn/trunk/ pidgin-nudge-read-only
cd pidgin-nudge-read-only
make
sudo make install

Happy Buzzing!

Upgrade Pidgin to solve Yahoo messenger Issue

Regarding the previous post Solving Pidgin Yahoo Messenger Connection Problem , the temporary solution may not work anymore as Yahoo already upgraded their server to accept newer authentication mode.

Pidgin logo

The good news is, users can download the latest Pidgin release (2.5.7) in order to keep connected with Yahoo Messenger.

For Ubuntu users, Pidgin 2.5.7 is available for download from the Click-and-Run GetDeb.net portal. Just select Pidgin package, and choose to open it with gdebi.

Hopefully you can solve the Pidgin login problem through this post.

FunPidgin – a fork of Pidgin Instant Messenger

I found out today that Pidgin project has been forked, using the name FunPidgin. In addition of the stock Pidgin features, FunPidgin offers :

  • “Text area manual sizing” a plugin by Artemy Kapitula that allows manual resizing of the entry area
  • An option to set the size of the buddy icons displayed in the chat window.
  • An option to let the window manager place new windows.
  • Two different ways of seeing that your buddies are typing.
  • An optional send button for Tablet PC users

I’m not going to elaborate the reason behind the fork as you can read it on the internet. But personally I think FunPidgin wouldn’t last long if they continue to make major changes from its parent project.

Currently FunPidgin is available from FunPidgin Sourceforge Project Website

How to make pidgin display Instant Messenger protocol ID

I heard some people complained that pidgin does not show the messenger protocol for the buddies associated with your account. Actually this feature was indeed incorporated in Pidgin, only it is not enabled by default.

To enable the it, you only need to go to Buddies->Show, and select Protocol Icons option. Pidgin should display messenger protocol icon on your buddies list.

Here’s a screenshot which explains the step

pidgin1.jpg

pidgin2.jpg

From the screenshot you can easily spot which buddies are from jabber protocol and Yahoo Messenger protocol. I hope this particular tip would be useful to you!