How to Prevent Ibus Automatically Start on Ubuntu 21.10

At the bottom right of my desktop I found a keyboard icon. This happened when I use recent version of Ubuntu derivatives (Lubuntu and Xubuntu 21.10) and Debian 11.

After I do some research through search engine, I know the culprit is ibus-daemon. 


I think I don't need this ibus-daemon, I want to get rid the program.

This ibus-daemon is not a service, I cannot disable it from systemd. 

I think to use a trick, how if I rename the executable file?

Let's rename the ibus-daemon file.

open terminal emulator, change directory to /usr/bin

then just rename the file


reboot the computer

voila, the ibus-daemon is not start automatically


Comments

Popular posts from this blog

Contoh Inheritance (Pewarisan) di Java

Contoh Penerapan Interface di Pemrograman Java

Deploy CodeIgniter 3 di Docker