7

I want to type in japanese and therefore installed the Japanese language through settings. When I go to select the language, I can find the language Japanese, but cannot find the specific Japanese(Mozc) or Japanese(Anthy). I have run

sudo apt-get install -y ibus-mozc and sudo apt-get -y install ibus-anthy I've made sure I am on the latest version of IBUS as well.

I can see the Mozc-setup app in my applications window but cannot see the language itself.

What can I do to fix this?

Screenshot1 Screenshot2

1 Answers1

1

Besides ibus-mozc and ibus-anthy you also need to install mozc-utils-gui for gui-support:

sudo apt-get install mozc-utils-gui

AndX0r
  • 11