<?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; ubuntu</title>
	<atom:link href="http://www.xmxsuperstar.com/archives/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xmxsuperstar.com</link>
	<description>Just Another Thinking</description>
	<lastBuildDate>Sun, 04 Jul 2010 07:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ubuntu 8.04 gnome-terminal 字体渲染问题</title>
		<link>http://www.xmxsuperstar.com/archives/510/ubuntu-8-04-gnome-terminal-%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html</link>
		<comments>http://www.xmxsuperstar.com/archives/510/ubuntu-8-04-gnome-terminal-%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 13:46:50 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=510</guid>
		<description><![CDATA[在《Ubuntu终端gnome-terminal字体难看的解决办法》提到gnome terminal的字体渲染不受Appearance里字体面板的控制，今天发现在ubuntu 8.04.4里这个bug依旧，其实那篇blog中的解决办法很丑陋，只要在/etc/fonts/conf.d/目录下删掉10-hinting-slight.conf和10-no-sub-pixel.conf，然后重新做两个软链接就可以了： 10-hinting-full.conf -&#62; ../conf.avail/10-hinting-full.conf 10-sub-pixel-rgb.conf -&#62; ../conf.avail/10-sub-pixel-rgb.conf 最后抱怨一下，firefox不接受Appearance里字体面板的控制也就罢了，像gnome-terminal本身就属于gnome的东西都不接受控制实在有些莫名奇妙]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://www.xmxsuperstar.com/archives/313/ubuntu%E7%BB%88%E7%AB%AFgnome-terminal%E5%AD%97%E4%BD%93%E9%9A%BE%E7%9C%8B%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95.html">《Ubuntu终端gnome-terminal字体难看的解决办法》</a>提到gnome terminal的字体渲染不受Appearance里字体面板的控制，今天发现在ubuntu 8.04.4里这个bug依旧，其实那篇blog中的解决办法很丑陋，只要在/etc/fonts/conf.d/目录下删掉10-hinting-slight.conf和10-no-sub-pixel.conf，然后重新做两个软链接就可以了：</p>
<pre class="brush: bash;">
10-hinting-full.conf -&gt; ../conf.avail/10-hinting-full.conf
10-sub-pixel-rgb.conf -&gt; ../conf.avail/10-sub-pixel-rgb.conf
</pre>
<p>最后抱怨一下，<a href="http://www.xmxsuperstar.com/archives/489/ubuntu-8-04-hardy-%e4%bb%8e%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85firefox%e8%a7%a3%e5%86%b3%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html">firefox不接受Appearance里字体面板的控制</a>也就罢了，像gnome-terminal本身就属于gnome的东西都不接受控制实在有些莫名奇妙</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/510/ubuntu-8-04-gnome-terminal-%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu PGO方式编译Firefox笔记</title>
		<link>http://www.xmxsuperstar.com/archives/491/ubuntu-pgo%e6%96%b9%e5%bc%8f%e7%bc%96%e8%af%91firefox%e7%ac%94%e8%ae%b0.html</link>
		<comments>http://www.xmxsuperstar.com/archives/491/ubuntu-pgo%e6%96%b9%e5%bc%8f%e7%bc%96%e8%af%91firefox%e7%ac%94%e8%ae%b0.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 11:52:50 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=491</guid>
		<description><![CDATA[在上一篇blog里用最简单的方式编译了firefox，今天用PGO方式重新优化编译了一下。 官方的PGO编译文档参考https://developer.mozilla.org/en/Building_with_Profile-Guided_Optimization 首先将.mozconfig修改如下： mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt mk_add_options PROFILE_GEN_SCRIPT=&#34;sh /home/xmx/run-firefox.sh&#34; ac_add_options --enable-application=browser ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --enable-default-toolkit=cairo-gtk2 --enable-system-cairo ac_add_options --enable-official-branding ac_add_options --enable-optimize=&#34;-O2 -march=native -mtune=native -pipe -fomit-frame-pointer&#34; ac_add_options --enable-jemalloc ac_add_options --enable-strip ac_add_options --enable-install-strip ac_add_options --enable-profile-guided-optimization 其中 ac_add_options &#8211;enable-optimize=&#8221;-O2 -march=native -mtune=native -pipe -fomit-frame-pointer&#8221;, ac_add_options &#8211;enable-jemalloc, ac_add_options &#8211;enable-strip, ac_add_options &#8211;enable-install-strip 这四个选项是优化编译选项。 ac_add_options &#8211;enable-profile-guided-optimization 这个选项表示用PGO方式编译，而 mk_add_options PROFILE_GEN_SCRIPT=&#8221;sh /home/xmx/run-firefox.sh&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://www.xmxsuperstar.com/archives/489/ubuntu-8-04-hardy-%e4%bb%8e%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85firefox%e8%a7%a3%e5%86%b3%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html">上一篇blog</a>里用最简单的方式编译了firefox，今天用PGO方式重新优化编译了一下。<br />
官方的PGO编译文档参考<a href="https://developer.mozilla.org/en/Building_with_Profile-Guided_Optimization">https://developer.mozilla.org/en/Building_with_Profile-Guided_Optimization</a><br />
首先将.mozconfig修改如下：</p>
<pre class="brush: bash;">
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt
mk_add_options PROFILE_GEN_SCRIPT=&quot;sh /home/xmx/run-firefox.sh&quot;
ac_add_options --enable-application=browser
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-default-toolkit=cairo-gtk2 --enable-system-cairo
ac_add_options --enable-official-branding
ac_add_options --enable-optimize=&quot;-O2 -march=native -mtune=native -pipe -fomit-frame-pointer&quot;
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --enable-profile-guided-optimization
</pre>
<p>其中<br />
ac_add_options &#8211;enable-optimize=&#8221;-O2 -march=native -mtune=native -pipe -fomit-frame-pointer&#8221;, ac_add_options &#8211;enable-jemalloc, ac_add_options &#8211;enable-strip, ac_add_options &#8211;enable-install-strip<br />
这四个选项是优化编译选项。<br />
ac_add_options &#8211;enable-profile-guided-optimization 这个选项表示用PGO方式编译，而 mk_add_options PROFILE_GEN_SCRIPT=&#8221;sh /home/xmx/run-firefox.sh&#8221; 这个选项指定了PGO编译第一遍结束后执行的脚本。<br />
而run-firefox.sh的内容如下：</p>
<pre class="brush: bash;">
#!/bin/sh make -f client.mk profiledbuild
export NO_EM_RESTART=1
mkdir $OBJDIR/_profileprofile
$OBJDIR/dist/bin/firefox -no-remote -profile $OBJDIR/_profileprofile
</pre>
<p>配置结束后在源码顶层目录执行：</p>
<pre class="brush: bash;">
make -f client.mk profiledbuild
</pre>
<p>注意执行的是profiledbuild而不是之前简单的build<br />
然后就开第一次编译，等待。。。<br />
第一次编译结束后会自动调用run-firefox.sh脚本，运行刚刚编译完的firefox（第一次编译的时候千万不要运行原来的firefox，以免这里出错）。按照平时的上网习惯看一些网页，然后关掉，第二次编译便自动开始了。第二次编译会以第一次编译后运行产生的profile调优，通常能获得相当不错的性能提升。<br />
第二次编译结束后便和普通编译一样了：</p>
<pre class="brush: bash;">
cd ff-opt
make package
</pre>
<p>在ff-opt/dist下就已经生成了一个打包好的firefox包，解压到任何地方运行就可以了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/491/ubuntu-pgo%e6%96%b9%e5%bc%8f%e7%bc%96%e8%af%91firefox%e7%ac%94%e8%ae%b0.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ubuntu 8.04 hardy 从源码编译安装firefox解决字体渲染问题</title>
		<link>http://www.xmxsuperstar.com/archives/489/ubuntu-8-04-hardy-%e4%bb%8e%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85firefox%e8%a7%a3%e5%86%b3%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html</link>
		<comments>http://www.xmxsuperstar.com/archives/489/ubuntu-8-04-hardy-%e4%bb%8e%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85firefox%e8%a7%a3%e5%86%b3%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 06:00:41 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=489</guid>
		<description><![CDATA[最近发布的ubuntu 9.10 karmic 装在我的笔记本上问题重重，经过一番痛苦的折腾后，彻底放弃，降级回8.04 hardy。 但是hardy的源里面的firefox还是3.0版的，于是去Mozila官网下载最新的3.5.5编译好的包。但是运行后发现字体渲染不受System->Pereference->Appearance->Fonts中渲染设置的控制。 一通Google，在主目录下面放置.fonts.conf文件，如下内容： &#60;?xml version='1.0'?&#62; &#60;match target=&#34;pattern&#34; &#62; &#60;edit mode=&#34;assign&#34; name=&#34;hinting&#34; &#62; &#60;bool&#62;true&#60;/bool&#62; &#60;/edit&#62; &#60;edit mode=&#34;assign&#34; name=&#34;hintstyle&#34; &#62; &#60;const&#62;hintfull&#60;/const&#62; &#60;/edit&#62; &#60;edit mode=&#34;assign&#34; name=&#34;autohint&#34; &#62; &#60;bool&#62;false&#60;/bool&#62; &#60;/edit&#62; &#60;edit mode=&#34;assign&#34; name=&#34;antialias&#34; &#62; &#60;bool&#62;true&#60;/bool&#62; &#60;/edit&#62; &#60;edit mode=&#34;assign&#34; name=&#34;rgba&#34; &#62; &#60;const&#62;rgb&#60;/const&#62; &#60;/edit&#62; &#60;/match&#62; 但是情况依旧。 把hintstyle用hintfull，hintmedium，hintslight尝试，意外的发现hintfull，hintmedium的效果是一样的。再一通Google，猜测Mozilla的官方编译包没有用&#8211;enable-system-cairo选项编译，于是只好自己重新编译。 好在编译firefox不是很复杂，网上相关的文章也多，比如http://gastly.iblogger.org/how-to-compile-firefox-35b4-from-source-with-nice-fonts/ 首先安装必要的工具和相关的库： $ sudo apt-get build-dep firefox-3.0 $ sudo apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>最近发布的ubuntu 9.10 karmic 装在我的笔记本上问题重重，经过一番痛苦的折腾后，彻底放弃，降级回8.04 hardy。<br />
但是hardy的源里面的firefox还是3.0版的，于是去Mozila官网下载最新的3.5.5编译好的包。但是运行后发现字体渲染不受System->Pereference->Appearance->Fonts中渲染设置的控制。<br />
一通Google，在主目录下面放置.fonts.conf文件，如下内容：</p>
<pre class="brush: xml;">
&lt;?xml version='1.0'?&gt;
&lt;match target=&quot;pattern&quot; &gt;
	&lt;edit mode=&quot;assign&quot; name=&quot;hinting&quot; &gt;
		&lt;bool&gt;true&lt;/bool&gt;
	&lt;/edit&gt;
	&lt;edit mode=&quot;assign&quot; name=&quot;hintstyle&quot; &gt;
		&lt;const&gt;hintfull&lt;/const&gt;
	&lt;/edit&gt;
	&lt;edit mode=&quot;assign&quot; name=&quot;autohint&quot; &gt;
		&lt;bool&gt;false&lt;/bool&gt;
	&lt;/edit&gt;
	&lt;edit mode=&quot;assign&quot; name=&quot;antialias&quot; &gt;
		&lt;bool&gt;true&lt;/bool&gt;
	&lt;/edit&gt;
	&lt;edit mode=&quot;assign&quot; name=&quot;rgba&quot; &gt;
		&lt;const&gt;rgb&lt;/const&gt;
	&lt;/edit&gt;
&lt;/match&gt;
</pre>
<p>但是情况依旧。<br />
把hintstyle用hintfull，hintmedium，hintslight尝试，意外的发现hintfull，hintmedium的效果是一样的。再一通Google，猜测Mozilla的官方编译包没有用&#8211;enable-system-cairo选项编译，于是只好自己重新编译。<br />
好在编译firefox不是很复杂，网上相关的文章也多，比如<a href="http://gastly.iblogger.org/how-to-compile-firefox-35b4-from-source-with-nice-fonts/">http://gastly.iblogger.org/how-to-compile-firefox-35b4-from-source-with-nice-fonts/</a><br />
首先安装必要的工具和相关的库：</p>
<pre class="brush: bash;">
$ sudo apt-get build-dep firefox-3.0
$ sudo apt-get install libcairo2 libcairo2-dev libasound2-dev libcurl4-openssl-dev libnotify-dev
</pre>
<p>然后从<a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/">http://releases.mozilla.org/pub/mozilla.org/firefox/releases/</a>下载最新的源码<br />
然后解开源码包，进入源码目录，新建一个.mozconfig文件，包含如下内容：</p>
<pre class="brush: bash;">
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt
ac_add_options --enable-application=browser
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-default-toolkit=cairo-gtk2 --enable-system-cairo
ac_add_options --enable-optimize=&quot;-O2&quot;
ac_add_options --enable-official-branding
</pre>
<p>这些选项的含义可以在<a href="https://developer.mozilla.org/en/Configuring_Build_Options">https://developer.mozilla.org/en/Configuring_Build_Options</a>查到，其中重要的是：</p>
<pre class="brush: bash;">
ac_add_options --enable-default-toolkit=cairo-gtk2 --enable-system-cairo
</pre>
<p>只有开启了这个选项，firefox才能正确的渲染字体。</p>
<pre class="brush: bash;">
ac_add_options --enable-official-branding
</pre>
<p>这一选项会让编译出的浏览器的userAgent为firefox，使用Mozilla的firefox图标，否则userAgent为Shiretoko，使用的是一个蓝色地球的图标，如果遇上对userAgent检查严格的网站可能会有问题。但是注意Mozilla是不允许分发非官方的构建时使用firefox的名称和图标的。<br />
之后：</p>
<pre class="brush: bash;">
make -f client.mk build
</pre>
<p>开始编译，编译完成后：</p>
<pre class="brush: bash;">
cd ff-opt
make package
</pre>
<p>这里的ff-opt目录就是上面在.mozconfig文件中第二行配置的，执行make package后会在ff-opt/dist/下生成一个类似名如：firefox-3.5.5.en-US.linux-i686.tar.bz2的包，解压运行其中的firefox就可以了。<br />
当然也可以在源码顶层目录中执行</p>
<pre class="brush: bash;">
make -f client.mk install
</pre>
<p>会安装在/usr/local下面。<br />
现在字体可以正常的接受~/.fonts.conf的控制了（但依旧不接受 System->Pereference->Appearance->Fonts 的控制，囧）。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/489/ubuntu-8-04-hardy-%e4%bb%8e%e6%ba%90%e7%a0%81%e7%bc%96%e8%af%91%e5%ae%89%e8%a3%85firefox%e8%a7%a3%e5%86%b3%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu终端gnome-terminal字体难看的解决办法</title>
		<link>http://www.xmxsuperstar.com/archives/313/ubuntu%e7%bb%88%e7%ab%afgnome-terminal%e5%ad%97%e4%bd%93%e9%9a%be%e7%9c%8b%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html</link>
		<comments>http://www.xmxsuperstar.com/archives/313/ubuntu%e7%bb%88%e7%ab%afgnome-terminal%e5%ad%97%e4%bd%93%e9%9a%be%e7%9c%8b%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:26:40 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=313</guid>
		<description><![CDATA[一开始想用文泉驿的正黑等宽字体做终端字体，但是在gnome-terminal中却是无比的难看，一开始以为是文泉驿的正黑没有hitting信息的原因，后来换成Consolas发现在gnome-terminal和firefox中一样也是差距巨大，在gnome-terminal中就像是根本没有进行次像素平滑一样。后来在这里找到了原因和解决办法： 修改:/etc/fonts/conf.d/10-no-sub-pixel.conf 将 &#60;edit name=&#8221;rgba&#8221; mode=&#8221;assign&#8221;&#62;&#60;const&#62;none&#60;/const&#62;&#60;/edit&#62; 改成： &#60;edit name=&#8221;rgba&#8221; mode=&#8221;assign&#8221;&#62;&#60;const&#62;rgb&#60;/const&#62;&#60;/edit&#62;]]></description>
			<content:encoded><![CDATA[<p>一开始想用文泉驿的正黑等宽字体做终端字体，但是在gnome-terminal中却是无比的难看，一开始以为是文泉驿的正黑没有hitting信息的原因，后来换成Consolas发现在gnome-terminal和firefox中一样也是差距巨大，在gnome-terminal中就像是根本没有进行次像素平滑一样。后来在<a href="https://bugs.launchpad.net/gnome-terminal/+bug/190848/comments/20">这里</a>找到了原因和<strong><span style="color: #ff0000;"><a href="http://www.xmxsuperstar.com/archives/510/ubuntu-8-04-gnome-terminal-%e5%ad%97%e4%bd%93%e6%b8%b2%e6%9f%93%e9%97%ae%e9%a2%98.html">解决办法</a></span></strong>：<br />
<del datetime="2010-01-30T13:48:44+00:00"><br />
修改:/etc/fonts/conf.d/10-no-sub-pixel.conf 将</del><br />
<span style="text-decoration: line-through;">&lt;edit name=&#8221;rgba&#8221; mode=&#8221;assign&#8221;&gt;&lt;const&gt;none&lt;/const&gt;&lt;/edit&gt;</span><del datetime="2010-01-30T13:48:44+00:00"><br />
改成：</del><br />
<span style="text-decoration: line-through;">&lt;edit name=&#8221;rgba&#8221; mode=&#8221;assign&#8221;&gt;&lt;const&gt;rgb&lt;/const&gt;&lt;/edit&gt;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/313/ubuntu%e7%bb%88%e7%ab%afgnome-terminal%e5%ad%97%e4%bd%93%e9%9a%be%e7%9c%8b%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu英文环境ibus不能激活输入法解决办法</title>
		<link>http://www.xmxsuperstar.com/archives/309/ubuntu%e8%8b%b1%e6%96%87%e7%8e%af%e5%a2%83ibus%e4%b8%8d%e8%83%bd%e6%bf%80%e6%b4%bb%e8%be%93%e5%85%a5%e6%b3%95%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html</link>
		<comments>http://www.xmxsuperstar.com/archives/309/ubuntu%e8%8b%b1%e6%96%87%e7%8e%af%e5%a2%83ibus%e4%b8%8d%e8%83%bd%e6%bf%80%e6%b4%bb%e8%be%93%e5%85%a5%e6%b3%95%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 02:28:01 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ibus]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=309</guid>
		<description><![CDATA[参考了ubuntu论坛上的一个帖子，不过我没那么麻烦，只要编辑~/.profile文件，在最后添上以下几行： # Start Input Bus export XMODIFIERS=&#34;@im=ibus&#34; export GTK_IM_MODULE=&#34;ibus&#34; export QT_IM_MODULE=&#34;ibus&#34; # qt3 is not supported currently ibus &#38; 保存退出。Log out再Log in就可以了]]></description>
			<content:encoded><![CDATA[<p>参考了<a href="http://forum.ubuntu.org.cn/viewtopic.php?f=8&amp;t=157492">ubuntu论坛上的一个帖子</a>，不过我没那么麻烦，只要编辑~/.profile文件，在最后添上以下几行：</p>
<pre class="brush: bash;">
# Start Input Bus
export XMODIFIERS=&quot;@im=ibus&quot;
export GTK_IM_MODULE=&quot;ibus&quot;
export QT_IM_MODULE=&quot;ibus&quot;      # qt3 is not supported currently
ibus &amp;
</pre>
<p>保存退出。Log out再Log in就可以了</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/309/ubuntu%e8%8b%b1%e6%96%87%e7%8e%af%e5%a2%83ibus%e4%b8%8d%e8%83%bd%e6%bf%80%e6%b4%bb%e8%be%93%e5%85%a5%e6%b3%95%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>23个不同风格 Ubuntu Linux 主题</title>
		<link>http://www.xmxsuperstar.com/archives/49/49.html</link>
		<comments>http://www.xmxsuperstar.com/archives/49/49.html#comments</comments>
		<pubDate>Sun, 10 Aug 2008 14:22:30 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ZZ]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=49</guid>
		<description><![CDATA[转自ownlinux Ubuntu 默认的主题一直是大家一个争议的话题，很多 Ubuntu 用户对 Ubuntu 主色调为黄色的主题并不感冒，也许这就是所谓的众口难调吧。其实稍微动动手就可以让你的 Ubuntu 以一个新的面貌展现在你的面前。刚刚在sizzledcore.com上看到适用于 Ubuntu Linux 的23个不同风格的主题，感觉相当不错，便立即和大家分享。当然你也可以把他们用的采用 GNOME 桌面的别的 Linux 发行版上。 Murrina Triomphe Download Hardy Theme 2.0 Download Bamboo Zen Download Lux Theme Download Burnt Orange Ice Download Creamy Download Glow Download Moomex Download Roy (Windows Royale) Download Clearlooks Metallico Download Aqua Dreams Download Linux Mint Download Real Minimal Download [...]]]></description>
			<content:encoded><![CDATA[<p>转自<a href="http://www.ownlinux.cn/2008/08/10/23-ubuntu-themes/" target="_blank">ownlinux</a></p>
<hr />
Ubuntu 默认的主题一直是大家一个争议的话题，很多 Ubuntu 用户对 Ubuntu 主色调为黄色的主题并不感冒，也许这就是所谓的众口难调吧。其实稍微动动手就可以让你的 Ubuntu 以一个新的面貌展现在你的面前。刚刚在<a href="http://www.sizzledcore.com/2008/08/09/ubuntu-themes-awesome-themes-for-linux/" target="_blank">sizzledcore.com</a>上看到适用于 Ubuntu Linux 的23个不同风格的主题，感觉相当不错，便立即和大家分享。当然你也可以把他们用的采用 GNOME 桌面的别的 Linux 发行版上。</p>
<h2>Murrina Triomphe</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1607" title="ubuntu-murrina-triomphe" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-murrina-triomphe-400x300.jpg" alt="Ubuntu Theme Murrina Triomphe" width="400" height="300" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=83183&amp;id=1&amp;tan=67175514" target="_blank">Download</a></strong></p>
<h2>Hardy Theme 2.0</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1603" title="ubuntu-hardy-theme-2" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-hardy-theme-2-400x250.jpg" alt="Ubuntu Theme Hardy" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=74045&amp;id=1&amp;tan=86815695" target="_blank">Download</a></strong></p>
<h2>Bamboo Zen</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1596" title="ubuntu-bamboo-zen" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-bamboo-zen-400x250.jpg" alt="Ubuntu Theme Bamboo Zen" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=85860&amp;id=1&amp;tan=64882764" target="_blank">Download</a></strong></p>
<h2>Lux Theme</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1605" title="ubuntu-lux" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-lux-400x272.jpg" alt="Ubuntu Theme Lux" width="400" height="272" /></a></p>
<p><strong><a href="http://szerencsefia.webs.com/files/LUX.tar.gz" target="_blank">Download</a></strong></p>
<h2>Burnt Orange Ice</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1597" title="ubuntu-burnt-orangeice" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-burnt-orangeice-400x250.jpg" alt="Ubuntu Theme Burnt Orange Ice" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=70717&amp;id=1&amp;tan=42932972" target="_blank">Download</a></strong></p>
<h2>Creamy</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1599" title="ubuntu-creamy" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-creamy-400x250.jpg" alt="Ubuntu Theme Creamy" width="400" height="250" /></a></p>
<p><strong><a href="http://xfce-look.org/content/download.php?content=69315&amp;id=1&amp;tan=44085142" target="_blank">Download</a></strong></p>
<h2>Glow</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1602" title="ubuntu-glow" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-glow-400x250.jpg" alt="Ubuntu Theme Glow" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=85996&amp;id=1&amp;tan=177758" target="_blank">Download</a></strong></p>
<h2>Moomex</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1606" title="ubuntu-moomex" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-moomex-400x250.jpg" alt="Ubuntu Theme Moomex" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=57063&amp;id=1&amp;tan=66294688&amp;PHPSESSID=39b7cae93ac114612bfb03b507dba35d" target="_blank">Download</a></strong></p>
<h2>Roy (Windows Royale)</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1609" title="ubuntu-roy" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-roy-400x240.jpg" alt="Ubuntu Theme Roy" width="400" height="240" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=76081&amp;id=1&amp;tan=48556439" target="_blank">Download</a></strong></p>
<h2>Clearlooks Metallico</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1598" title="ubuntu-clearlooks-mettalico" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-clearlooks-mettalico-400x250.jpg" alt="Ubuntu Theme Clearlooks Metalico" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=70264&amp;id=1&amp;tan=85716622" target="_blank">Download</a></strong></p>
<h2>Aqua Dreams</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1595" title="ubuntu-aqua-dreams" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-aqua-dreams-400x300.jpg" alt="Ubuntu Theme Aqua Dreams" width="400" height="300" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=72997&amp;id=1&amp;tan=6578997" target="_blank">Download</a></strong></p>
<h2>Linux Mint</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1604" title="ubuntu-linux-mint" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-linux-mint-400x250.jpg" alt="Ubuntu Theme Linux Mint" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=71728&amp;id=1&amp;tan=80216145" target="_blank">Download</a></strong></p>
<h2>Real Minimal</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1611" title="ubuntu-real-minimal" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-real-minimal-400x250.jpg" alt="Ubuntu Theme Real Minimal" width="400" height="250" /></a></p>
<p><strong><a href="http://www.deviantart.com/download/51131618/Real_Minimal_Widgets_Style_2_by_szerencsefia.gz" target="_blank">Download</a></strong></p>
<h2>Root Green</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1608" title="ubuntu-root-green" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-root-green-400x300.jpg" alt="Ubuntu Theme Root Green" width="400" height="300" /></a></p>
<p><strong><a href="http://gnome-look.org/content/download.php?content=45670&amp;id=1&amp;tan=237194" target="_blank">Download</a></strong></p>
<h2>Light Coffee</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1612" title="ubuntu-light-coffee" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-light-coffee-400x250.jpg" alt="Ubuntu Theme Light Coffee" width="400" height="250" /></a></p>
<p><strong><a href="http://www.deviantart.com/download/76461827/Light_Coffee_3___OFF_ROAD_by_szerencsefia.bz2" target="_blank">Download</a></strong></p>
<h2>Slickness Black</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1628" title="ubuntu-slickness-black" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-slickness-black-400x250.jpg" alt="Ubuntu Theme Slickness Black" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Slickness+Black?content=73210" target="_blank">Download</a></strong></p>
<h2>Murrina Aero</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1627" title="ubuntu-murrina-aero" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-murrina-aero-400x250.jpg" alt="Ubuntu Theme Murrina Aero" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Murrina+Aero?content=54573" target="_blank">Download</a></strong></p>
<h2>Tigris</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1622" title="ubuntu-tigris" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-tigris-400x300.jpg" alt="Ubuntu Theme Tigris" width="400" height="300" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Tigris?content=75276" target="_blank">Download</a></strong></p>
<h2>Sofice</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1629" title="ubuntu-soffice" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-soffice-400x320.jpg" alt="Ubuntu Theme Sofice" width="400" height="320" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Soffice?content=67854" target="_blank">Download</a></strong></p>
<h2>Blue Joy</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1623" title="ubuntu-blue-joy" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-blue-joy-400x250.png" alt="Ubuntu Theme Blue Joy" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Blue-Joy?content=73387" target="_blank">Download</a></strong></p>
<h2>Gaia Nova</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1626" title="ubuntu-gaia-nova" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-gaia-nova-400x300.jpg" alt="Ubuntu Theme Gaia Nova" width="400" height="300" /></a></p>
<p><a href="http://gnome-look.org/content/show.php/Gaia+Nova?content=75930" target="_blank">Download</a></p>
<h2>Elegant Brit</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1625" title="ubuntu-elegant-brit" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-elegant-brit-400x250.jpg" alt="Ubuntu Theme Elegant Brit" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Elegant+Brit?content=74553" target="_blank">Download</a></strong></p>
<h2>Darker Ice Murrina</h2>
<p><a href="http://www.ownlinux.cn/" target="_blank"><img class="alignnone size-medium wp-image-1624" title="ubuntu-darker-ice-murrina" src="http://www.ownlinux.cn/wp-content/uploads/2008/08/ubuntu-darker-ice-murrina-400x250.jpg" alt="Ubuntu Theme Darker Ice Murrina" width="400" height="250" /></a></p>
<p><strong><a href="http://gnome-look.org/content/show.php/Darker+Ice+Murrina?content=72357">Download<br />
</a></strong></p>
<hr />
<a href="http://www.sizzledcore.com/2008/08/09/ubuntu-themes-awesome-themes-for-linux/" target="_blank">英文原文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/49/49.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->