summaryrefslogtreecommitdiff
path: root/japanese/ibus-mozc/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ibus-mozc/pkg-message')
-rw-r--r--japanese/ibus-mozc/pkg-message3
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/ibus-mozc/pkg-message b/japanese/ibus-mozc/pkg-message
index 7b1d832a92e7..61d4a62b884c 100644
--- a/japanese/ibus-mozc/pkg-message
+++ b/japanese/ibus-mozc/pkg-message
@@ -3,6 +3,7 @@ ibus-mozc installation finished. To use ibus-mozc, please do the following:
If you are using bash or zsh, please add following lines to your $HOME/.bashrc or
$HOME/.zshrc:
+mozc_server_start
export XIM=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim
@@ -12,6 +13,7 @@ export XIM_ARGS="-r --daemonize --xim"
If you are using tcsh, please add following lines to your $HOME/.cshrc:
+mozc_server_start
setenv XIM ibus
setenv GTK_IM_MODULE ibus
setenv QT_IM_MODULE xim
@@ -23,6 +25,7 @@ If you are using KDE4, you may create a shell script in $HOME/.kde4/env,
and add following lines:
#!/bin/sh
+mozc_server_start
export XIM=ibus
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim