<?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>Linux, MySQL, PhP, Perl... &#187; Thunderbird</title>
	<atom:link href="http://linux.bgsnow.com/tag/thunderbird/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.bgsnow.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 16:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Thunderbird, Google Chrome and Linux</title>
		<link>http://linux.bgsnow.com/thunderbird-google-chrome-and-linux.php</link>
		<comments>http://linux.bgsnow.com/thunderbird-google-chrome-and-linux.php#comments</comments>
		<pubDate>Sun, 09 Aug 2009 07:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[google-chrome]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.bgsnow.com/?p=143</guid>
		<description><![CDATA[Even if you have changed to Google Chrome your default browser in Linux, Thunderbird will not respect it. It will continue to open links in Firefox. Under Linux (Ubuntu and its derivatives for sure) there is only one way to amend this. Go to .mozilla-thunderbird, find the directory for your profile (something like rv7dwavi.default) and [...]]]></description>
			<content:encoded><![CDATA[<p>Even if you have changed to <a href="http://linux.bgsnow.com/ubuntu-change-default-browser-to-google-chrome.php" target="_blank">Google Chrome your default browser in Linux</a>, Thunderbird will not respect it. It will continue to open links in Firefox.</p>
<p>Under Linux (Ubuntu and its derivatives for sure) there is only one way to amend this. Go to .mozilla-thunderbird, find the directory for your profile (something like rv7dwavi.default) and open the file prefs.js.</p>
<p>Then search for the strings  <em>network.protocol-handler.app.htt</em>p and <em>network.protocol-handler.app.https. </em></p>
<p>Usually these directives are missing so you can safely add them anew as follows:</p>
<p><em>user_pref("network.protocol-handler.app.http", "google-chrome");</em></p>
<p><em>user_pref("network.protocol-handler.app.https", "google-chrome");</em></p>
<p>That's all and from now on Thunderbird will open all links in Google Chrome.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.bgsnow.com/thunderbird-google-chrome-and-linux.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
