mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
821d901072
framework, developed by the developer of scim-python, includes all its function, and much more. This is the base port, you need input methods such as pinyin to input text. WWW: http://code.google.com/p/ibus PR: ports/128371 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
-------------------------------------------------------------------
|