<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>freedom is an illusion &#187; Google Gears</title>
	<atom:link href="http://theaveragelife.wordpress.com/tag/google-gears/feed/" rel="self" type="application/rss+xml" />
	<link>http://theaveragelife.wordpress.com</link>
	<description>Accidentally cool</description>
	<lastBuildDate>Wed, 15 Jul 2009 08:27:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='theaveragelife.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/278aac3acf9df3c6e2a3c2d21ca416c5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>freedom is an illusion &#187; Google Gears</title>
		<link>http://theaveragelife.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://theaveragelife.wordpress.com/osd.xml" title="freedom is an illusion" />
		<item>
		<title>How to use Gmail Offline with Prism and Ubuntu 9.04 64 Bit</title>
		<link>http://theaveragelife.wordpress.com/2009/06/25/how-to-use-gmail-offline-with-prism-and-ubuntu-9-04-64-bit/</link>
		<comments>http://theaveragelife.wordpress.com/2009/06/25/how-to-use-gmail-offline-with-prism-and-ubuntu-9-04-64-bit/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 12:25:33 +0000</pubDate>
		<dc:creator>Swen</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Addons]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Prism]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=257</guid>
		<description><![CDATA[Update:  This solution doesn&#8217;t really work. Prism doesn&#8217;t start up without a network. So if you are offline, you don&#8217;t get to see anything. If you are online (connected to a network) though it works. I will update this post if I find a solution. 
Here are the instructions to get Gmail Offline working with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theaveragelife.wordpress.com&blog=1383996&post=257&subd=theaveragelife&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><em>Update:  This solution doesn&#8217;t really work. Prism doesn&#8217;t start up without a network. So if you are offline, you don&#8217;t get to see anything. If you are online (connected to a network) though it works. I will update this post if I find a solution. </em></p>
<p>Here are the instructions to get Gmail Offline working with Prism on a 64 bit installation of Ubuntu 9.04. I am assuming you have already installed the package prism-google-mail. If not, go to Synaptic Package Manager and install it.</p>
<p>1. Download the 64 bit version of Google Gears found <a href="http://nielspeen.com/blog/2009/02/google-gears-64-bit/">here</a>. (There are 3 links; I used the last one : <a href="http://nielspeen.com/blog/wp-content/uploads/2009/05/gears-linux-x86_64-opt-05210.xpi">gears-linux-opt-05210.xpi</a>). Download it with another browser like Opera, so that the install dialog does not pop up.</p>
<p>2. Open the downloaded XPI file with the Archive Manager (File roller). (It&#8217;s just a matter of right clicking and extract. )</p>
<p>3. Edit the <strong>install.rdf</strong> fil. Search for code that looks like :</p>
<blockquote><p><em>&lt;em:targetApplication&gt;<br />
&lt;Description&gt;<br />
&lt;em:id&gt;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&lt;/em:id&gt;<br />
&lt;em:minVersion&gt;1.5&lt;/em:minVersion&gt;<br />
&lt;em:maxVersion&gt;3.0.*&lt;/em:maxVersion&gt;<br />
&lt;/Description&gt;<br />
&lt;/em:targetApplication&gt;</em></p></blockquote>
<p>and replace it with this :</p>
<blockquote><p><em>&lt;em:targetApplication&gt;<br />
&lt;Description&gt;<br />
&lt;em:id&gt;prism@developer.mozilla.org&lt;/em:id&gt;<br />
&lt;em:minVersion&gt;0.1.*&lt;/em:minVersion&gt;<br />
&lt;em:maxVersion&gt;10.0.*&lt;/em:maxVersion&gt;<br />
&lt;/Description&gt;<br />
&lt;/em:targetApplication&gt;</em></p></blockquote>
<p>4. Save the file. Archive Manager will asking you whether you want to update the archive. Say Yes.</p>
<p>5. Open Prism &#8211; Google Mail and on the bottom right corner click the Settings button and navigate to Tools &gt; Addons.</p>
<p>6. Drag and drop the modified XPI file into the Addons window.</p>
<p>7. That&#8217;s it.</p>
<p>I have combined instructions from <a href="http://otaqui.com/blog/382/enable-google-gears-and-offline-gmail-for-mozilla-prism/" target="_blank">here</a> and <a href="http://nielspeen.com/blog/2009/02/google-gears-64-bit/" target="_self">here</a> to  create this post.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/theaveragelife.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/theaveragelife.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/theaveragelife.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/theaveragelife.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/theaveragelife.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/theaveragelife.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/theaveragelife.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/theaveragelife.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/theaveragelife.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/theaveragelife.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=theaveragelife.wordpress.com&blog=1383996&post=257&subd=theaveragelife&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://theaveragelife.wordpress.com/2009/06/25/how-to-use-gmail-offline-with-prism-and-ubuntu-9-04-64-bit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/822985a305f317d5c0fc29ca429e6d5c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">swengeorge</media:title>
		</media:content>
	</item>
	</channel>
</rss>