<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Me, Myself and Technology &#187; Pidgin</title>
	<atom:link href="http://www.kalpiknigam.com/blog/tag/pidgin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalpiknigam.com/blog</link>
	<description>Kalpik Nigam</description>
	<lastBuildDate>Sun, 06 Sep 2009 12:16:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sametime (meanwhile) support in Pidgin on Arch Linux</title>
		<link>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/</link>
		<comments>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:20:40 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Arch]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[meanwhile]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[sametime]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=154</guid>
		<description><![CDATA[We use IBM&#8217;s Lotus Sametime as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called meanwhile. Although most popular distributions have meanwhile in their main repos, Arch does not. It has [...]]]></description>
			<content:encoded><![CDATA[<p>We use IBM&#8217;s <a href="http://www-01.ibm.com/software/lotus/sametime/" target="_blank">Lotus Sametime</a> as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called <a href="http://meanwhile.sourceforge.net/" target="_blank">meanwhile.</a> Although most popular distributions have meanwhile in their main repos, Arch does not. It has the meanwhile library in <a href="http://aur.archlinux.org/" target="_blank">AUR</a>. And due to this, the pidgin in Arch has meanwhile support disabled. But even so, the latest stable meanwhile library (1.0.2) has a <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1626349&amp;group_id=110565&amp;atid=656718" target="_blank">nasty bug</a> which does not report the correct online status of buddies. Most online buddies are shown as being offline. The problem has been fixed in the SVN version, but unfortunately ALL distributions carry the buggy version of meanwhile. It took me around 5-6 months to get to the root cause of this bug, and yes, i have managed to fix it in Arch. I&#8217;m providing here a compiled version of the fixed meanwhile library (64 bit). I&#8217;m also providing a complete tutorial on how to compile pidgin with meanwhile support on Arch.<span id="more-154"></span></p>
<ol>
<li>Download the fixed meanwhile library (64 bit only) from <a href="http://dl.getdropbox.com/u/3750/meanwhile-1.0.2-1-x86_64.pkg.tar.gz" target="_self">here</a>.</li>
<li>Install it using pacman:</li>
<blockquote><p>pacman -U meanwhile-1.0.2-1-x86_64.pkg.tar.gz</p></blockquote>
<li>Install the Arch Build System:</li>
<blockquote><p>pacman -S abs</p></blockquote>
<li>Run abs so that it can build a repository tree (kinda like portage in Gentoo):</li>
<blockquote><p>sudo abs</p></blockquote>
<li>Copy the pidgin directory of abs to /tmp:</li>
<blockquote><p>cp -r /var/abs/extra/pidgin /tmp</p></blockquote>
<li>Go to /tmp and open the pidgin PKGBUILD in nano:</li>
<blockquote><p>cd /tmp/pidgin<br />
nano PKGBUILD</p></blockquote>
<li>Go to the &#8220;<strong>build()</strong>&#8221; section and make sure you remove &#8220;<strong>&#8211;disable-meanwhile</strong>&#8221; from the configure options. The line should look like this:</li>
<blockquote><p>./configure &#8211;prefix=/usr &#8211;sysconfdir=/etc &#8211;disable-schemas-install \</p></blockquote>
<li>Make the package:</li>
<blockquote><p>makepkg</p></blockquote>
<li>Install it:</li>
<blockquote><p>pacman -U pidgin-2.5.3-1-x86_64.pkg.tar.gz</p></blockquote>
</ol>
<p>That&#8217;s it! Now you should have sametime support in Pidgin <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Remember though, you will always have to compile pidgin yourself whenever a newer pidgin version hits the Arch repos.</p>
<p>P.S. For those of you who want to compile a fixed meanwhile on i686 (32 bit) system, follow the instructions <a href="http://ebsteblog.wordpress.com/2008/09/05/fix-broken-user-status-in-pidginmeanwhile/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Latest Pidgin and Firefox repositories for Ubuntu Hardy</title>
		<link>http://www.kalpiknigam.com/blog/2008/05/23/latest-pidgin-and-firefox-repositories-for-ubuntu-hardy/</link>
		<comments>http://www.kalpiknigam.com/blog/2008/05/23/latest-pidgin-and-firefox-repositories-for-ubuntu-hardy/#comments</comments>
		<pubDate>Fri, 23 May 2008 05:05:37 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Repository]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/?p=133</guid>
		<description><![CDATA[Ubuntu Hardy ships with Pidgin v2.4.1 and Firefox 3.0 Beta5, while the latest Pidgin is v2.4.2 and the latest Firefox is 3.0 RC1. Here are two repositories that would always contain the latest versions of Pidgin and Firefox. Just type &#8220;gksu gedit /etc/apt/sources.list&#8221; into the terminal, and add the following to the end of the [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Hardy ships with Pidgin v2.4.1 and Firefox 3.0 Beta5, while the latest Pidgin is v2.4.2 and the latest Firefox is 3.0 RC1. Here are two repositories that would always contain the latest versions of Pidgin and Firefox. Just type &#8220;<strong>gksu gedit /etc/apt/sources.list</strong>&#8221; into the terminal, and add the following to the end of the file.</p>
<p>For Pidgin:</p>
<blockquote><p><strong>deb http://ppa.launchpad.net/pidgin-developers/ubuntu hardy main</strong></p></blockquote>
<p>For Firefox:</p>
<blockquote><p><strong>deb http://ppa.launchpad.net/mozillateam/ubuntu hardy main</strong></p></blockquote>
<p>After adding the lines, just type &#8220;<strong>sudo apt-get update</strong>&#8221; and then &#8220;<strong>sudo apt-get dist-upgrade</strong>&#8221; in the terminal (apt will give a warning about unauthenticated packages, but its safe to ignore the warning and type &#8220;y&#8221;). After doing this, you should have the latest versions of both Pidgin and Firefox <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2008/05/23/latest-pidgin-and-firefox-repositories-for-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Yahoo censoring status messages?</title>
		<link>http://www.kalpiknigam.com/blog/2007/12/27/yahoo-censoring-status-messages/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/12/27/yahoo-censoring-status-messages/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 16:54:00 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Censoring]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/12/27/yahoo-censoring-status-messages/</guid>
		<description><![CDATA[I discovered this when i tried to set my status message to &#8220;Benazir Bhutto killed..&#8221; it just didn&#8217;t reflect. Then i tried Pidgin&#8217;s default away message &#8220;I&#8217;m not here right now&#8221; didn&#8217;t work.. But surprisingly &#8220;I&#8217;m not here right away&#8221; works.. Harsh confirmed the behavior. Seems as if yahoo is blocking some words such as [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered this when i tried to set my status message to &#8220;Benazir Bhutto killed..&#8221; it just didn&#8217;t reflect. Then i tried <a href="http://pidgin.im" target="_blank">Pidgin&#8217;s</a> default away message &#8220;I&#8217;m not here right now&#8221; didn&#8217;t work.. But surprisingly &#8220;I&#8217;m not here right away&#8221; works.. <a href="http://www.harshj.com" target="_blank">Harsh</a> confirmed the behavior. Seems as if yahoo is blocking some words such as &#8220;now&#8221; and &#8220;Bhutto&#8221; in various combinations in a sentence (&#8220;now&#8221; and &#8220;Bhutto&#8221; do work as status messages). At first i though it was a problem with <a href="http://pidgin.im" target="_blank">pidgin</a>. But then <a href="http://www.ankur-gupta.com" target="_blank">Ankur</a> confirmed that these words were not working with even the windows yahoo messenger client! I really don&#8217;t know what yahoo is trying to achieve but its really irritating <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/12/27/yahoo-censoring-status-messages/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Latest Pidgin/Rhythmbox repository for Ubuntu</title>
		<link>http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</link>
		<comments>http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 11:22:15 +0000</pubDate>
		<dc:creator>kalpik</dc:creator>
				<category><![CDATA[Deb]]></category>
		<category><![CDATA[Latest]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Rhythmbox]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</guid>
		<description><![CDATA[Here is a repository i use on my gutsy install which always contains the latest builds of Pidgin and Rhythmbox. So no more hunting for debs or compiling sources  
Steps to add the repository:

1. Open Terminal (Applications-&#62;Accessories-&#62;Terminal)
2. Type &#8220;gksuÂ  gedit /etc/apt/sources.list&#8221;
3. Go to the end of the file and add the following onto a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a repository i use on my gutsy install which always contains the latest builds of Pidgin and Rhythmbox. So no more hunting for debs or compiling sources <img src='http://www.kalpiknigam.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Steps to add the repository:</p>
<p><span id="more-126"></span></p>
<p>1. Open Terminal (Applications-&gt;Accessories-&gt;Terminal)</p>
<p>2. Type &#8220;<strong>gksuÂ  gedit /etc/apt/sources.list</strong>&#8221;</p>
<p>3. Go to the end of the file and add the following onto a new line:</p>
<blockquote><p><strong>## Latest Pidgin/Rhythmbox<br />
deb http://www.telemail.fi/mlind/ubuntu gutsy main</strong></p></blockquote>
<p>4. Save the file and close Gedit.</p>
<p>5. Add the public key so that apt does not complain about any authentication errors (type into terminal):</p>
<blockquote><p><strong>wget http://www.telemail.fi/mlind/ubuntu/937215FF.gpg -O- | sudo apt-key add -</strong></p></blockquote>
<p>6. Update your system (type in terminal)</p>
<blockquote><p><strong>sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade</strong></p></blockquote>
<p>7. Voila! You should now have the latest Pidgin and Rhythmbox!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalpiknigam.com/blog/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
