home *** CD-ROM | disk | FTP | other *** search
- uim for Debian
- --------------
- * Related packages
- - You have to install conversion engines and interface packages to
- make uim useful for Japanese, etc..
- Japanese:
- anthy: anthy, uim-anthy.
- canna: canna, uim-canna.
- skk: skkdic, uim-skk.
- prime: prime, uim-prime.
- Others:
- m17nlib: libm17n-0, m17n-db, m17n-lib-bin, uim-m17nlib
-
- * Configuration (easy way)
- - im-swich package will do for you.
- Just type following and restart X session under the same locale.
- * Start uim without any toolbars:
- $ im-switch -s uim
- * Start uim with GTK systray:
- $ im-switch -s uim-systray
- * Start uim with GTK toolbar (recommended):
- $ im-switch -s uim-toolbar
- * Start uim with Qt toolbar:
- $ im-switch -s uim-toolbar-qt
- * Start no uim:
- $ im-switch -s none
- For more, read the im-switch documentation.
-
- - Use GUI tool, e.g., uim-pref-gtk which comes in uim-gtk2.0
- to set up uim (choice between conversion engines etc.):
- Desktop -> Preferences -> Preference of uim
-
- Right clicking toolbar will also get you to "Preference".
-
- * Configuration (manual way)
- - You have to set environmental variable as following for
- classic X applications to use uim:
- XMODIFIERS=@im=uim; export XMODIFIERS
-
- - You may set environmental variable as following if you
- wish to use uim via XIM for GTK applications as the default.
-
- GTK_IM_MODULE=xim; export GTK_IM_MODULE
-
- Chosing XIM is considered to be less problematic. You can
- change IM by right clicking the GTK applications too.
-
- - You may set environmental variable as following if you
- wish to use uim IM module for GTK applications as the default.
-
- GTK_IM_MODULE=uim; export GTK_IM_MODULE
-
- - Deprecated method of uim configuration:
- * Write down default IM in ~/.uim.
- e.g) Set Anthy as default input method.
- (define default-im-name 'anthy)
- This is not compatible with GUI configuration described above.
-
-
- -- Masahito Omote <omote@utyuuzin.net>, Sun, 6 Oct 2002 17:21:21 +0900
- -- Osamu Aoki <osamu@debian.org>, Fri, 16 Jun 2006 10:16:34 +0900
-