<?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>Coding Life &#187; 黑體字</title>
	<atom:link href="http://coding.blueshine.tw/tag/%e9%bb%91%e9%ab%94%e5%ad%97/feed/" rel="self" type="application/rss+xml" />
	<link>http://coding.blueshine.tw</link>
	<description>用一生來coding 用全心發展IT</description>
	<lastBuildDate>Mon, 15 Mar 2010 09:16:30 +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 910 的閃字不對的解決方式</title>
		<link>http://coding.blueshine.tw/ubuntu/ubuntu-910-%e7%9a%84%e9%96%83%e5%ad%97%e4%b8%8d%e5%b0%8d%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e5%bc%8f/</link>
		<comments>http://coding.blueshine.tw/ubuntu/ubuntu-910-%e7%9a%84%e9%96%83%e5%ad%97%e4%b8%8d%e5%b0%8d%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e5%bc%8f/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 15:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ttf-wqy-zenhei]]></category>
		<category><![CDATA[中文]]></category>
		<category><![CDATA[黑體字]]></category>

		<guid isPermaLink="false">http://coding.blueshine.tw/?p=48</guid>
		<description><![CDATA[ubuntu 9.10版的中文字「閃」變成沒有人字在下方，解決方式只要更新文泉驛正黑體字型升級成為 0.9.43 版 借用「手把手」前輩的bash檔就可以成功解決了。 新增一個 perfect_wqy_zenhei 檔，把程式碼複制貼進去後離開。 #!/bin/bash # by hepha # http://playubuntu.blogspot.com/ # GPL or CC-BY-NA-SA # 版號1.5 (11092009) cd /tmp wget -c http://dl.dropbox.com/u/313781/ubuntu/wqy-zenhei-0.9.43.tar.gz   tar zxvf /tmp/wqy-zenhei-0.9.43.tar.gz wget -c http://wenq.org/daily/zenhei/ tar zxvf wqy-zenhei-*-nightlybuild.tar.gz wqy-zenhei/wqy-zenhei.ttc wqy-zenhei/Makefile cd wqy-zenhei sed -i 's/wqy-zenhei$/ttf-wqy-zenhei/' Makefile make if [ -e ttf-wqy-zenhei-*.deb ]; then  cp ttf-wqy-zenhei-*.deb $HOME else [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3391/3485601843_8f751aa19a_o.png" alt="" /></p>
<p>ubuntu 9.10版的中文字「閃」變成沒有人字在下方，解決方式只要更新文泉驛正黑體字型升級成為 0.9.43 版</p>
<p>借用「手把手」前輩的bash檔就可以成功解決了。</p>
<p>新增一個 perfect_wqy_zenhei 檔，把程式碼複制貼進去後離開。</p>
<pre>#!/bin/bash
# by hepha
# http://playubuntu.blogspot.com/
# GPL or CC-BY-NA-SA
# 版號1.5 (11092009)

cd /tmp
wget -c http://dl.dropbox.com/u/313781/ubuntu/wqy-zenhei-0.9.43.tar.gz  
tar zxvf /tmp/wqy-zenhei-0.9.43.tar.gz
wget -c http://wenq.org/daily/zenhei/
tar zxvf wqy-zenhei-*-nightlybuild.tar.gz wqy-zenhei/wqy-zenhei.ttc wqy-zenhei/Makefile
cd wqy-zenhei
sed -i 's/wqy-zenhei$/ttf-wqy-zenhei/' Makefile
make
if [ -e ttf-wqy-zenhei-*.deb ]; then
 cp ttf-wqy-zenhei-*.deb $HOME
else
 echo error
 exit
fi
sudo dpkg -i $HOME/ttf-wqy-zenhei-*.deb</pre>
<p>之後再執行</p>
<p><code>chmod +x perfect_wqy_zenhei &amp;&amp; ./perfect_wqy_zenhei</code></p>
<p>即可解決。</p>
<p>參考資料：<a href="http://playubuntu.blogspot.com/2009/11/ubuntu-910.html" target="_blank">http://playubuntu.blogspot.com/2009/11/ubuntu-910.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coding.blueshine.tw/ubuntu/ubuntu-910-%e7%9a%84%e9%96%83%e5%ad%97%e4%b8%8d%e5%b0%8d%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e5%bc%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
