Comment 12 for bug 97591

Revision history for this message
Nicolò Chieffo (yelo3) wrote : Re: [Bug 97591] Re: [gutsy] MSN waiting for network connection... but does not connect

it's not a very simple thing to do...

you have to download the pidgin source with the command:
apt-get source pidgin
you have to install everything to build pidgin with the command:
sudo apt-get build-dep pidgin
you have to go to pigdin source directory and apply the patch:
cd pidgin****
patch -p0 < /path/to/patch.diff
you have to edit the changelog of pidgin, to add some minor revision
numbers to the pidgin version:
gedit debian/changelog
and then build the package:
dpkg-buildpackage -rfakeroot