aboutsummaryrefslogtreecommitdiff
path: root/japanese/ibus-mozc/files/pkg-message.in
blob: f7af7fe7cc3b6a576c1892fedbc9b2ef3df37e0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ type: install
  message: <<EOM
To activate ibus-mozc, please add the following into ~/.xinitrc,
~/.xsession, or ~/.kde4/env (for KDE4):

export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim
export XMODIFIERS=@im=ibus
%%PREFIX%%/bin/mozc start
ibus-daemon -r --daemonize --xim

Note that textproc/ibus-qt with IBUS option is required to
make QT_IM_MODULE=ibus work.
EOM
}
]