<?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: 删除软件后 GConf 中无用项的清理</title>
	<atom:link href="http://linuxtoy.org/archives/gconf-clean-up.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/gconf-clean-up.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Thu, 24 May 2012 02:06:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pepino</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133927</link>
		<dc:creator>Pepino</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133927</guid>
		<description>&lt;p&gt;Linux发行版是来源复杂的无数包组成的，不比AIX和Win，就是一家公司的团队写的，要他们都把配置信息都写到某个数据库里怕是很难办到啊……连Freedesktop这样的组织都没有约束力，只能各人自搞一套了……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Linux发行版是来源复杂的无数包组成的，不比AIX和Win，就是一家公司的团队写的，要他们都把配置信息都写到某个数据库里怕是很难办到啊……连Freedesktop这样的组织都没有约束力，只能各人自搞一套了……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Grissiom</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133913</link>
		<dc:creator>Grissiom</dc:creator>
		<pubDate>Wed, 30 Dec 2009 06:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133913</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-133778&quot; rel=&quot;nofollow&quot;&gt;linooxlee&lt;/a&gt;: 如果是文本文件，那么可以修改他的就不只是“文本编辑器”，你还有 sed、awk、what ever you name it...(当然也可以说他们是广义的文本编辑器……)为什么一定要手工一个一个改呢？呵呵……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-133778" rel="nofollow">linooxlee</a>: 如果是文本文件，那么可以修改他的就不只是“文本编辑器”，你还有 sed、awk、what ever you name it...(当然也可以说他们是广义的文本编辑器……)为什么一定要手工一个一个改呢？呵呵……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zakarum</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133819</link>
		<dc:creator>zakarum</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133819</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-133778&quot; rel=&quot;nofollow&quot;&gt;linooxlee&lt;/a&gt;: 
只能说各有利弊，二进制数据库文件的单点失效问题也是非常恐怖的。
我比较喜欢AIX的方法，重要的系统设置是被权限保护的数据库，其他设置是文本。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-133778" rel="nofollow">linooxlee</a>: 
只能说各有利弊，二进制数据库文件的单点失效问题也是非常恐怖的。
我比较喜欢AIX的方法，重要的系统设置是被权限保护的数据库，其他设置是文本。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: linooxlee</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133778</link>
		<dc:creator>linooxlee</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133778</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-133748&quot; rel=&quot;nofollow&quot;&gt;chi&lt;/a&gt;: Freedesktop太弱了，kde和gnome都不完全遵循xdg。kde和gnome不死一个linux桌面是没有活路的，多嘴了:-)&lt;/p&gt;

&lt;p&gt;纯文本的配置文件并不比数据库方便，方便的仅是你可以随手取得修改工具-文本编辑器。linux桌面的共享信息分布在多个目录上百个文件中，试想像360、迅雷之类的软件把它们恶意修改了，你得打开上百个文件确认变更并修复它们这是多么繁重的工作--你还得非常小心，文本编辑器没有数据校验功能的。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-133748" rel="nofollow">chi</a>: Freedesktop太弱了，kde和gnome都不完全遵循xdg。kde和gnome不死一个linux桌面是没有活路的，多嘴了:-)</p>

<p>纯文本的配置文件并不比数据库方便，方便的仅是你可以随手取得修改工具-文本编辑器。linux桌面的共享信息分布在多个目录上百个文件中，试想像360、迅雷之类的软件把它们恶意修改了，你得打开上百个文件确认变更并修复它们这是多么繁重的工作--你还得非常小心，文本编辑器没有数据校验功能的。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Grissiom</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133771</link>
		<dc:creator>Grissiom</dc:creator>
		<pubDate>Tue, 29 Dec 2009 06:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133771</guid>
		<description>&lt;p&gt;支持 xdg，赞 KDE～;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>支持 xdg，赞 KDE～;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: chi</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133748</link>
		<dc:creator>chi</dc:creator>
		<pubDate>Tue, 29 Dec 2009 02:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133748</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-133743&quot; rel=&quot;nofollow&quot;&gt;linooxlee&lt;/a&gt;: 我什么技术也不懂，也没接触过注册表，不敢多说。但就作为一个普通linux桌面用户来说，纯文本的配置文件改起来很方便，而且灵活。看过一点文本与二进制格式的讨论，个人认为文本有portability这优点。至于标准什么的，楼上Roller同学提到了freedesktop，不知道你觉得xdg怎么样。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-133743" rel="nofollow">linooxlee</a>: 我什么技术也不懂，也没接触过注册表，不敢多说。但就作为一个普通linux桌面用户来说，纯文本的配置文件改起来很方便，而且灵活。看过一点文本与二进制格式的讨论，个人认为文本有portability这优点。至于标准什么的，楼上Roller同学提到了freedesktop，不知道你觉得xdg怎么样。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 幽隱之賢</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133745</link>
		<dc:creator>幽隱之賢</dc:creator>
		<pubDate>Tue, 29 Dec 2009 02:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133745</guid>
		<description>&lt;p&gt;KDE用户飞过，KConfigXT的config文件和相应包捆绑，删包就删全局设置，非常干净。愿意的还可以去.kde4/share/config再清理，非常干净。KDE现在很干净的说，最多说个他包比较多，设计什么确实好。没有办法的说。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>KDE用户飞过，KConfigXT的config文件和相应包捆绑，删包就删全局设置，非常干净。愿意的还可以去.kde4/share/config再清理，非常干净。KDE现在很干净的说，最多说个他包比较多，设计什么确实好。没有办法的说。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: linooxlee</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133743</link>
		<dc:creator>linooxlee</dc:creator>
		<pubDate>Tue, 29 Dec 2009 01:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133743</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-133710&quot; rel=&quot;nofollow&quot;&gt;chi&lt;/a&gt;: 1、共享信息对桌面系统是必须的；2、共享信息数据的储存可以是各种各样的形式,但有一个标准规范更容易能被使用者利用；3、windows注册表是一个有标准规范严格定义的集中式二进制数据库，相对/etc的松散结构的文本文件的形式其先进性是显而易见的；4、由于软件设计不规范、恶意软件、病毒木马等原因会出现共享信息数据与系统实际情况不一致，但这不是由共享信息本身来解决。5、手动和自动更正采用数据库存储形式的windows注册表要比松散结构的/etc更简单容易。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-133710" rel="nofollow">chi</a>: 1、共享信息对桌面系统是必须的；2、共享信息数据的储存可以是各种各样的形式,但有一个标准规范更容易能被使用者利用；3、windows注册表是一个有标准规范严格定义的集中式二进制数据库，相对/etc的松散结构的文本文件的形式其先进性是显而易见的；4、由于软件设计不规范、恶意软件、病毒木马等原因会出现共享信息数据与系统实际情况不一致，但这不是由共享信息本身来解决。5、手动和自动更正采用数据库存储形式的windows注册表要比松散结构的/etc更简单容易。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: huangda1982</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133742</link>
		<dc:creator>huangda1982</dc:creator>
		<pubDate>Tue, 29 Dec 2009 01:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133742</guid>
		<description>&lt;p&gt;就像grissiom说的，输入法浏览器你依赖那玩意干啥？注册表本身不邪恶，但是被邪恶了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>就像grissiom说的，输入法浏览器你依赖那玩意干啥？注册表本身不邪恶，但是被邪恶了。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Roller</title>
		<link>http://linuxtoy.org/archives/gconf-clean-up.html#comment-133724</link>
		<dc:creator>Roller</dc:creator>
		<pubDate>Mon, 28 Dec 2009 19:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=3604#comment-133724</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-133708&quot; rel=&quot;nofollow&quot;&gt;linooxlee&lt;/a&gt;: Linux桌面又不是没有类似的机制，问题是Gnome抛开Freedesktop的标准XDG另搞一套，这就令人厌恶了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-133708" rel="nofollow">linooxlee</a>: Linux桌面又不是没有类似的机制，问题是Gnome抛开Freedesktop的标准XDG另搞一套，这就令人厌恶了。</p>]]></content:encoded>
	</item>
</channel>
</rss>

