- 論壇徽章:
- 0
|
接著我們要將KDE 漢化,如果要在X-Window 中看到中文的菜單,必須先裝中文字體kcfont(國(guó)喬字體)及arphicttf(文鼎字體),以及中文信息檔(i18n)
# cd /usr/ports/chinese/kcfonts
# make install clean
# cd /usr/ports/chinese/arphicttf
# make install clean
# cd /usr/ports/chinese/kde3-i18n-zh_CN
# make install clean
# cd /usr/ports/chinese/koffice-i18n-zh_CN
# make install clean
接著編輯/etc/X11/xorg.conf
leo# vi /etc/X11/xorg.conf
在Section "Files"之間加入下面三行,以使X-Window能找到正確的字體路徑,如下:
Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection
更改保存后進(jìn)入KDE。
找到Setting->Desktop Setting Wizard進(jìn)行設(shè)置: |
|