mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
a0c4cbd9ae
PR: ports/94956 Submitted by: Rong-En Fan <rafan@infor.org>
17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
--------------------------------------------------------------------
|
|
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 &
|
|
|
|
--------------------------------------------------------------------
|