Skip to content

Ibus

ibus is an input method framework using DBUS. ibus integrates better with the GNOME desktop environment.

Install

command -v apt && sudo apt install ibus ibus-chewing
command -v pacman && sudo pacman -S ibus ibus-chewing

Setup

If ibus does not start on boot, add these lines to ~/.profile or ~/.profile.

export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus
export XMODIFIERS=\@im=ibus
ibus-daemon -drx
Last updated on