|
|
原来安装完基本系统,直接装的openbox,在/etc/rc.conf中设置的XSESSION="openbox",在~/.config/openbox/autostart.sh中设置的fcitx输入法;在~/.Xresources文件中设置的xterm。startx后一切运行正常。
后来我完整安装了gnome环境(emerge gnome),在~/.xinitrc中设置了exec gnome-session,并用gdm启动gnome,没有问题。
可是我在gdm中选择openbox启动后,发现xterm不听话了,fcitx也不能调出了。
于是我rc-update del xdm,并把~/.xinitrc文件删除,reboot后使用startx启动。这应该是我原来的设置了吧?可是xterm颜色对了,字体大小不对。fcitx还是不能调出。
try again :
edit ~/.xinitrc
quit and startx, fcitx still not start.
this is my /etc/locale.gen- zh_CN.UTF-8 UTF-8
- en_US ISO-8859-1
- en_US.UTF-8 UTF-8
复制代码
this is my ~/.config/openbox/autostart.sh- ......
- export LANG="en_US.UTF-8"
- export LC_CTYPE="zh_CN.UTF-8"
- export XMODIFIERS="@im=fcitx"
- export XIM=fcitx
- export GTK_IM_MODULE="fcitx"
- fcitx &
复制代码
what's wrong with my fcitx? help me plz. |
|