Shutdown IBus in Debian/Ubuntu
To disable IBus you need to write in the terminal
sudo dpkg-divert --package im-config --rename /usr/bin/ibus-daemon
After this you need to reboot your computer
To turn it back on IBus you need to write in the terminal
sudo dpkg-divert --package im-config --rename --remove /usr/bin/ibus-daemon