fcitx/xim.fcitx.suse.template
Xing Yin ee9a7ea383 Accepting request 81948 from home:stecue
Immodules packaged. FCITX should work in GNOME3 environment now. .spec, .changes file improved.

OBS-URL: https://build.opensuse.org/request/show/81948
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=8
2011-09-13 05:16:43 +00:00

23 lines
723 B
Plaintext

#~/.xim template for users to set fcitx as default input method
#copy this file to ~/.xim
#logout and login again, that's all
#for more infomations, see ~/.xim.template
#if any program can't input Chinese, try export LC_CTYPE=zh_CN.UTF-8, e.g
#export LC_CTYPE=zh_CN.UTF-8
export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE=xim
export QT_IM_SWITCHER=imsw-multi
export QT_IM_MODULE=xim
fcitx -d
## Note for FCITX version >= 4.1
#Since FCITX 4.1, you can use fcitx itself (besides xim) as the immodule,so the following code might work better (fcitx-gtk2/3, fcitx-qt must be installed), especially when you are using gnome3.
#export XMODIFIERS="@im=fcitx"
#export GTK_IM_MODULE=fcitx
#export QT_IM_MODULE=fcitx
#fcitx -d
#