linux开发
发布于 9 年前 作者 caipeng-hrv 3785 次浏览 最后一次编辑是 8 年前 来自 问答

想问下大家linux下开发都用的什么版本,今天在ubuntu12.04上安装开发环境 安装完sublime2 不能输入中文弄了搞半天也没弄好。 好坑啊!还是我太笨了,求大神调教

9 回复

用 Ubuntu 14 不是更好么 Screen Shot 2015-05-25 at 4.52.18 PM.png

中文输入

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

@leapon 你不是在用mac么?

@chapgaga ubuntu on virtualbox on macosx

@leapon我已经安装了Sogou,但是sublime还是不能输入中文,网上的方法也试了

终于搞定了

@leapon 这是有多折腾啊,哈哈,是不是还在mac上跑windows呢?

看标题,我开始以为你是开发Linux内核的。。。哈哈

回到顶部