1

Here is how the Mozc settings dialog is supposed to look like:

enter image description here

But I can't find it anywhere in Ubuntu, for instance here is the iBus dialog (note how Preferences is greyed out):

enter image description here

Where to find the Mozc settings?

There are no mozc* executables on my PATH.

Nicolas Raoul
  • 11,921

2 Answers2

4

If you want to enter the config dialog your mentioned manually, try:

/usr/lib/mozc/mozc_tool --mode=config_dialog

The Preferences bug in ibus-setup is because of meta-data missing.

Check Comment 1: http://code.google.com/p/mozc/issues/detail?id=169

1

Steps

To access the Mozc menu:

  1. Select Mozc input mode by:
    • Hold Super and press Space as many times as to select Mozc option, or;
    • click on: IBus (at GNOME Status Menu) > Japanese (Mozc).
  2. Again, click on Gnome Status Menu > IBuz > tools > Properties > Mozc Settings window.

Requirements

I'm using:

  • SO: ubuntu 18.04.4 LTS
  • IMF: ibus 1.5.17
  • IME: mozc 2.20.2673.102

Screenshot

Ibus-mozc settings access by menu:

Ibus-mozc settings access by menu

Nicolas Raoul
  • 11,921