|
I'm using RH9.0, and the defult language is English.
When I run fcitx in cterm, it shows error message like below:
fcitx: BadValue (integer parameter out of range for operation)
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 45 (X_OpenFont)
Value in failed request: 0x2000003
Serial number of failed request: 18
Current serial number in output stream: 19
I've modified the .bashrc file in home directory licke this:
# .bashrc
LC_ALL="zh_CN.GB18030"
export LC_CTYPE
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
Please help me to resolve this problem, many thanks! |
|