Tweak japanese/ibus-skk version 1.4.1_3
[dports.git] / japanese / ibus-skk / pkg-message
1 ibus-skk installation finished. To use ibus-skk, please do the following:
2
3 If you are using bash or zsh, please add following lines to your $HOME/.bashrc or
4 $HOME/.zshrc:
5
6 export XIM=ibus
7 export GTK_IM_MODULE=ibus
8 export QT_IM_MODULE=xim
9 export XMODIFIERS=@im=ibus
10 export XIM_PROGRAM="ibus-daemon"
11 export XIM_ARGS="--daemonize --xim"
12
13 If you are using tcsh, please add following lines to your $HOME/.cshrc:
14
15 setenv XIM ibus
16 setenv GTK_IM_MODULE ibus
17 setenv QT_IM_MODULE xim
18 setenv XMODIFIERS @im=ibus
19 setenv XIM_PROGRAM ibus-daemon
20 setenv XIM_ARGS "--daemonize --xim"
21
22 If you are using KDE4, you may create a shell script in $HOME/.kde4/env, 
23 and add following lines:
24
25 #!/bin/sh
26 export XIM=ibus
27 export GTK_IM_MODULE=ibus
28 export QT_IM_MODULE=xim
29 export XMODIFIERS=@im=ibus
30 export XIM_PROGRAM="ibus-daemon"
31 export XIM_ARGS="--daemonize --xim"
32
33 If ibus cannot start or the panel does not appear, please ensure
34 that you are using up-to-date python.
35 There's a bug in python 2.5, which may prevent the panel from appearing.