How to run ibus-daemon at startup?

ibus-daemon was supposed to be run at startup but it doesn’t. What should I do?

Shot in the dark here but you could try:

sudo systemctl enable ibus-daemon

to tell systemd to start it at boot up. If it’s a systemd service that should do it.

run $ ibus-setup . The daemon will be initialized and provide the following message:

IBus has been started! If you cannot use IBus, please add below lines in ~/.bashrc, and relogin your desktop. export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus

https://wiki.archlinux.org/index.php/IBus#Initial_setup