LinuxSir.cn,穿越时空的Linuxsir!

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

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

[复制链接]
发表于 2005-7-22 16:47:03 | 显示全部楼层
我有tar解压出错

tar: bzip2:无法 exec: 没有那个文件或目录
tar: 错误是不可恢复的:现在退出
tar: Child returned status 2
tar: Error exit delayed from previous errors
回复 支持 反对

使用道具 举报

发表于 2005-7-29 00:08:58 | 显示全部楼层
我的debian3.1,安装fcitx很简单,在众多方法中精简了一个,一直很正常的使用。
但使用过程中发现,fcitx的状态条一直在顶上,我想像windows一样(FC4自带的输入法也是)按Ctrl+Space时调出输入法,即显示那个状态条,这时可以正常输入中文;再按这个组合键时,隐藏这个状态条,这时可以输入英文。
如何实现?
回复 支持 反对

使用道具 举报

发表于 2005-8-5 17:08:47 | 显示全部楼层

when i make ! show errors below!

when i make ! show errors below!
---------------------------
[root@localhost fcitx-3.1.1]# make
make  all-recursive
make[1]: Entering directory `/home/ouallan/fcitx-3.1.1'
Making all in doc
make[2]: Entering directory `/home/ouallan/fcitx-3.1.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ouallan/fcitx-3.1.1/doc'
Making all in tools
make[2]: Entering directory `/home/ouallan/fcitx-3.1.1/tools'
gcc  -g -O2 -INONE -Wall   -o mb2txt  mb2txt.o  -LNONE -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld 返回 1
make[2]: *** [mb2txt] 错误 1
make[2]: Leaving directory `/home/ouallan/fcitx-3.1.1/tools'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/ouallan/fcitx-3.1.1'
make: *** [all] 错误 2
[root@localhost fcitx-3.1.1]# make install
Making install in doc
make[1]: Entering directory `/home/ouallan/fcitx-3.1.1/doc'
make[2]: Entering directory `/home/ouallan/fcitx-3.1.1/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/fcitx/doc" || mkdir -p -- "/usr/local/share/fcitx/doc"
/usr/bin/install -c -m 644 'cjkvinput.txt' '/usr/local/share/fcitx/doc/cjkvinput.txt'
/usr/bin/install -c -m 644 'wb_fh.htm' '/usr/local/share/fcitx/doc/wb_fh.htm'
/usr/bin/install -c -m 644 'fcitx3.pdf' '/usr/local/share/fcitx/doc/fcitx3.pdf'
make[2]: Leaving directory `/home/ouallan/fcitx-3.1.1/doc'
make[1]: Leaving directory `/home/ouallan/fcitx-3.1.1/doc'
Making install in tools
make[1]: Entering directory `/home/ouallan/fcitx-3.1.1/tools'
gcc  -g -O2 -INONE -Wall   -o mb2txt  mb2txt.o  -LNONE -lX11
/usr/bin/ld: cannot find -lX11
collect2: ld 返回 1
make[1]: *** [mb2txt] 错误 1
make[1]: Leaving directory `/home/ouallan/fcitx-3.1.1/tools'
make: *** [install-recursive] 错误 1
[root@localhost fcitx-3.1.1]#
回复 支持 反对

使用道具 举报

发表于 2005-8-5 22:17:06 | 显示全部楼层
我安装的是SuSE Linux 9.0 + KDE 3.1
安装了fcitx-3.1.1
在安装过程中没有任何错误提示,而且可以使用(需要使用时得进入安装目录的bin目录下点击fcitx可执行程序才可以运行)
我按照置顶帖看了一下locale和XMODIFIERS,显示与置顶帖中的一样,可只要输入fcitx就会出现错误如下:
larkin@linux:~> locale
LANG=zh_CN.gbk
LC_CTYPE="zh_CN.gbk"
LC_NUMERIC="zh_CN.gbk"
LC_TIME="zh_CN.gbk"
LC_COLLATE="zh_CN.gbk"
LC_MONETARY="zh_CN.gbk"
LC_MESSAGES="zh_CN.gbk"
LC_PAPER="zh_CN.gbk"
LC_NAME="zh_CN.gbk"
LC_ADDRESS="zh_CN.gbk"
LC_TELEPHONE="zh_CN.gbk"
LC_MEASUREMENT="zh_CN.gbk"
LC_IDENTIFICATION="zh_CN.gbk"
LC_ALL=zh_CN.gbk
larkin@linux:~> echo $XMODIFIERS
@im=fcitx
larkin@linux:~> fcitx
bash: fcitx: command not found

请问这是怎么回事呢?我该怎么解决呢?谢谢


p.s 我试了 ln -sf fcitx chinput
.bashrc文件末尾添加了
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
可都没有效果~~
回复 支持 反对

使用道具 举报

发表于 2005-8-8 19:05:49 | 显示全部楼层
Another XIM daemon named none is running?
回复 支持 反对

使用道具 举报

发表于 2005-8-10 15:45:47 | 显示全部楼层

设置方法真让人觉得头大,来个清爽的!

老大! 按您的方法,不仅您辛苦,兄弟们也辛苦。。。

我的系统的RHEL4。1,安装时选择为简体中文(即zh_CN)。

以下是我的全过程:

1。============================
安装 fcitx3.x.x

# ./configure && make && make install


2。============================
修改配置文件
将“/etc/X11/xinit/xinput.d/iiimf”文件(即同目录下 zh_CN 的链接目标文件)的内容改为:

XIM=fcitx
XIM_PROGRAM=fcitx
GTK_IM_MODULE=fcitx
XMODIFIERS="@im=fcitx"
gnome-im-settings-daemon >/dev/null
回复 支持 反对

使用道具 举报

发表于 2005-8-10 16:45:50 | 显示全部楼层
my log:
=======================
[root@localhost fcitx-3.1.1]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost fcitx-3.1.1]# make install
make: *** 没有规则可以创建目标“install”。 停止。
===================================
why??
回复 支持 反对

使用道具 举报

发表于 2005-8-10 16:49:02 | 显示全部楼层
[root@localhost fcitx-3.1.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost fcitx-3.1.1]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost fcitx-3.1.1]# make install
make: *** 没有规则可以创建目标“install”。 停止。
回复 支持 反对

使用道具 举报

发表于 2005-8-11 10:27:12 | 显示全部楼层
Post by chinahiphop
[root@localhost fcitx-3.1.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost fcitx-3.1.1]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost fcitx-3.1.1]# make install
make: *** 没有规则可以创建目标“install”。 停止。

你是不是没有装gcc啊?看提示好像是C编译器没有设置好,从安装盘上安装C编译器试试吧~~
回复 支持 反对

使用道具 举报

发表于 2005-8-11 10:31:48 | 显示全部楼层
Post by larkin_echo
我安装的是SuSE Linux 9.0 + KDE 3.1
安装了fcitx-3.1.1
在安装过程中没有任何错误提示,而且可以使用(需要使用时得进入安装目录的bin目录下点击fcitx可执行程序才可以运行)
我按照置顶帖看了一下locale和XMODIFIERS,显示与置顶帖中的一样,可只要输入fcitx就会出现错误如下:
larkin@linux:~> locale
LANG=zh_CN.gbk
LC_CTYPE="zh_CN.gbk"
LC_NUMERIC="zh_CN.gbk"
LC_TIME="zh_CN.gbk"
LC_COLLATE="zh_CN.gbk"
LC_MONETARY="zh_CN.gbk"
LC_MESSAGES="zh_CN.gbk"
LC_PAPER="zh_CN.gbk"
LC_NAME="zh_CN.gbk"
LC_ADDRESS="zh_CN.gbk"
LC_TELEPHONE="zh_CN.gbk"
LC_MEASUREMENT="zh_CN.gbk"
LC_IDENTIFICATION="zh_CN.gbk"
LC_ALL=zh_CN.gbk
larkin@linux:~> echo $XMODIFIERS
@im=fcitx
larkin@linux:~> fcitx
bash: fcitx: command not found

请问这是怎么回事呢?我该怎么解决呢?谢谢


p.s 我试了 ln -sf fcitx chinput
.bashrc文件末尾添加了
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
可都没有效果~~

谁能帮帮我啊~~
回复 支持 反对

使用道具 举报

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

本版积分规则

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