树莓派(raspberry pi)的原版是没有中文支持的,需安装
startx 后,用 Midori 浏览器 可以浏览网页
浏览www.baidu.com,一堆乱码
安装中文显示支持
sudo apt-get update
sudo apt-get install ttf-wqy-microhei
sudo dpkg-reconfigure locales
再次浏览www.baidu.com,OK了
中文输入法的安装
有两种选择: fcitx 或 scim, fcitx比较好用,与Windows操作习惯相同。
安装fcitx
sudo apt-get install fcitx
安装fcitx的五笔拼音(这个好用,五笔和拼音可混合使用,与极点五笔一样)
sudo apt-get install fcitx-tables-wbpy
安装完成,需要注销并重启X Win
安装 scim
sudo apt-get install scim
在文件下载完毕后会进行自我的安装和解压缩,如果遇到让用户选择Y或N,请选择Y并按回车。
第二步:安装中文scim表格:
sudo apt-get install scim-tables-zh
第三步:安装中文拼音:
sudo apt-get install scim-pinyin