gentoo中安装ibus后,无法光标跟随。解决办法:
1、去掉启动应用程序中的ibus,不然会影响到以下启动,然后主目录新建文件.xprofile;
vi ~/.xprofile
2、添加以下启动代码:
export XMODIFIERS="@im=ibus" export GTK_IM_MODULE="ibus" export QT_IM_MODULE="ibus" ibus-daemon -d -x
gentoo中安装ibus后,无法光标跟随。解决办法:
1、去掉启动应用程序中的ibus,不然会影响到以下启动,然后主目录新建文件.xprofile;
vi ~/.xprofile
2、添加以下启动代码:
export XMODIFIERS="@im=ibus" export GTK_IM_MODULE="ibus" export QT_IM_MODULE="ibus" ibus-daemon -d -x