- 论坛徽章:
- 0
|
5可用积分
以前使用ubuntu一直使用的都是英文环境,现在也习惯了,在英文环境下配置ibus以前一直都是没问题的,今天不知道怎么搞的,非要我右键选择输入模式将输入模式改为X-input Method 才能调用出ibus输入法,不知道是哪里出了问题,~/.profile已经修改过了如下!
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin PATH"
fi
# Start Input Bus
export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus" # qt3 is not supported currently
ibus &
大家帮我看看是什么原因那!谢谢了!
[ 本帖最后由 zyp339025518 于 2009-8-5 16:58 编辑 ] |
|