blob: 453a361cc76c29a96b9503b472cbaff88332201a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--------------------------------------------------------------------
Remember to set environment variables:
(csh/tcsh) (sh/bash)
setenv XMODIFIERS @im=oxim export XMODIFIERS='@im=oxim'
setenv GTK_IM_MODULE oxim export GTK_IM_MODULE=oxim
setenv QT_IM_MODULE xim export QT_IM_MODULE=xim
If you have disabled GTK2 support, you may want to use ``xim'' for
GTK_IM_MODULE (GTK2 support is enabled by default).
Finally, to start the oxim input method daemon, use command:
exec oxim &
--------------------------------------------------------------------
|