1

In order to type Chinese in Ubuntu, I tried the method described here.

In short, what I did was typing two lines in terminal, which are:

sudo apt-get install ibus-libpinyin
gsettings set org.gnome.desktop.input-sources sources "$(gsettings get org.gnome.desktop.input-sources sources | sed "s/]/, ('ibus', 'libpinyin')]/")" 

And then I found it didn't work for me, so I uninstall the package by this:

sudo apt-get purge --auto-remove ibus-libpinyin

However, the text entry menu looks like this:

enter image description here

How can I delete these two gray items 'libpinyin' in the drop down menu? I couldn't find them in keyboard--textentry

enter image description here

karel
  • 114,770

1 Answers1

1

This happened to me too. I tried the following steps:

  1. List item
  2. run gsettings reset org.gnome.desktop.input-sources sources
  3. go to System Settings and click Text Entry.
  4. add input source you need back.

Everything went back to normal!

David Foerster
  • 36,264
  • 56
  • 94
  • 147