Ya que les comente acerca de Gwibber, aqui les dejo los pasos para poder instalarlo en Ubuntu
- Agregamos unos dos repo a tu sistema
deb http://ppa.launchpad.net/gwibber-team/ubuntu hardy main
deb-src http://ppa.launchpad.net/gwibber-team/ubuntu hardy main
deb http://ppa.launchpad.net/stemp/ubuntu hardy main
- Luego instalamoz bazaar
sudo apt-get install bzr subversion
- Hacemos un update del sistema
sudo apt-get update
- Instalamos webkit y unas librerias
sudo apt-get install libwebkit-1.0-1 libwebkit-dev
- Nos bajamos pywebkitgtk
svn checkout http://pywebkitgtk.googlecode.com/svn/trunk/ pywebkitgtk-read-only
- Instalamos unas librerias y programas necesarios para compilar pywebkitgtk
sudo apt-get install build-essential autoconf automake libtool libgtk2.0-dev python-dev python-gtk2 python-gtk2-dev libsexy2 libsexy-dev python-sexy libxslt1-dev
- Vamos al directorio de pywebkitgtk-read-only, configuramos, compilamos e instalamos pywebkitgtk
. cd pywebkitgtk-read-only
./autogen.sh --prefix=/usr/local
make
sudo make install
- Instalamos unas librerias y programas necesarios para gwiber
sudo apt-get install python-cairo-dev python-simplejson python-egenix-mxdatetime
- Bajamos gwibber webkitui
cd ~
bzr branch lp:~segphault/gwibber/webkitui
- Bamos al directorio de Gwibber
cd ~/webkitui
./run
- Oh simplemente instalamos
sudo python setup.py install
Gwibber
Fuente: ecubuntu