<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Irssi GUI Notify</title>
	<atom:link href="http://pthree.org/2007/03/21/irssi-gui-notify/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2007/03/21/irssi-gui-notify/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: Notify Works in Kubuntu - Richard A. Johnson&#039;s Blog</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-115421</link>
		<dc:creator>Notify Works in Kubuntu - Richard A. Johnson&#039;s Blog</dc:creator>
		<pubDate>Sat, 12 Feb 2011 18:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-115421</guid>
		<description><![CDATA[[...] response to Aaron&#8217;s blog posts (Part 1, Part 2) about IRSSI and libnotify to send you a notification upon highlight, well it works great [...]]]></description>
		<content:encoded><![CDATA[<p>[...] response to Aaron&#8217;s blog posts (Part 1, Part 2) about IRSSI and libnotify to send you a notification upon highlight, well it works great [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irssi libnotify integration &#124; Tumbleweed Rants</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-110119</link>
		<dc:creator>Irssi libnotify integration &#124; Tumbleweed Rants</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-110119</guid>
		<description><![CDATA[[...] Output all hilighted messages to a log file (using fnotfiy), and tail that log file with a second ssh session into a local script that calls libnotify. Sub-optimal, because it requires manually running a second ssh session, and restarting it in the event of network issues. Example [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Output all hilighted messages to a log file (using fnotfiy), and tail that log file with a second ssh session into a local script that calls libnotify. Sub-optimal, because it requires manually running a second ssh session, and restarting it in the event of network issues. Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Toponce : Pimp My Irssi</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-88057</link>
		<dc:creator>Aaron Toponce : Pimp My Irssi</dc:creator>
		<pubDate>Sun, 06 Jan 2008 21:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-88057</guid>
		<description><![CDATA[[...] there is no way to notify me when I receive an IM or highlight and I&#8217;m not viewing Irssi. Coupled with a simple bash script, I can receive those [...]]]></description>
		<content:encoded><![CDATA[<p>[...] there is no way to notify me when I receive an IM or highlight and I&#8217;m not viewing Irssi. Coupled with a simple bash script, I can receive those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Quinn</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-70368</link>
		<dc:creator>Jared Quinn</dc:creator>
		<pubDate>Tue, 25 Sep 2007 08:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-70368</guid>
		<description><![CDATA[I use libnotify, screen and irssi over ssh.  I did&#039;t like any of the solutions i found and decided to implement it myself using the terminal &#039;print&#039; functionality available on xterm and other similiar terminals.

irssi sends the print escape codes and the info I want to include in the notify wrapped in the appropriate escape codes and XTerm &quot;prints&quot; it to a shell script which calls notify-send.

Full details at http://jaredquinn.info/it-related/technical/unix/2007.09.25/libnotify-with-irssi-over-ssh/]]></description>
		<content:encoded><![CDATA[<p>I use libnotify, screen and irssi over ssh.  I did&#8217;t like any of the solutions i found and decided to implement it myself using the terminal &#8216;print&#8217; functionality available on xterm and other similiar terminals.</p>
<p>irssi sends the print escape codes and the info I want to include in the notify wrapped in the appropriate escape codes and XTerm &#8220;prints&#8221; it to a shell script which calls notify-send.</p>
<p>Full details at <a href="http://jaredquinn.info/it-related/technical/unix/2007.09.25/libnotify-with-irssi-over-ssh/" rel="nofollow">http://jaredquinn.info/it-related/technical/unix/2007.09.25/libnotify-with-irssi-over-ssh/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-51877</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Wed, 16 May 2007 14:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-51877</guid>
		<description><![CDATA[Pharao: The article should have said 
&lt;code&gt;
/SCRIPT RUN fnotify.pl
&lt;/code&gt;

I saw the same message when i did try using /run. It works perfectly here, but I had to modify the script to watch a whole channel instead.]]></description>
		<content:encoded><![CDATA[<p>Pharao: The article should have said</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/SCRIPT RUN fnotify.pl</div></td></tr></tbody></table></div>
<p>I saw the same message when i did try using /run. It works perfectly here, but I had to modify the script to watch a whole channel instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu &#124; Christer Edwards: any tips for libnotify trouble?</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-51735</link>
		<dc:creator>Ubuntu &#124; Christer Edwards: any tips for libnotify trouble?</dc:creator>
		<pubDate>Tue, 15 May 2007 19:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-51735</guid>
		<description><![CDATA[[...] You may also remember all that talk going around some time ago about an irssi notify script tied into libnotify.  I use that as well (see previous information here). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] You may also remember all that talk going around some time ago about an irssi notify script tied into libnotify.  I use that as well (see previous information here). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: any tips for libnotify trouble? : Ubuntu Tutorials : Breezy - Dapper - Edgy - Feisty</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-51729</link>
		<dc:creator>any tips for libnotify trouble? : Ubuntu Tutorials : Breezy - Dapper - Edgy - Feisty</dc:creator>
		<pubDate>Tue, 15 May 2007 18:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-51729</guid>
		<description><![CDATA[[...] You may also remember all that talk going around some time ago about an irssi notify script tied into libnotify.  I use that as well (see previous information here). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] You may also remember all that talk going around some time ago about an irssi notify script tied into libnotify.  I use that as well (see previous information here). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Algarvio, aka, s0undt3ch</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-50867</link>
		<dc:creator>Pedro Algarvio, aka, s0undt3ch</dc:creator>
		<pubDate>Thu, 10 May 2007 21:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-50867</guid>
		<description><![CDATA[You might also be interested on &lt;a href=&quot;http://blog.ufsoft.org/index.php/2007/05/10/irssi-notification/&quot; rel=&quot;nofollow&quot;&gt;Irssi Notification&lt;/a&gt;, a cleaner approach for the same end result which uses irssi&#039;s proxy&#039;s.]]></description>
		<content:encoded><![CDATA[<p>You might also be interested on <a href="http://blog.ufsoft.org/index.php/2007/05/10/irssi-notification/" rel="nofollow">Irssi Notification</a>, a cleaner approach for the same end result which uses irssi&#8217;s proxy&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu &#124; Richard Johnson: Notify Works in Kubuntu</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40951</link>
		<dc:creator>Ubuntu &#124; Richard Johnson: Notify Works in Kubuntu</dc:creator>
		<pubDate>Thu, 22 Mar 2007 18:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40951</guid>
		<description><![CDATA[[...] response to Aaron&#8217;s blog posts (Part 1, Part 2) about IRSSI and libnotify to send you a notification upon highlight, well it works great [...]]]></description>
		<content:encoded><![CDATA[<p>[...] response to Aaron&#8217;s blog posts (Part 1, Part 2) about IRSSI and libnotify to send you a notification upon highlight, well it works great [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixternal &#187; Notify Works in Kubuntu</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40938</link>
		<dc:creator>nixternal &#187; Notify Works in Kubuntu</dc:creator>
		<pubDate>Thu, 22 Mar 2007 17:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40938</guid>
		<description><![CDATA[[...] response to Aaron&#8217;s blog posts (Part 1, Part 2) about IRSSI and libnotify to send you a notification upon highlight, well it works great [...]]]></description>
		<content:encoded><![CDATA[<p>[...] response to Aaron&#8217;s blog posts (Part 1, Part 2) about IRSSI and libnotify to send you a notification upon highlight, well it works great [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40921</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 22 Mar 2007 16:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40921</guid>
		<description><![CDATA[Brad-  I have never gotten that to work.  Not sure what I am doing wrong.

Nixternal-  I works in KDE.  I&#039;ll get with you online, and we&#039;ll figure it out.

MattW-  See my next post on the blog.  It&#039;s missing a semi-colon.

Pharo-  Not sure what your problem is.  You may need to load perl into Irssi.  Try  in Irssi: &lt;code&gt;/load perl&lt;/code&gt;

Ben-  Yeah.  This definitely is not for everyone.  If you getting working with zenity, post your solution.  I&#039;d be interested seeing it in action.

Brian- I posted two links to the same site, giving attributed credit where credit is due, as well as to Clint, who brought it to my attention to begin with.]]></description>
		<content:encoded><![CDATA[<p>Brad-  I have never gotten that to work.  Not sure what I am doing wrong.</p>
<p>Nixternal-  I works in KDE.  I&#8217;ll get with you online, and we&#8217;ll figure it out.</p>
<p>MattW-  See my next post on the blog.  It&#8217;s missing a semi-colon.</p>
<p>Pharo-  Not sure what your problem is.  You may need to load perl into Irssi.  Try  in Irssi:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/load perl</div></td></tr></tbody></table></div>
<p>Ben-  Yeah.  This definitely is not for everyone.  If you getting working with zenity, post your solution.  I&#8217;d be interested seeing it in action.</p>
<p>Brian- I posted two links to the same site, giving attributed credit where credit is due, as well as to Clint, who brought it to my attention to begin with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40875</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 22 Mar 2007 13:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40875</guid>
		<description><![CDATA[Would be nice mentioning where you got it from.  &lt;i&gt;&lt;/i&gt;]]></description>
		<content:encoded><![CDATA[<p>Would be nice mentioning where you got it from.  <i></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Armstrong</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40849</link>
		<dc:creator>Ben Armstrong</dc:creator>
		<pubDate>Thu, 22 Mar 2007 11:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40849</guid>
		<description><![CDATA[Nice idea, except I&#039;m not too fond of popup notifications.  Might be fun to try to make this work with zenity --notification instead, for a less &quot;in your face&quot; solution.]]></description>
		<content:encoded><![CDATA[<p>Nice idea, except I&#8217;m not too fond of popup notifications.  Might be fun to try to make this work with zenity &#8211;notification instead, for a less &#8220;in your face&#8221; solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pharao</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40845</link>
		<dc:creator>Pharao</dc:creator>
		<pubDate>Thu, 22 Mar 2007 11:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40845</guid>
		<description><![CDATA[I get a
&lt;code&gt;Irssi: Error loading module fnotify/core: /usr/lib/irssi/modules/libfnotify_core.so: cannot open shared object 
          file: No such file or directory&lt;/code&gt;
running Feisty...]]></description>
		<content:encoded><![CDATA[<p>I get a</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Irssi: Error loading module fnotify/core: /usr/lib/irssi/modules/libfnotify_core.so: cannot open shared object <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; file: No such file or directory</div></td></tr></tbody></table></div>
<p>running Feisty&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MattW</title>
		<link>http://pthree.org/2007/03/21/irssi-gui-notify/#comment-40805</link>
		<dc:creator>MattW</dc:creator>
		<pubDate>Thu, 22 Mar 2007 08:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.pthree.org/2007/03/21/irssi-gui-notify/#comment-40805</guid>
		<description><![CDATA[Okay, maybe not. Sorry about the mess Aaron.]]></description>
		<content:encoded><![CDATA[<p>Okay, maybe not. Sorry about the mess Aaron.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
