关于kubuntu(ubuntu+KDE)下的中文环境支持

1)APT Packages 安装的包
Chinese support: language-pack-kde-zh
Font: xfonts-wqy
Input method: skim skim-scim-pinyin
 
2)Environment variables 环境变量
Create a file called 75custom-scim_init in /etc/X11/Xsession.d.
Paste the following into it:
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE="scim"
export XIM_PROGRAM="scim -d"
 
3)Locale configuration 地区设置(可选)
Run "sudo dpkg-reconfigure locales", then edit the file "/etc/environment".
 
4)Set font for applications 字体设置
Set system font first. Then set font for applications, such as kate, konqueror, etc.
Reference:
http://www.scim-im.org/wiki/documentation/installation_and_configuration/ubuntu_kubuntu


posted on 2007-04-26 22:07  御剑风吟  阅读(543)  评论(0编辑  收藏  举报

导航