aboutsummaryrefslogtreecommitdiff
path: root/chinese/fcitx/pkg-message
blob: cb407f49e9edc2dddbffa36a38368597bd14d213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
************************************************************************

Remember to set environment variable XMODIFIERS:

	csh/tcsh:	setenv XMODIFIERS @im=fcitx
	sh/bash:	export XMODIFIERS='@im=fcitx'

Additionally, for GTK/Qt programs, you must also set:

	csh/tcsh:	setenv GTK_IM_MODULE xim
			setenv QT_IM_MODULE xim
	sh/bash:	export GTK_IM_MODULE=xim
			export QT_IM_MODULE=xim

You can replace the `xim` above with `fcitx` if you built fcitx with
the corresponding IM module.

************************************************************************