diff options
Diffstat (limited to 'japanese/fcitx-mozc/pkg-message')
-rw-r--r-- | japanese/fcitx-mozc/pkg-message | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/japanese/fcitx-mozc/pkg-message b/japanese/fcitx-mozc/pkg-message deleted file mode 100644 index d34f647d6130..000000000000 --- a/japanese/fcitx-mozc/pkg-message +++ /dev/null @@ -1,31 +0,0 @@ -fcitx-mozc installation finished. To use fcitx-mozc, please do the following: - -If you are using bash or zsh, please add following lines to your $HOME/.bashrc or -$HOME/.zshrc: - -export GTK_IM_MODULE=xim -export QT_IM_MODULE=xim -export XMODIFIERS=@im=fcitx -mozc_server_start -fcitx - -If you are using tcsh, please add following lines to your $HOME/.cshrc: - -setenv GTK_IM_MODULE xim -setenv QT_IM_MODULE xim -setenv XMODIFIERS @im=fcitx -mozc_server_start -fcitx - -If you are using KDE4, you may create a shell script in $HOME/.kde4/env, -and add following lines: - -#!/bin/sh -export GTK_IM_MODULE=xim -export QT_IM_MODULE=xim -export XMODIFIERS=@im=fcitx -mozc_server_start -fcitx - -You can replace the `xim` above with `fcitx` if you built fcitx with -the corresponding IM module. |