diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-07 11:48:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-07 11:48:04 +0800 |
commit | ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc (patch) | |
tree | 11773375511da3747048065aef2799fc3dcc94a9 /textproc/ibus/pkg-message | |
parent | 07be8d1570c3c694451d30ef42928b981e8d147c (diff) | |
download | marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.tar marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.tar.gz marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.tar.bz2 marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.tar.lz marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.tar.xz marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.tar.zst marcuscom-ports-ddde01d6deedbcfe031b6d5dd9dd2a894c9187cc.zip |
Fix up the plist for GNOME 2.26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12227 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/ibus/pkg-message')
-rw-r--r-- | textproc/ibus/pkg-message | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/textproc/ibus/pkg-message b/textproc/ibus/pkg-message new file mode 100644 index 000000000..df7477ae3 --- /dev/null +++ b/textproc/ibus/pkg-message @@ -0,0 +1,35 @@ +------------------------------------------------------------------- +ibus installation finished. To use ibus, please do the following: + +If you are using bash, please add following lines to your $HOME/.bashrc: + +export XIM=ibus +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=xim +export XMODIFIERS=@im=ibus +export XIM_PROGRAM="ibus-daemon" +export XIM_ARGS="--daemonize --xim" + +If you are using tcsh, please add following lines to your $HOME/.cshrc: + +setenv XIM ibus +setenv GTK_IM_MODULE ibus +setenv QT_IM_MODULE xim +setenv XMODIFIERS @im=ibus +setenv XIM_PROGRAM ibus-daemon +setenv XIM_ARGS "--daemonize --xim" + +If you are using KDE4, you may create a shell script in $HOME/.kde4/env, and add following lines: + +#!/bin/sh +export XIM=ibus +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=xim +export XMODIFIERS=@im=ibus +export XIM_PROGRAM="ibus-daemon" +export XIM_ARGS="--daemonize --xim" + +Following input methods are available in ports: + +chinese/ibus-pinyin The PinYin input method +------------------------------------------------------------------- |