lzd7807 发表于 2006-5-12 10:22:28

如何在AS4上使用英文环境,得到中文输入法

最近经常在电脑上使用AS4,但是现在如何在AS4上使用英文环境,得到中文输入法的这个问题很让我头痛,如果使用中文的系统语言,虽然有中文输入法,但是中文环境下,有字符显示问题,但一旦将系统语言切换为英文,发现中文输入法又调用不出来了
小弟愚钝,望各位大侠告诉我个方法解决

xwindow 发表于 2006-5-13 08:04:22

设置locale的LC_CTYPE为中文
export MODIFIERS变量为你的输入法

lzd7807 发表于 2006-5-15 16:22:11

OK,谢谢

truman 发表于 2006-5-26 17:09:57

无意中发现一个设置的办法,
在英文环境下,导出一个bashrc.en
在中文环境下,导出一个bashrc.zn
diff一下,就可以知道该如何设置英文环境下的.bashrc文件了。
我现在就是在E文环境下,调出了中文输入法。(就是现在)

icsoul 发表于 2006-7-22 22:40:00

upstairs ,could youwrite these method with command line ?

truman 发表于 2006-7-23 02:03:57

how I do it

upstairs ,could youwrite these method with command line ?

First you must logout the current session.

In login Screen, choose "Language -> English", then login.
Run a terminal, and run "env > en.env" get a file.
Logout again.

In login Screen, choose "language -> Chinese", then login.
Run a terminal, and run "env > cn.env" get a file.
Now run "diff en.env cn.env" in a terminal, and adjust the content in your "~/.bashrc".
Logout again.

This time login in English language, you can active the input method.

As in my .bashrc, I just add

# Environments For SCIM on Locale of Englisg
export XMODIFIERS=@im=SCIM
export GTK_IM_MODULE=scim
# End of Comments

icsoul 发表于 2006-7-23 10:22:35

首先非常感谢truman

原来我在登陆界面没有可选择的语言,只有英文, 后来在网上查了个fcitx安装后有了个ABC选择界面,我就俺truman说的方法在 .bashrc下加了下面几行
# Environments For SCIM on Locale of Englisg
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
# End of Comments

可是没能调出中文,不知道这样设对吗, 还请truman多指教,请原谅俺比较菜的水平,现在我是用中文登陆的.


另外还有一个问题就是用fcitx发这个输入法只能一个一个字的输入,输入词组老是在        结尾出现 "Qf< " 符号,比如我要输入"一个 " 如果打词组就会是"一个        Qf< " ,不知道您遇到过这样的问题吗, 请帮忙分析一下

再次感谢
页: [1]
查看完整版本: 如何在AS4上使用英文环境,得到中文输入法