我的系统 fedora core 2 下载的fcitx fcitx-3.1.1-bin.tar.bz2 是预编译包
【相关文章:rpm文件下载的地址】 【扩展阅读:perl附录(1)】 【扩展信息:iptables HOWTO(中文版)】1 解压(tar -zvxf fcitx-3.1.1-bin.tar.bz2 )后生成的文件夹中有install.sh ,运行之 会向/usr/bin/ 中复制fcitx 向/usr/share/ 中复制数据文件
2 修改xinput中的xim_program=fcitx
3 开始-->系统设置-->服务器设置-->服务 在服务管理器中 不许iiim服务开机启动 这个服务会与fcitx冲突
这就好了 重新启动电脑 fcitx就会在登入后自己启动
系统变量只要改上面那一个 原有的输入法不用删掉 profile文件不用改动
晚上我把 具体文件内容发来
http://softwareengineering.chinadir.net/30924.htm 感谢这篇文章的作者
这是我的系统参数:
[root@ls-own root]# 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= [root@ls-own root]# echo $xmodifiers @im=chinput 这是我的xinput 文件,标记处是唯一一处改动 还可以看到我改动又改回去的两处 #!/bin/bash # copyright (c) 1999 - 2004 red hat, inc. all rights reserved. this # copyrighted material is made available to anyone wishing to use, modify, # copy, or redistribute it subject to the terms and conditions of the # gnu general public license version 2. # # you should have received a copy of the gnu general public license # along with this program; if not, write to the free software ... 下一页