|

楼主 |
发表于 2005-4-30 23:34:38
|
显示全部楼层
So YuMen!!!
Please help me.
Thanks a lot!
Here is some other information about my system:
cd ~
vi .bashrc
------
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export XMODIFIERS="@im=SCIM"
export XIM=scim
export XIM_PROGRAM=scim
locale
--
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
scim -d
----
Smart Common Input Method 1.2.1
Launching a SCIM daemon with Socket FrontEnd...
Loading -d Config module ...
Creating backend ...
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Launching a SCIM process with x11...
Loading -d Config module ...
Creating backend ...
Loading x11 FrontEnd module ...
Starting SCIM as daemon ...
SCIM has been successfully launched.
uname -a
----
Linux localhost.localdomain 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux
there are have some other basic information in the posted papers in the above URL.
But now, I can't launch the pinyin modoule. I want to use the english enviroment, because it's necessary for some other program. but the input method is the biggest trouble.
My linux is fc2, could you give me some suggestions?
what should i do to make my input method work?
Thank you very much. |
|