LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1382|回复: 15

emerge fcixt 后还要emerge什么呢,刚装好fcitx后按ctrl space没有反应,不能输入中文。

[复制链接]
发表于 2005-2-2 20:49:21 | 显示全部楼层 |阅读模式
att,bow~~~~~~~~~~~~~~~~~~
发表于 2005-2-2 21:27:32 | 显示全部楼层
用下fcixt命令试试..
回复 支持 反对

使用道具 举报

发表于 2005-2-3 11:10:50 | 显示全部楼层
还要把fcitx设置为你的XIM,
好象是设置XMODIFIERS="im@fcitx"
建议你看一下Chinese How-to~
回复 支持 反对

使用道具 举报

发表于 2005-2-3 15:28:32 | 显示全部楼层
运行一下locale,看看输出

我的笔记本上gentoo从stage1开始安装的,locale不全,新填了zh_CN等有关的locale就可以了
回复 支持 反对

使用道具 举报

发表于 2005-2-3 20:03:28 | 显示全部楼层
哈哈,我刚刚碰到你那种情况,fcitx在xfce4里能运行,就是用ctrl+space调不出中文输入法,郁闷了两天,终于解决啦。
      其实我的locale和.xinitrc都设为zh_CN和fcitx了,中文字体也安装了,编译的firefox能看中文网页,但是终端不能显示中文,最后是在USE选项中加啦gtk和gtk2,重新emerge glibc就全好啦,fcitx奇迹般地调出来了,rxvt 终端也能显示中文了,happy ;-)
      下面是我的配置文件,提供给需要的朋友一个参考,我也刚刚第一次把gentoo编译成功的菜鸟,不要笑哟,高手请指点。

#cat /etc/make.conf

  1. # These settings were set by the catalyst build script that automatically built this stage
  2. # Please consult /etc/make.conf.example for a more detailed example
  3. CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
  4. CHOST="i686-pc-linux-gnu"
  5. CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
  6. LDFLAGS="-Wl,-O1"
  7. USE="alsa cjk java nls nptl nptlonly nvidia threads unicode gtk gtk2"
  8. ACCEPT_KEYWORDS="~x86"
  9. MAKEOPTS="-j2"

  10. LINGUAS="zh_CN"
  11. PORTDIR_OVERLAY="/usr/local/glc"

  12. GENTOO_MIRRORS="http://gentoo.gg3.net/ http://mirror.gentoo.ru/pub/mirror/gentoo/ http://ftp.gentoo.or.kr/ http://mirror.gentoo.gr.jp/ http://mirror.usu.edu/mirrors/gentoo/"
  13. SYNC="rsync://rsync.gg3.net/gentoo-portage/
复制代码


#cat /etc/locales.build

  1. # This file names the list of locales to be built when glibc is installed.
  2. # The format is <locale>/<charmap>, where <locale> is a locale from the
  3. # /usr/share/i18n/locales directory, and <charmap> is name of one of the files
  4. # in /usr/share/i18n/charmaps/. All blank lines and lines starting with # are
  5. # ignored. Here is an example:
  6. # en_US/ISO-8859-1

  7. en_US/ISO-8859-1
  8. en_US.UTF-8/UTF-8
  9. zh_CN/GB18030
  10. zh_CN.GB2312/GB2312
  11. zh_CN.UTF-8/UTF-8
复制代码


#cat /etc/env.d/99local

  1. LANG="zh_CN"
  2. LC_ALL="zh_CN"
  3. XMODIFIERS="@im=fcitx"
  4. XIM="fcitx"
  5. XIM_PROGRAM="fcitx"
复制代码


#cat ~/.xinitrc

  1. #! /bin/sh
  2. export XMODIFIERS=@im=fcitx
  3. export XIM=fcitx
  4. export XIM_PROGRAM=fcitx
  5. export GTK_IM_MODULE=xim
  6. fcitx&
  7. startxfce4
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-2-4 18:02:14 | 显示全部楼层
楼上兄弟~
LINGUAS="zh_CN"
会不会是
LANGUAS="zh_CN"

我自己也不大清楚,嘿嘿~~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-2-4 21:21:18 | 显示全部楼层
谢谢各位了~~~
PS: 楼上的GG,嗯,应该是LINGUAS吧~~~~~~~~
回复 支持 反对

使用道具 举报

发表于 2005-2-5 18:30:49 | 显示全部楼层
Post by cmb
楼上兄弟~
LINGUAS="zh_CN"
会不会是
LANGUAS="zh_CN"

我自己也不大清楚,嘿嘿~~


可能LINGUAS是LINUX+LANGUAS吧  
我用LINGUAS="zh_CN"编译openoffice时,可以编译出中文的菜单。
回复 支持 反对

使用道具 举报

发表于 2005-2-5 22:01:43 | 显示全部楼层
只须在.xinitrc里加一句/usr/bin/fcitx &
回复 支持 反对

使用道具 举报

发表于 2005-2-6 16:29:00 | 显示全部楼层
Post by nmt
谢谢各位了~~~
PS: 楼上的GG,嗯,应该是LINGUAS吧~~~~~~~~


嘿嘿,
不好意思,看资料没仔细~~
的确是。。LINGUAS~~
回复 支持 反对

使用道具 举报

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

本版积分规则

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