想问下大家linux下开发都用的什么版本,今天在ubuntu12.04上安装开发环境 安装完sublime2 不能输入中文弄了搞半天也没弄好。 好坑啊!还是我太笨了,求大神调教
9 回复
中文输入
There are two ways to fix the problem.
First approach ( credited to Xiang Xiao @ http://oct.im/upgrade-1204lts-to-1404-lts-problems-and-fixes.html)
open a terminal
sudo apt-get install language-selector-gnome (skip this step if language support is installed)
ibus-daemon -drx
Second Approach ( credited to Aaron Lu @ https://bugzilla.redhat.com/show_bug.cgi?id=1002417)
delete Chinese input text entry setting
sudo apt-get remove ibus-pinyin
sudo apt-get install ibus-libpinyin
select intelligent pinyin from text entry setting