Linux区


在ArchLinux KDE 4.14桌面环境中使用ibus输入法

archwiki上讲的有些繁琐,不推荐。其实只需两个步骤:

1,在/etc/profile添加以下文字

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

2,在~/.config/autostart文件夹里建立一个ibus.desktop文件,内容如下。

[Desktop Entry]
Exec=ibus-daemon -xdr
GenericName=IBus
Name[zh_CN]=IBus
Name=IBus
Name[en_US]=IBus
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=

最后chmod 755 ibus.desktop,重新启动KDE即可。

相关博文



发表评论

电子邮件地址不会被公开。