Not much to elaborate on my side: how can I enable japanese input on ubuntu mate 18.04? I tried adding japanese language support and restarting. But I still don't see any viable keyboard layout to add.
Asked
Active
Viewed 2.2k times
1 Answers
6
On Ubuntu 18.04, the way to install Japanese input:
- Go to system settings, select "Region & Language".
- Go to "Manage Installed Language" and install Japanese through "Install/Remove Languages". (you might need to log out and login after installation).
- After installation, inside "Region & Language" dialog, click "+" to add input sources. select "Japanese" > "Japanese (Mozc)".
That's it. You can select Japanese input on one of the button on top right menu.
Willy
- 161
-
2I suggest
apt install anthy ibus-anthy, reboot, then add input source "Japanese (Anthy)" (if you use ibus of course) – Déjà vu Oct 12 '19 at 09:59 -
If you install Japanese as the only language in Regional settings, then the interface will switch to Japanese after relogin. So important tip: install both Japanese AND the language of the interface you'd like to keep (e.g. English). I discovered that by trial and error... – ob-ivan Jan 14 '20 at 11:51
-
1If you don't want to reboot you can already use anthy immediately after installing by opening a terminal and using
ibus engine anthy. Also if you are using an older version of mate (I'm using 1.20), doing it by the terminal may be the only way. – user27221 Jan 06 '22 at 15:11
fcitx-mozc, I think you'd better use Fctix for all the input sources you need, and ignore the original layout indicator. – Gunnar Hjalmarsson May 06 '18 at 20:17