Pidgin (previously Gaim) on Ubuntu Feisty Fawn
Pidgin is a multi-protocol Instant Messaging client that allows you to use all of your IM accounts at once. This article explain howto to install it on Ubuntu Feisty Fawn
Fast and obfuscated
If you are on the run, the following command lines summaries this arcticle. At first, initialize your sudo environment :
sudo echo
Then, copy/paste the following command lines in your terminal:
sudo sh -c 'echo "# Pidgin for Ubuntu Feisty Fawn
deb http://falcon.landure.fr feisty pidgin
deb-src http://falcon.landure.fr feisty pidgin" \
> /etc/apt/sources.list.d/feisty-landure-pidgin.list'
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install pidgin
sudo apt-get -y install pidgin-blinklight pidgin-encryption \
pidgin-extprefs pidgin-guifications pidgin-hotkeys \
pidgin-libnotify pidgin-librvp pidgin-otr pidgin-plugin-pack
Installation
Pidgin is not available from Ubuntu Feisty Fawn repository. There are some packages for it on the net, some of them (precisely, the ones from getdeb) are just a bunch of crap that break your system. To correct this, i've done a backport of Ubuntu Gutsy Gibbon Pidgin packages for Feisty Fawn. We start by adding my repository to your apt configuration:sudo sh -c 'echo "# Pidgin for Ubuntu Feisty Fawn
deb http://falcon.landure.fr feisty pidgin
deb-src http://falcon.landure.fr feisty pidgin" \
> /etc/apt/sources.list.d/feisty-landure-pidgin.list'
We download the GPG public key to validate the signature of my repository :
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -We update the list of available packages :
sudo apt-get update
And we install Pidgin :
sudo apt-get install pidgin
You can now find Pidgin in the "Internet" sub-menu.
Plugins
Recently, i've backport all the available pidgin plugins from gutsy repositories. Here is the list of pidgin plugins presents in my repository :
- pidgin-blinklight : Blink the new message led on IBM and Asus laptop.
- pidgin-encryption : Allow to crypt your discussions.
- pidgin-extprefs : Extended preferences.
- pidgin-guifications : Microsoft Windows like pop-up notifications.
- pidgin-hotkeys : configurable hotkeys for pidgin.
- pidgin-libnotify : display notification bubbles in pidgin.
- pidgin-librvp : MS Exchange RVP instant messaging plugin.
- pidgin-otr : Off-the-Record Messaging plugin.
- pidgin-plugin-pack : 30 useful plugins.
And here is the command to install those :
sudo apt-get install pidgin-blinklight pidgin-encryption \
pidgin-extprefs pidgin-guifications pidgin-hotkeys \
pidgin-libnotify pidgin-librvp pidgin-otr pidgin-plugin-pack
Thanks
- Thanks to the developers of Pidgin.
- Thanx to MacSim for his article Comment installer Pidgin 2.0 sur Feisty avec tous les plugins
Thanx for bug report
pidgin-otr is working again
How do I install this
Upgrade not working ?
libotr2 installed - Not sure if plugin works
I'm not using otr plugin :D
Sorry for the inconvenience.
i don't think it will
Please keep me up to date ;D
Encryption?
I noticed pidgin-encryption seems to have installed without any errors but doesn't seem to be available in the plug in list. Is there something I need to do to get pidgin to recognise that it is installed? I restarted X as well.
Thanks
It's working on my computer
otr
Thanks for your help.
Incompatibilty with libavahi-compat-howl0
Could you give me more precisions ?
Incompatibility with libavahi-compat-howIO
there is no problem on my system.
Thanx for your feedback
Where is the segfault log???
Segfault log
Thanx for help
Error Log
From command line:
libnm_glib_nm_state_cb: dbus returned an error.
(org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
<memory>:1: Invalid color constant ''
[1]+ Segmentation fault (core dumped) pidgin
There is nothing in the /var/log/syslog that says anything about pidgin (I checked it before I ran pidgin at command line, and then I checked it after I ran pidgin -- no difference)
Error Log
May be Network Manager is not the source
<memory>:1: Invalid color constant ''
It is a problem with gtk2. Are you using a different gtk engine than the ubuntu default one ? Have you a GTK theme installed ?
By the way
http://forum.ubuntu.pl/viewtopic.php?p=220396
Pidgin Bug
Sorry but,
Sorry for that, and thanks again for your feedback
Problem Solved
Cannot upgrade to 2.1.1
I got an update notice today to upgrade to 2.1.1 and it cannot do a full upgrade, it will only do a partial upgrade.
When running Synaptic it wants to remove most of pidgin, gaim, and ubuntu-desktop to let me install the 2.1.1 update.
What do I need to do in order to make the system install the new 2.1.1 Pidgin update without removing ubuntu-desktop and all the other pidgin packages?
Thanks
Cannot upgrade to 2.1.1
ok, thanx for the feedback
Thanx for your bug report
pidgin segmentatin foult
I found and fix my problem with pidgin.
/usr/local/bin/pidgin -c /home/alekkova/downloads/
or md /home/alekkova/pidgin
/usr/local/bin/pidgin -c /home/alekkova/pidgin
Thanks for your software.
thanks
amd64?
Failed to fetch http://falcon.landure.fr/dists/feisty/Release Unable to find expected entry pidgin/binary-amd64/Packages in Meta-index file (malformed Release file?)
Fetched 11B in 14s (1B/s)
Reading package lists...
E: Some index files failed to download, they have been ignored, or old ones used instead.
thanks!
no gutsy for me :(
no gutsy for me :(
ok, so here the method
mkdir ~/PIDGIN
cd ~/PIDGIN
apt-get source pidgin pidgin-blinklight pidgin-encryption \
pidgin-extprefs pidgin-guifications pidgin-hotkeys \
pidgin-libnotify pidgin-librvp pidgin-otr pidgin-plugin-pack
sudo apt-get build-dep pidgin pidgin-blinklight pidgin-encryption \
pidgin-extprefs pidgin-guifications pidgin-hotkeys \
pidgin-libnotify pidgin-librvp pidgin-otr pidgin-plugin-pack
sudo apt-get install fakeroot dpkg-dev
You will then have many folders in your ~/PIDGIN folder. Go in each of them and do :
dpkg-buildpackage -rfakeroot
This will build pidgin from my sources for your amd64 system. Good Luck
still no luck... no sorces?
Failed to fetch http://falcon.landure.fr/dists/feisty/Release Unable to find expected entry pidgin/binary-amd64/Packages in Meta-index file (malformed Release file?)
Fetched 11B in 14s (1B/s)
Reading package lists...
E: Some index files failed to download, they have been ignored, or old ones used instead.
which i believe is causing this error when i try to do the apt-get command above:
wunderpuss:~/PIDGIN >> apt-get source pidgin pidgin-blinklight pidgin-encryption pidgin-extprefs pidgin-guifications pidgin-hotkeys pidgin-libnotify pidgin-librvp pidgin-otr pidgin-plugin-pack
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/falcon.landure.fr_dists_feisty_pidgin_source_Sources - open (2 No such file or directory)
i get the same error using 'sudo'. it seems that i do not have a file with that name in my lists/ dir. I only have:
wunderpuss:~/PIDGIN >> file /var/lib/apt/lists/falcon.landure.fr_dists_feisty*
/var/lib/apt/lists/falcon.landure.fr_dists_feisty_Release: ASCII text
/var/lib/apt/lists/falcon.landure.fr_dists_feisty_Release.gpg: PGP armored data
thanks again for any help!
well sorry for that
no problem -- any help much appreciated :)
Problem in installing pidgin using the instructions
The above command (tips) is very cool to me . I tried to follow the above instructions. However, when I try to do sudo apt get update, it return some error on getting some packages.
I proceed to issue apt-get install pidgin and below is the error I received:-
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pidgin: Depends: pidgin-data (< 1:2.1.1-z) but 1:2.2.1-1ubuntu4.3 is to be installed
E: Broken packages
Please advise. For your information, I am also using Feisty and plan to install the latest version to ensure Y! and MSN! can be logged on using Pidgin.
Thanks and hear from you soon.
pidgin-otr
Check the plugin site for details