|
|
装了fcitx不能打汉字
又装了scim scim-chinese 2个包 还是不能打汉字
输入法fcitx能启动 但是打出来的还是英文字 可以的地方是fcitx指示器那里的 “拼音”“ 五笔” 什么的 是灰色的 我记得输入法正常的时候是亮的
用scim无法呼出输入法 不知道为什么
怎么办
我偶然编辑gedit ./.fcitx/config 的时候,突然下面提示
(gedit:3635): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
(gedit:3635): Gdk-WARNING **: locale not supported by C library
(gedit:3635): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
Launching a SCIM daemon with Socket FrontEnd...
GTK Panel of SCIM 1.0.2
Starting as daemon
scim跟着启动了,我在.fcitx/config中竟然能打字,郁闷,但是这个时候gedit跟scim设置界面都成了英文的。。感觉是locale的问题,但是后面我不知道怎么改了,请教大家,我快找出问题了,我的locale
# locale
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=zh_CN.UTF-8
LC_CTYPE=zh_CN
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
感觉问题就在这了,但是接下来怎么弄咧

只要在终端中启动gedit就能启动scim输入法,这是怎么回事?但是此时的菜单是英文的
但是直接在有鼠标在应用程序中打开gedit的话就不行,此时gedit的菜单为中文。
问题最后还是出在locale的身上,最后我选用GB2312后fcitx能够正常输入了 |
|