[GO] [GNOME] How to avoid the problem that conversion candidate characters do not disappear when converting to Japanese

This is a workaround for the problem that the last character of the conversion candidate does not disappear and continues to be displayed at the cursor position when converting to Japanese with GNOME, the window manager of Linux.

No matter how much I search, it doesn't appear, so it may only occur in a special environment, but I wrote this article for people who are experiencing the same symptoms and for myself in the future.

environment

It occurred when I put Gnome in Ubuntu of local installation and input Japanese using ibus-mozc ("Google Japanese Input") that was included as standard.

Ubuntu 18.04.4 LTS GNOME 3.28.2 ibus 1.5.17-3ubuntu5.2 ibus-mozc 2.20.2673.102+dfsg-2ubuntu0.18.04.1

Symptoms

When trying to convert to Japanese on the terminal etc., for example, if you enter "Japanese", think again and delete all the characters in the backspace, for some reason only the last "go" does not disappear and remains displayed at the cursor position I will end up.

Workaround

Change IME to Anthy, which was mainstream before mozc appeared. (I've been using Canna for a long time)

Installation of Anthy

sudo apt install ibus-anthy

Change IME Select and change the menu in the following order

Settings-> Region and language-> Input source "+"-> Japanese-> Japanese(Anthy)

In my environment, the above solved

Recommended Posts

[GNOME] How to avoid the problem that conversion candidate characters do not disappear when converting to Japanese
How to deal with the problem that Japanese characters are garbled when outputting logs using JSON log formatter
Solution to the problem that build does not end when installing OpenCV (PEP517)
[systemd] How to deal with the problem that fancontrol does not work after suspending
[VLC] How to deal with the problem that it is not in the foreground during playback
What to do when Japanese is not displayed on matplotlib
How to solve the problem that APL does not start after transferring to the actual device on Kivy-iOS
How to deal with the problem that the current directory moves when Python is executed from Atom
How to not escape Japanese when dealing with json in python
Phenomenon that characters disappear when trying to enter one character without Enter
What to do when the jupyterlab extension settings are not reflected
How to deal with the problem that build fails when CI / CD of Python Function with AWS Amplify
How to hide warnings that do not affect execution in Jupyter Notebook
How to solve the problem that only the process remains when you press cross on the imshow screen of OpenCV
How to solve the bin packing problem
How to set the server time to Japanese time
Example of what to do when the sample script does not work (OpenCV-Python)
[Python] Solution to the problem that elements are linked when copying a list
What to do when the graph does not appear in jupyter (ipython) notebook