Remove orphan-language-icon from menu bar

I am using 16.04, somehow I manage to leave an orphan-language-icon on my menu bar (see high-lighted item in menu bar). I could't remove it in system settings/language support. Does anyone know if this item can be removed by editing a config file? Or can be changed from command line?screen shot

And by entering gsettings get org.gnome.desktop.input-sources sources, I got [('ibus', 'bopomofo'), ('xkb', 'us'), ('ibus', 'libbopomofo')]. First one seems to be the orphan.

7

1 Answer

So with Gunnar's suggestion, I realize I can use following command to reset keyboard input setting.

gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('ibus', 'libbopomofo')]"

where string (within double-quote) are the input methods I want to keep.

Again, thanks Gunnar.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like