<?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"
	>
<channel>
	<title>Comments on: 使用 GConf Cleaner 清理 GConf</title>
	<atom:link href="http://linuxtoy.org/archives/gconf-cleaner.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/gconf-cleaner.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 21 Nov 2008 18:27:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Anon.</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-85800</link>
		<dc:creator>Anon.</dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-85800</guid>
		<description>請問編譯時有哪些依賴套件？</description>
		<content:encoded><![CDATA[<p>請問編譯時有哪些依賴套件？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hellwolf</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-33338</link>
		<dc:creator>hellwolf</dc:creator>
		<pubDate>Sat, 16 Jun 2007 06:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-33338</guid>
		<description>该死的东西，删掉好多不该删的东西，幸好有备份功能（但没恢复功能的前端，得手动有gconf2-tool --load)

建议别依赖这种自动化的东西。</description>
		<content:encoded><![CDATA[<p>该死的东西，删掉好多不该删的东西，幸好有备份功能（但没恢复功能的前端，得手动有gconf2-tool &#8211;load)</p>
<p>建议别依赖这种自动化的东西。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aqua203</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32416</link>
		<dc:creator>aqua203</dc:creator>
		<pubDate>Tue, 12 Jun 2007 12:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32416</guid>
		<description>GConf不是注册表，呵呵
注册表是二进制的东西，而GConf是文本的，gconf-editor修改的还是一个配置文件（文本的），GConf没有注册表的那么多问题，呵呵</description>
		<content:encoded><![CDATA[<p>GConf不是注册表，呵呵<br />
注册表是二进制的东西，而GConf是文本的，gconf-editor修改的还是一个配置文件（文本的），GConf没有注册表的那么多问题，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 风雷</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32357</link>
		<dc:creator>风雷</dc:creator>
		<pubDate>Mon, 11 Jun 2007 12:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32357</guid>
		<description>这个，感觉没有必要吧</description>
		<content:encoded><![CDATA[<p>这个，感觉没有必要吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marsteel</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32350</link>
		<dc:creator>marsteel</dc:creator>
		<pubDate>Mon, 11 Jun 2007 09:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32350</guid>
		<description>55555,Linux下也有这玩意儿了 T_T</description>
		<content:encoded><![CDATA[<p>55555,Linux下也有这玩意儿了 T_T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stlxv</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32330</link>
		<dc:creator>stlxv</dc:creator>
		<pubDate>Mon, 11 Jun 2007 03:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32330</guid>
		<description>汗，总共才300多个目录1000多个键……

相比起windows的注册表……</description>
		<content:encoded><![CDATA[<p>汗，总共才300多个目录1000多个键……</p>
<p>相比起windows的注册表……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 泥巴</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32326</link>
		<dc:creator>泥巴</dc:creator>
		<pubDate>Mon, 11 Jun 2007 03:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32326</guid>
		<description>当程序庞大、应用程序多，且可能交互等原因存在时，各自的配置文件会很多，容易混乱。集中在一块儿并不是坏事儿，以便统一处理、统一提供接口或管理等。只是别一味的只顾添加什么的，维护也应一并的具备。</description>
		<content:encoded><![CDATA[<p>当程序庞大、应用程序多，且可能交互等原因存在时，各自的配置文件会很多，容易混乱。集中在一块儿并不是坏事儿，以便统一处理、统一提供接口或管理等。只是别一味的只顾添加什么的，维护也应一并的具备。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pig345</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32325</link>
		<dc:creator>pig345</dc:creator>
		<pubDate>Mon, 11 Jun 2007 02:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32325</guid>
		<description>都不知道竟然 gnome 还有这个类似注册表的烂东西？</description>
		<content:encoded><![CDATA[<p>都不知道竟然 gnome 还有这个类似注册表的烂东西？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pluskid</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32315</link>
		<dc:creator>pluskid</dc:creator>
		<pubDate>Mon, 11 Jun 2007 01:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32315</guid>
		<description>越做越像 Windows 的注册表了。注册表那么臭名昭著的东西为什么要去学呢？</description>
		<content:encoded><![CDATA[<p>越做越像 Windows 的注册表了。注册表那么臭名昭著的东西为什么要去学呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zhuqin_83</title>
		<link>http://linuxtoy.org/archives/gconf-cleaner.html#comment-32311</link>
		<dc:creator>zhuqin_83</dc:creator>
		<pubDate>Mon, 11 Jun 2007 01:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/gconf-cleaner.html#comment-32311</guid>
		<description>有deb包，其实就是一个像windows下的“注册表清理器”一样的东西，有一定的风险。
这个版本有导出“注册表”功能，导出文件名居然是reg。。。
但是找不到恢复选项。

会误删一些东西，也没键值提示，不算成熟，需要做的工作很多。
个人并不推荐大家用。</description>
		<content:encoded><![CDATA[<p>有deb包，其实就是一个像windows下的“注册表清理器”一样的东西，有一定的风险。<br />
这个版本有导出“注册表”功能，导出文件名居然是reg。。。<br />
但是找不到恢复选项。</p>
<p>会误删一些东西，也没键值提示，不算成熟，需要做的工作很多。<br />
个人并不推荐大家用。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
