blob: ff76b52a96fa190ea685c3041cef3b0776b92a89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--------------------------------------------------------------------
Remember to set environment varible:
(csh/tcsh) (sh/bash)
setenv XMODIFIERS @im=xcin export XMODIFIERS='@im=xcin'
setenv GTK_IM_MODULE xim export GTK_IM_MODULE=xim
Finally, to start the GCIN input method daemon, use command:
exec gcin &
--------------------------------------------------------------------
|