GTalk under Ubuntu
I tried to find good Jabber client under Linux. Found Pidgin… but there are only sources available so you should make it yourself:-) That’s not so trivial (under fresh Ubuntu 8.10)… spent some time finding all necessary packages.
Simple instruction:
- Download and extract sources from here: http://www.pidgin.im/download/source/
- cd pidgin-2.5.5/
- sudo aptitude install gettext
- sudo apt-get install libgtk2.0-dev
- sudo apt-get build-dep pidgin
- ./configure ; make
- pidgin &
ICQ works also well. Cyrillic is supported.
Setup GTalk:
Protocol: XMPP
Screen name: name without @gmail.com
Server: gmail.com
Connect server (Advanced tab): talk.google.com
enjoy!

