<?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>pidgin Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/pidgin/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 25 Jun 2018 10:02:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Pidgin Plugins in Empath Chat on Linux</title>
		<link>https://www.osradar.com/pidgin-plugins-in-empath-chat-on-linux/</link>
					<comments>https://www.osradar.com/pidgin-plugins-in-empath-chat-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Mon, 25 Jun 2018 06:48:23 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[empathy im]]></category>
		<category><![CDATA[empathy plugin]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[pidgin plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=4402</guid>

					<description><![CDATA[<p>For the chatters, Empathy IM is one of the best tools at hand. It’s the default IM client for GNOME desktops. However, it lacks the power of extendibility as there’s no plugin support. Luckily, there’s a way that you can load Pidgin plugins in the Empathy IM. Thanks to Telepathy Haze, it’s possible to use [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/pidgin-plugins-in-empath-chat-on-linux/">Pidgin Plugins in Empath Chat on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For the chatters, Empathy IM is one of the best tools at hand. It’s the default IM client for GNOME desktops. However, it lacks the power of extendibility as there’s no plugin support. Luckily, there’s a way that you can load Pidgin plugins in the Empathy IM. Thanks to Telepathy Haze, it’s possible to use those plugins without any problem.</p>
<h2>Installing Pidgin Plugins in Empathy</h2>
<p>Run the following command(s) according to your Linux distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre>sudo apt install telepathy-haze</pre>
<ul>
<li>Debian</li>
</ul>
<pre>sudo apt-get install telepathy-haze</pre>
<ul>
<li>Fedora</li>
</ul>
<pre>sudo dnf install telepathy-haze</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre>sudo zypper install telepathy-haze</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre>sudo pacman -S telepathy-haze</pre>
<ul>
<li>Other distro</li>
</ul>
<p>We have to build the program from source. Run the following commands accordingly.</p>
<pre>curl https://telepathy.freedesktop.org/releases/telepathy-haze/telepathy-haze-0.8.0.tar.gz &gt; telepathy-haze.tar.gz

tar -xzvf telepathy-haze.tar.gz
cd telepathy-haze-0.8.0</pre>
<p>Now, you may need to install additional dependencies depending on your system. Run the following commands for having a better understanding of the requirements.</p>
<pre>cat README | more
cat INSTALL | more</pre>
<p>Now, run the commands for completing the installation process.</p>
<pre>./configure
make

# Make sure that everything is working fine
make check

make install</pre>
<p>Note that if you faced any dependency error, you may look out for the required package on <a href="https://pkgs.org/">Pkgs.org</a>.</p>
<h2>Installing Empathy</h2>
<p>Before moving further, we have to have the Empathy IM installed in our system, right? Run the command(s) according to your distro.</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre>sudo apt install empathy</pre>
<ul>
<li>Debian</li>
</ul>
<pre>sudo apt-get install empathy</pre>
<ul>
<li>Fedora</li>
</ul>
<pre>sudo dnf install empathy</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre>sudo zypper install empathy</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre>sudo pacman -S empathy</pre>
<ul>
<li>Other distro</li>
</ul>
<p>For installing in other distros, GNOME describes the installation process in details. Fol<a href="https://wiki.gnome.org/Apps/Empathy/Install">low the official instruction</a>. Search for the dependencies listed there. Then, you can <a href="https://github.com/GNOME/empathy">download and install Empathy IM from GitHub</a>.</p>
<p>Now, everything should be working fine. You have to install your favorite plugins from the official Pidgin page. After installing, Empathy will automatically find those out. Note that in case of some plugins, you may need to perform some additional tasks.</p>
<p>For those who love to enjoy Bitcoin in the Linux system, you can easily have <a href="https://www.osradar.com/how-to-enjoy-electrum-on-linux/">Electrum – a simple and powerful Bitcoin wallet</a>.</p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/pidgin-plugins-in-empath-chat-on-linux/">Pidgin Plugins in Empath Chat on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/pidgin-plugins-in-empath-chat-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
