找回密码
 注册
查看: 893|回复: 2

安装fcitx3.0.2之后没有什么反应阿?求助

[复制链接]
发表于 2004-11-5 11:00:12 | 显示全部楼层 |阅读模式
系统是RH9,本身自带输入法里边我看一开始就是有"职能拼音","GBK拼音","双拼"和"内码",我现在下载了fcitx-3.0.2的rpm包,施用命令:
# rpm -ivh fcitx-3.0.2-1.i386.rpm
之后从新起动系统,发现输入法一点变化都没有
还是原来那四个
请问这是怎么回事阿?
发表于 2004-12-31 15:28:24 | 显示全部楼层
哈哈,修改一下/etc/X11/xinit/xinitrc.d/xinput
zh_CN*)
            if [ -e /usr/bin/fcitx ]; then
                XIM="fcitx"
            elif [ -e /usr/X11R6/bin/fcitx ]; then
                export LC_CTYPE=fcitx
                XIM="fcitx"
我是这样改的,重启后Ctrl+空格无法调出,需要运行fcitx后Ctrl+空格才出现输入法,我的傻瓜法子,,在任务栏建一个fcitx启动器。
以防万一,建议你先把xinput复制一个,如果修改后出问题就把xinput复制件的内容拷过去。
回复

使用道具 举报

发表于 2005-1-4 20:10:56 | 显示全部楼层
Why my file is different yours?
as follow:


#!/bin/sh
# Copyright (C) 1999-2001 Red Hat, Inc.
#
# XIM( X Input Method ) script
#
# Korean part,etc contributed by
#        Won-kyu Park <[email protected]>
#

oldterm=$TERM
unset TERM
# Load up the user and system locale settings
if [ -f /etc/profile.d/lang.sh ] ; then
  . /etc/profile.d/lang.sh
fi
export TERM=$oldterm

tmplang="en_US"
#if test x$GDM_LANG != x ; then
#    tmplang=$GDM_LANG
if test x$LC_ALL != x ; then
    tmplang=$LC_ALL
elif test x$LC_CTYPE != x ; then
    tmplang=$LC_CTYPE
elif test x$LANG != x ; then
    tmplang=$LANG
elif [ -e /etc/sysconfig/i18n ]; then
    . /etc/sysconfig/i18n
    tmplang=$LANG
fi

#
# check to see if the user has a preferred desktop
#



How to modify it ?
thks.
回复

使用道具 举报

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

本版积分规则

GMT+8, 2025-2-7 03:59 , Processed in 0.034147 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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