Pages

Showing posts with label chat clients. Show all posts
Showing posts with label chat clients. Show all posts

How To Install emesene 2.11.5 in Ubuntu 11.04 Natty Narwhal?

emesene is a chat client (GUI) that lets you "merge" or use several chat protocols such as Jabber, Facebook, Google Talk, etc under its main GUI. And it's a known fact that emesene (is the Spanish pronunciation of MSN) is a clone of the Microsoft's MSN messenger that's coded using Python and the GUI used to be written using the GTK+ toolkit.

But recently they decided to get rid of GTK+ and use the tool from the "other end", the gorgeous Qt :) (which is still at beta stage). And to be honest, I don't know if the adaptation of Qt4 has anything to do with it, but heck, emesene looking soooo much better!.

Main features...

*. The Qt4 "skin" is disabled by default (still under testing). But lucking you can still forcefully enable it by using the command "-e main:qt4_main".


*. Simple interface which is easy to get used to.

*. Simple text editor.

*. Add emoticons, can't live without them, let me put one here :).

*. Enhanced group chatting.

*. Easily switch between tabs using "Ctr + Tab" keyboard shortcut.

*. More translations supported added.

*. A lot of bug fixes are just a few to mention.

So as I said before, if you use Ubuntu 11.04 Natty Narwhal and want to install emesene, then open your Terminal and enter the below command.
sudo add-apt-repository ppa:emesene-team/emesene-stable
sudo apt-get update
sudo apt-get install emesene

Install Pidgin-libnotify in Ubuntu Natty Narwhal, A Pidgin Message Counter for Unity Launcher!

Pidgin, without a doubt is one of the most advanced (and best) chat clients available for GNU/Linux. It supports almost all the major chatting-protocols thus once installed, you can easily manage all your online chat accounts via a single application which makes things more simpler.


Anyway, if you've installed Ubuntu 11.04 and looking for a plugin that "notifies" you that runs in the Unity-Launcher when new messages arrives without being annoying... then there is a separate plugin for Pidgin that integrates with the new "libappindicator" protocol in Natty Narwhal.

So if you want to give it a try then open your Terminal and issue the below command.
sudo add-apt-repository ppa:jfi/pidgin

sudo apt-get install pidgin-libnotify

That's it.

Update: Please take into account that, Pidgin (the main "engine" behind pidgin-libnotify) stores your passwords in a plain text file!. So anyone who can access your account can easily read your account information.

But when I was reading the original Pidgin developer's explanation concerning this... it seems that almost all the major online chat clients does this!. For some reason IM protocols makes it hard for the client apps to secure their passwords or sensitive data by using encryption method. So, be aware of that, and again... you really can't just blame Pidgin since a lot of major IM clients do this.

The above developers post it a bit old actually, but what it says is true to this day (yep... still password = plain text :( ). Below is a portion of that page that I pasted so you could get an idea (seriously, go and read that above link.. it explains it in much better details).
Question:"Is that the final word?"

No. The Pidgin developers are generally open to, and would encourage integration with keyrings. A keyring is an implementation of the first bullet point above. It would be used to cryptographically secure your password in a way that would generally be more secure (although not perfect). It would require a master password, shared amongst all the applications on your computer, to get at your passwords.

If someone were to do this in a way that worked well, securely, and seamlessly to the user, without interfering with people who prefer to trust their file system's security, we'd gladly accept it.