<?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: how I fixed my Firefox hiccups</title>
	<atom:link href="http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/feed/" rel="self" type="application/rss+xml" />
	<link>http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/</link>
	<description>Ambachtelijk bereide beschouwingen.</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:32:52 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wicher</title>
		<link>http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/comment-page-1/#comment-359</link>
		<dc:creator>Wicher</dc:creator>
		<pubDate>Mon, 28 Dec 2009 14:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://smorgasbord.gavagai.nl/?p=373#comment-359</guid>
		<description>Thanks for the feedback, Marius!
I&#039;ve made a 0.2 (&lt;a href=&quot;http://smormedia.gavagai.nl/dist/packfox/&quot; rel=&quot;nofollow&quot;&gt;repo&lt;/a&gt;) in which I added some setup documentation so people don&#039;t have to browse the topic in the Gentoo forums for clues.
And I added xmessage as a fallback for those who do not have gxmessage installed. And there was a bug in 0.1 caused by a typo in a variable (that&#039;s what you get for programming in Bash).</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback, Marius!<br />
I&#8217;ve made a 0.2 (<a href="http://smormedia.gavagai.nl/dist/packfox/" rel="nofollow">repo</a>) in which I added some setup documentation so people don&#8217;t have to browse the topic in the Gentoo forums for clues.<br />
And I added xmessage as a fallback for those who do not have gxmessage installed. And there was a bug in 0.1 caused by a typo in a variable (that&#8217;s what you get for programming in Bash).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius</title>
		<link>http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/comment-page-1/#comment-316</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Fri, 18 Dec 2009 00:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://smorgasbord.gavagai.nl/?p=373#comment-316</guid>
		<description>yes, tar and inotify was the easy part, but gears did not want to fit into tmpfs mount of 128M ;-)

btw, script also relies that the tar archive is there from the begining -- this is not the case for the first time. The script would be more robust if it checked that instead of seppuku :)</description>
		<content:encoded><![CDATA[<p>yes, tar and inotify was the easy part, but gears did not want to fit into tmpfs mount of 128M ;-)</p>
<p>btw, script also relies that the tar archive is there from the begining &#8212; this is not the case for the first time. The script would be more robust if it checked that instead of seppuku :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wicher</title>
		<link>http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/comment-page-1/#comment-315</link>
		<dc:creator>Wicher</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://smorgasbord.gavagai.nl/?p=373#comment-315</guid>
		<description>Thanks for the tip on gxmessage, I&#039;ll add that (soonish).
You might consider to exclude your gears directory with tar&#039;s and inotify&#039;s exclude options. Or maybe you&#039;ve already done so ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on gxmessage, I&#8217;ll add that (soonish).<br />
You might consider to exclude your gears directory with tar&#8217;s and inotify&#8217;s exclude options. Or maybe you&#8217;ve already done so ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/comment-page-1/#comment-314</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://smorgasbord.gavagai.nl/?p=373#comment-314</guid>
		<description>argh, fixed gears moving it and putting back a symbolic link to its new location.

no hiccups anymore, yay!!!
thanks</description>
		<content:encoded><![CDATA[<p>argh, fixed gears moving it and putting back a symbolic link to its new location.</p>
<p>no hiccups anymore, yay!!!<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://smorgasbord.gavagai.nl/2009/05/how-i-fixed-my-firefox-hiccups/comment-page-1/#comment-312</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://smorgasbord.gavagai.nl/?p=373#comment-312</guid>
		<description>thanks for the script.
here are a few problems I ran into:
gxmessage needs to be installed (it is not installed by default on Debian).
The title of the message could be set, like:
gxmessage -nofocus -title &quot;$(basename ${0})&quot; -center &quot;${1}&quot;

then I have huge (450M) google gears directory inside my profile.. this is my gmail for offline usage, and I cannot divert that path :(</description>
		<content:encoded><![CDATA[<p>thanks for the script.<br />
here are a few problems I ran into:<br />
gxmessage needs to be installed (it is not installed by default on Debian).<br />
The title of the message could be set, like:<br />
gxmessage -nofocus -title &#8220;$(basename ${0})&#8221; -center &#8220;${1}&#8221;</p>
<p>then I have huge (450M) google gears directory inside my profile.. this is my gmail for offline usage, and I cannot divert that path :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
