xfce with zh_TW in SLAX popcorn 5.1.8
8
Sep
Sep
0
READ FIRST :
SLAX Popcorn 5.1.8 RC in vmplayer
xfce with zh_TW
加上一些設定讓 xfce 的某些部份可以秀出中文,也是覆蓋法,因為原來裝的 xfce 是精簡版,所有的 gettext 用的 mo 都被移除,只好抓全部的版本來蓋過去看看。
同時也需要 glibc-i18n 這個 mo 才可以運作。
- search http://slackware.it/en/pb/
- cd /mnt/hda1
- wget xfce-4.2.3.2-i486-1.tgz
- wget glibc-i18n-2.3.6-noarch-5.tgz
- tgz2mo xfce-4.2.3.2-i486-1.tgz xfce-4.2.3.2-i486-1.mo
- tgz2mo glibc-i18n-2.3.6-noarch-5.tgz glibc-i18n-2.3.6-noarch-5.mo
- reboot
- mc /etc/profile.d
- edit lang.sh
- change LC_ALL= and LANG=zh_TW and LC_CTYPE=zh_TW.UTF-8
- exit
- cd /mnt/hda1
- uselivemod work/ttf-arphic-uming-0.1.mo
- uselivemod glibc-i18n-2.3.6-noarch-5.mo
- uselivemod xfce-4.2.3.2-i486-1.mo
- startx
- check xfce-panel to see zh_TW version.
- thanks to translators at http://i18n.xfce.org/wiki/language_maintainers
測試有許多中文可以顯示,只有部分沒有,不過有個問題,xfce 的終端機開不起來,應該是執行程式的地方不一樣,後續要再查看看。