分页: 1 / 1

GNOME下英文界面不用fcitx输入,KDE下可以.

发表于 : 2005-07-27 23:29
wk1989
KDE下也只能在QT程序中输入, GTK程序不能用fcitx输入中文.

在gnome下可以运行但ctrl+space之后不能输入, 这是我的locale. 我想要英文的见面所以不能改lang=,同样的locale在kde下可以输入,gnome下不可以.

代码: 全选

LANG=en_US.UTF-8
LC_CTYPE=zh_CN.GBK
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
这是我的 /etc/environment
LANG=en_US.UTF-8
LC_CTYPE=zh_CN.GBK


thx

发表于 : 2005-07-27 23:56
yongyi
sudo gedit /etc/environment

在编辑器里,将内容修改如下:

LANGUAGE="en_US:en"
LC_ALL=zh_CN.UTF-8
LANG=zh_CN.UTF-8
GST_ID3_TAG_ENCODING=GBK

发表于 : 2005-07-28 0:01
yongyi
就觉得这问题比较熟的,原来有旧帖子相关的。
viewtopic.php?t=1462&highlight=%D3%A2%CE%C4

你先设置一下,如果输入法再不行,另当别论。我用fcitx从来是gnome是很好,KDE下有时出现重复输入字母的故障!

发表于 : 2005-07-28 0:30
wk1989
ok,我试一下.

发表于 : 2005-07-28 1:00
wk1989
yongyi 写了:sudo gedit /etc/environment

在编辑器里,将内容修改如下:

LANGUAGE="en_US:en"
LC_ALL=zh_CN.UTF-8
LANG=zh_CN.UTF-8
GST_ID3_TAG_ENCODING=GBK
It doesn't work and it changes the interface to Chinese, I want everything to be English but also be able to input Chinese. It works if I change lang to zh.cn.gbk, but the interface changes to CHinese if I do that. So I want to be able to input Chinese, but I want the system to be ENglish. thx anyway.

发表于 : 2005-07-28 8:30
yongyi
哦。原来你的locale是en_US.UTF-8!!
我上面的是在locale为zh_CN.UTF-8时可以的。

试试这样:

代码: 全选

LANG="en_US.UTF-8" 
SUPPORTED="zh_CN.UTF-8:zh_CN.GBK:zh_CN:zh:en_US.UTF-8:en_US:en" 

LC_CTYPE="zh_CN.UTF-8"

发表于 : 2005-07-29 6:57
wk1989
I switched to SCIM and it all work well now, thx for the help anyway. Appreciate it.

发表于 : 2005-07-29 10:15
road
yongyi 写了:哦。原来你的locale是en_US.UTF-8!!
我上面的是在locale为zh_CN.UTF-8时可以的。

试试这样:

代码: 全选

LANG="en_US.UTF-8" 
SUPPORTED="zh_CN.UTF-8:zh_CN.GBK:zh_CN:zh:en_US.UTF-8:en_US:en" 

LC_CTYPE="zh_CN.UTF-8"
正解

Re: GNOME下英文界面不用fcitx输入,KDE下可以.

发表于 : 2009-03-26 17:42
ylxi123
这么老的贴子,却很好的解决了英文locale下fcitx输入法的问题。
老是按照wiki里面的来做,老是不行。
还是这条操作好用啊。
建议弄到wiki里面。

挖的有点深了,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈

Re: GNOME下英文界面不用fcitx输入,KDE下可以.

发表于 : 2009-03-28 22:12
人来疯
I have the same problem of this,just want my interface to be English but at the same time it can also input chinese and chinese softwares can be used well.that's really what I want.Appreciate...