<?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>片っ端からメモってみる &#187; Firefox</title>
	<atom:link href="http://www.parlia.net/weblog/post/category/windows/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parlia.net/weblog</link>
	<description>Linuxサーバ構築やその他もろもろの備忘録</description>
	<lastBuildDate>Mon, 20 Jul 2009 03:54:19 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Firefoxのプロファイルフォルダを変更する</title>
		<link>http://www.parlia.net/weblog/post/337.html/</link>
		<comments>http://www.parlia.net/weblog/post/337.html/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 14:43:00 +0000</pubDate>
		<dc:creator>alte</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.parlia.net/weblog/?p=337</guid>
		<description><![CDATA[FirefoxのプロファイルフォルダはWindows XPの場合、C:\Documents and Settings\(ユーザ名)\Application Data\Mozilla\Firefox\profiles.in [...]]]></description>
			<content:encoded><![CDATA[<p>FirefoxのプロファイルフォルダはWindows XPの場合、C:\Documents and Settings\(ユーザ名)\Application Data\Mozilla\Firefox\profiles.ini で設定する。</p>
<p>デフォルトのprofiles.ini</p>
<pre>
[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=Profiles/xl1tct8j.default
</pre>
<p><span id="more-337"></span><br />
プロファイルフォルダをD:\Firefox\profileに変更する。</p>
<ul>
<li>xl1tct8j.defaultをD:\Firefox\profileにコピーする。</li>
<li>profiles.iniのPathをD:\Firefox\profileに変更。</li>
<li>IsRelative=1 を IsRelative=0 に変更。</li>
</ul>
<p>変更後のprofiles.ini</p>
<pre>
[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=0
Path=D:\Firefox\profile
</pre>
<h2>キャッシュフォルダを変更する</h2>
<p>プロファイルフォルダの user.js で設定する。</p>
<pre>
user_pref("browser.cache.disk.parent_directory", "D:\\Firefox");
</pre>
<p>D:\FirefoxにCacheフォルダが作成される。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parlia.net/weblog/post/337.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Portable Editionを使ってみた</title>
		<link>http://www.parlia.net/weblog/post/180.html/</link>
		<comments>http://www.parlia.net/weblog/post/180.html/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:07:40 +0000</pubDate>
		<dc:creator>alte</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.parlia.net/weblog/?p=180</guid>
		<description><![CDATA[Mozilla Firefox, Portable EditionはFirefoxをUSBメモリなどに入れて、いろんな環境で使えるようにするもの。
本家のFirefoxは設定が C:\Documents and Sett [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.parlia.net/weblog/wp-content/uploads/2008/09/firefox_pe.png" rel="lightbox[180]"><img src="http://www.parlia.net/weblog/wp-content/uploads/2008/09/firefox_pe-300x136.png" alt="" title="Mozilla Firefox, Portable Edition" width="300" height="136" class="alignleft size-medium wp-image-294" /></a><a href="http://portableapps.com/apps/internet/firefox_portable">Mozilla Firefox, Portable Edition</a>はFirefoxをUSBメモリなどに入れて、いろんな環境で使えるようにするもの。<br />
本家のFirefoxは設定が C:\Documents and Settings に保存されていてバックアップなどが面倒なので試しに使ってみた。</p>
<p>Ver.3.0.1 日本語版をダウンロードしてインストール。</p>
<p>とりあえず <a href="http://tmp.garyr.net/">Tab Mix Plus</a> (v0.3.7pre.080917) と <a href="https://addons.mozilla.jp/firefox/details/6366">FireGestures</a> を入れてみたが、不具合はなさそう。</p>
<p><span id="more-180"></span></p>
<h2>起動時のスプラッシュを消す</h2>
<p>(Firefox Portable Editionをインストールしたフォルダ)\Other\Source の FirefoxPortable.ini(インストールしたフォルダ名になるらしい)をインストールしたフォルダ直下にコピーして以下を修正。</p>
<pre>DisableSplashScreen=false
↓
DisableSplashScreen=true</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.parlia.net/weblog/post/180.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
