This file is indexed.

/usr/share/doc/ibus/README.Debian is in ibus 1.5.5-1ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
ibus for Debian                           Osamu Aoki <osamu@debian.org>

=========================================================================
!
!      Keyboard mode switching is now changed to SUPER-space.  
!          The SUPER-key is commonly called windows-key.
!
!      X and ibus should be run under the UTF-8 locale 
!      to have stable behavior.  Set it via /etc/default/locale .
!
=========================================================================

=========================================================================
!	Quick Guide to Setup IBus
=========================================================================

* install im-config
  This is helper package to set up input method.
  If you still have im-switch, please remove it while installing im-config.

* install ibus packages to suppor each platform optimally for 
  GTK+2, GTK+3, Qt4, Clutter, EMACS.
    - Core ibus input package:                ibus
    - Support package for each UI environment
      - GTK+2 IM module:                      ibus-gtk
      - GTK+3 IM module:                      ibus-gtk3
      - Qt4 IM module:                        ibus-qt4
      - Clutter IM module:                    ibus-clutter
      - EMACS (optional optimization):        ibus-el
      [Note]
        These are optional.  (Otherwise, xim is used)
        Installing them will improve user experience.
        Both ibus-gtk and ibus-gtk3 are required to set up usable system 
        with GTK.
    - Support package for each IM engine client
      - Japanese, MOZC (best):                ibus-mozc
      - Japanese, Anthy (good):               ibus-anthy
      - Japanese, SKK (EMACS style):          ibus-skk
      - Korean language:                      ibus-hangul
      - Traditional Chinese:                  ibus-chewing
      - Simplified Chinese:                   ibus-pinyin
      - Simplified Chinese (SUN):             ibus-sunpinyin
      - Simplified Chinese (Google):          ibus-googlepinyin
      - Vietnamese:                           ibus-unikey
      - Many table based input method:        ibus-table*
      [Note]
        These are optional. But if you use any one of the listed language
        you need to install that one.

  - If other input method packages (fcitx, uim, ...) are installed,
    select ibus by executing im-config from a terminal window.
    (Usually not needed since this is default.)

  - Configure ibus by adding your desired input method engine.
    This configuration may be accessed by right clicking small keyboard mode
    icon on the top right corner.  For example, I may chose anthy for Japanese.
    (Depending on your environment, this may be the ibus-setup command or 
     keyboard input method dialog in the gnome-control-center command.)

  - Relogin to the user account to refresh X session.

 -- Osamu Aoki <osamu@debian.org>,  Sun, 26 Jan 2014 07:24:19 +0000