|
|
这几天刚在gento系统里装了fcitx,发现装了后urxvt启动速度由原来的不到0.5秒增加到了2秒左右,几乎和firefox的启动速度一样。换了scim后也是这样。- miqiur@miahiu ~ $ cat .xinitrc
- export LANG=zh_CN.UTF-8
- #export XMODIFIERS="@im=fcitx"
- #export XIM=fcitx
- #export XIM_PROGRAM=fcitx
- export XMODIFIERS=@im=SCIM
- export GTK_IM_MODULE="scim"
- export QT_IM_MODULE="scim"
- scim -d
- xrdb ~/.Xresources
- sh ~/.fehbg &
- exec xmonad
复制代码
- miqiur@miahiu ~ $ equery uses rxvt-unicode
- [ Searching for packages matching rxvt-unicode... ]
- [ Colour Code : set unset ]
- [ Legend : Left column (U) - USE flags from make.conf ]
- [ : Right column (I) - USE flags packages was installed with ]
- [ Found these USE variables for x11-terms/rxvt-unicode-9.07 ]
- U I
- - - afterimage : Enable support for media-libs/libafterimage
- - - iso14755 : Enable ISO-14755 support
- + + perl : Adds support/bindings for the Perl language
- + + truetype : Adds support for FreeType and/or FreeType2 fonts
- - - vanilla : Do not add extra patches which change default behaviour; DO NOT USE THIS ON A GLOBAL SCALE as the severity of the meaning changes drastically
- + + wcwidth : Enable wide char width support
- + + xterm-color : Enable xterm 256 color support
复制代码
没装Gnome/kde/xfce之类的桌面环境,窗口管理器用的是xmonad。请问这是rxvt-unicode的问题还是输入法的问题?我在Debian/testing下同样的环境没有这样的问题。
---------------------------------------------------------------------------------------------------
在~/.Xresources文件里加上这一句就可以了
google发现的,不过不知道原理,man里没说明。 |
|