LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: tram

[==请置顶==]fcitx(或ebf:)安装设置大全

[复制链接]
发表于 2005-4-28 08:26:31 | 显示全部楼层
fcitx不能在openofitc and firefox及其它软件内输入中文。。怎么办啊。
回复 支持 反对

使用道具 举报

发表于 2005-5-4 13:00:57 | 显示全部楼层
我郁闷了.我用的FC3.安装好了.检查的结果也对了..FCITX也打开了.按CTRL+SPACE可就是不能打开输入条..还是出来拼音..怎么回事啊...
回复 支持 反对

使用道具 举报

发表于 2005-5-6 04:39:29 | 显示全部楼层
This is my error log:

fire@piggy:~/fcitx-3.1.1$ make && make install
make  all-recursive
make[1]: Entering directory `/home/fire/fcitx-3.1.1'
Making all in doc
make[2]: Entering directory `/home/fire/fcitx-3.1.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/fire/fcitx-3.1.1/doc'
Making all in tools
make[2]: Entering directory `/home/fire/fcitx-3.1.1/tools'
gcc  -g -O2 -INONE -Wall   -o mb2txt  mb2txt.o  -LNONE -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
make[2]: *** [mb2txt] 错误 1
make[2]: Leaving directory `/home/fire/fcitx-3.1.1/tools'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/fire/fcitx-3.1.1'
make: *** [all] 错误 2
fire@piggy:~/fcitx-3.1.1$ locale
LANG=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
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=
fire@piggy:~/fcitx-3.1.1$ fcitx
bash: fcitx: command not found
fire@piggy:~/fcitx-3.1.1$

What should I do to use the fcitx?
May somebody help me! Thanks! :ask
回复 支持 反对

使用道具 举报

发表于 2005-5-6 04:43:59 | 显示全部楼层
In addition, I am using Ubuntu & Gnome.
There is no Chinese input toy for me yet.
Waiting for your help, :thank:thank:thank:thank:thank
回复 支持 反对

使用道具 举报

发表于 2005-5-7 08:25:17 | 显示全部楼层
如果你在安装系统的时候,选了简体中文,那么locale就已经设置好了,如果没有选,那么在你的用户目录下,找到.bashrc文件(是隐藏文件,所以前面有一个“.”),在这个文件最后面加上:
export LC_ALL=zh_CN.gbk
export LANG=zh_CN.gbk
export XMODIFIERS=@im=fcitx
上面的命令已经把locale和XMODIFIERS变量设置好了。 现在退出你的用户,再重新登陆,看看设置是否生效:

what should i do, since there is no such .bashrc file at /root.
now i have the small input column, but when input chinese there are only squares [][][][]... present, friends, give me some tips please!
我的LOCALE是下面这样子:
bash-2.05b# locale
LANG=en_US
LC_CTYPE=zh_CN
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
bash-2.05b# MODIFIERS
bash: MODIFIERS: command not found
bash-2.05b# echo MODIFIERS
MODIFIERS
为什么也可以输入中文?怎么跟你{一楼的老大}说的不同?哈哈哈。。。
还是要谢谢老大凡 嘿嘿
回复 支持 反对

使用道具 举报

发表于 2005-5-8 00:13:43 | 显示全部楼层
补充说明 供参考:
我是将
export LC_ALL=zh_CN.gbk
export LANG=zh_CN.gbk
export XMODIFIERS=@im=fcitx
直接添加的到/.xintrc 中:
export LC_ALL=zh_CN.gbk
export LANG=zh_CN.gbk
export XMODIFIERS=@im=fcitx
fcitx&
exec startkde   没有作其他的更改,不过在这之前emerge了中日韩的那个中文平台 zhon?
回复 支持 反对

使用道具 举报

发表于 2005-5-8 19:17:11 | 显示全部楼层
:rolleyes: 最后还是用了Ubuntu自带的Scim,用Ubuntu的软件管理器自动下载、升级的,方便我们菜鸟了。

中文输入是可以了。但是不知道输入法的工作原理是什么样的。
回复 支持 反对

使用道具 举报

发表于 2005-5-26 03:30:42 | 显示全部楼层
非常感谢,帮我等菜鸟一个大忙
回复 支持 反对

使用道具 举报

发表于 2005-6-29 20:46:25 | 显示全部楼层
太好了,谢谢楼主和各位linuxlover,终于可以使用五笔了,呵呵
回复 支持 反对

使用道具 举报

发表于 2005-6-29 22:40:47 | 显示全部楼层
我的fcitx状态条右边的拼音等字是灰的,按control+space没有反应,是怎么回事?
我的系统是Debian 3.1r0
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表