blob: 105b9e23523927805c0a2809e84cf7e3731c2951 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
UIM configuration changed after uim-0.4.4.
# Before 0.4.4:
GTK_IM_MODULE=uim-anthy; export GTK_IM_MODULE
XMODIFIERS=@im=uim-anthy; export XMODIFIERS
# After 0.4.4:
GTK_IM_MODULE=uim; export GTK_IM_MODULE
XMODIFIERS=@im=uim; export XMODIFIERS
And specify your favorite input method to your ~/.uim
(define default-im-name 'anthy)
SEE ALSO:
in English:
http://freedesktop.org/pipermail/uim/2004-October/000659.html
in Japanese:
http://lists.sourceforge.jp/mailman/archives/anthy-dev/2004-October/001135.html
|