2005-12-09

ubuntu 5.10

最後實驗日期: 2005/12/09

DVD, 開機輸入 "install"


設定 /etc/apt/source.list
參考 http://www.ubuntu.org.tw/modules/newbb/viewtopic.php?viewmode=thread&topic_id=201&forum=17&post_id=1125
(google: Ubuntu@TW DebTeam)
sudo apt-get update


中文輸入法: 可裝 gcin
參考 http://cle.linux.org.tw/gcin/read.php?document_id=34
(google: gcin ubuntu)
實際上可直接 apt-get install gcin
然後執行該頁提到的步驟 3. 且最後不用直接執行 gcin.
參考: http://ajer001.blog.twntwn.info/post/1/511

(kde: 新建 /etc/X11/Xsession.d/10gcin 加入內容 (不用+x)
export XMODIFIERS=@im=gcin
gcin &
)

螢火飛字型
apt-get install ttf-arphic-newsung
從 gnome 最上面的 系統/偏好設定/字型 改選 AR PL New Sung


Sun JDK 1.5
參考 http://www.linuxhall.org/modules.php?name=News&file=article&sid=417
(google: ubuntu sun jdk 1.5)
multiverse/universe不用另外設定, jdk..bin還是要抓, 隨便找地方放.
sudo apt-get install java-package 會把要用到的一起抓進來
fakeroot make-jpkg jdk-1_5_0_05-linux-i586.bin
sudo update-alternatives --config java
此時 firefox 就會使用 sun jdk 不必另外手動設定.
但是如果不另外設定中文會掉字, 如 "喵".
可以修改 fontconfig.properties
luors@DHCP-22235:/usr/lib/j2sdk1.5-sun/jre/lib$ diff fontconfig.RedHat.properties.src fontconfig.properties
112c112,113
< filename.-arphic_technology_co.-ar_pl_mingti2l_big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_TW/TrueType/bsmi00lp.ttf
---
> #filename.-arphic_technology_co.-ar_pl_mingti2l_big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_TW/TrueType/bsmi00lp.ttf
> filename.-arphic_technology_co.-ar_pl_mingti2l_big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/truetype/fireflysung.ttf

還沒嘗試過的另一個解法: google: jdk fireflysung.ttf fallback
據說是
mkdir /usr/lib/j2sdk1.5-sun/jre/lib/fonts/fallback 並在其中 ln fireflysung.ttf




有空應讀 http://www.ubuntu.org.tw/ubguide/

No comments: