~brunonova/ubuntu/trusty/ibus/lp1240198_2

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2011-12-07 23:35:51 UTC
  • Revision ID: package-import@ubuntu.com-20111207233551-d4stt82k4oxou4li
Tags: 1.4.0-2
* Fix "The xim doesn't work; the location to install gtk im modules
  doesn't consider multiarch", thanks Steve Langasek.
  (Closes: #642317)
* Fix "checking for ibus support in gtk2 and gtk3 separately", thanks Steve
  Langasek and Osamu Aoki (Closes: #645729)
* Remove old README.source (Closes:#645728)
* Add README.Debian to improve documentation. (Closes: #600414) 
* Breaks should be used instead of Conflicts for versioned case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ibus for Debian                           Osamu Aoki <osamu@debian.org>
 
2
 
 
3
=========================================================================
 
4
!       Quick Guide to Setup IBus
 
5
=========================================================================
 
6
 
 
7
* install im-config
 
8
  This is helper package to set up input method.
 
9
  If you still have im-switch, please remove it while installing im-config.
 
10
 
 
11
* install ibus packages to suppor each platform optimally for 
 
12
  GTK+2, GTK+3, Qt4, Clutter, EMACS.
 
13
    - Core ibus input package:                ibus
 
14
    - Support package for each UI environment
 
15
      - GTK+2 IM module:                      ibus-gtk
 
16
      - GTK+3 IM module:                      ibus-gtk3
 
17
      - Qt4 IM module:                        ibus-qt4
 
18
      - Clutter IM module:                    ibus-clutter
 
19
      - EMACS (optional optimization):        ibus-el
 
20
      [Note]
 
21
        These are optional.  (Otherwise, xim is used)
 
22
        Installing them will improve user experience.
 
23
        Both ibus-gtk and ibus-gtk3 are required to set up usable system 
 
24
        with GTK.
 
25
    - Support package for each IM engine client
 
26
      - Japanese, MOZC (best):                ibus-mozc
 
27
      - Japanese, Anthy (good):               ibus-anthy
 
28
      - Japanese, SKK (EMACS style):          ibus-skk
 
29
      - Korean language:                      ibus-hangul
 
30
      - Traditional Chinese:                  ibus-chewing
 
31
      - Simplified Chinese:                   ibus-pinyin
 
32
      - Simplified Chinese (SUN):             ibus-sunpinyin
 
33
      - Simplified Chinese (Google):          ibus-googlepinyin
 
34
      - Vietnamese:                           ibus-unikey
 
35
      - Many table based input method:        ibus-table*
 
36
      [Note]
 
37
        These are optional. But if you use any one of the listed language
 
38
        you need to install that one.
 
39
 
 
40
  - If other input method packages (fcitx, uim, ...) are installed,
 
41
    select ibus by executing im-config from a terminal window.
 
42
    (Usually not needed since this is default.)
 
43
 
 
44
  - Configure ibus by adding your desired input method engine.
 
45
    This configuration may be accessed by right clicking small keyboard icon
 
46
    on the top right corner.  For example, I would chose MOZC for Japanese.
 
47
 
 
48
  - Relogin to the user account to refresh X session.
 
49
 
 
50
 -- Osamu Aoki <osamu@debian.org>,  Wed, 07 Dec 2011 14:00:22 +0000
 
51