6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntuで日本語入力ができなったとき

Posted at

環境:Ubuntu16.10

OS起動時に、日本語入力が出来なくなった時の対処法。

#まずは事象の確認
右上のキーボードマークが表示されていないことを確認。
(表示されている場合は、別の原因と思われます)

#ごみファイル?の削除
「.mozc」ディレクトリ内のごみファイル?を削除。
これらのせいで、fcitxが上がってこないみたい。

bash
$ cd ~/.mozc
$ rm -f .session.ipc .server.lock
$

#最後に、fcitxの起動
仕上げに、以下のコマンドを叩くと、めでたく日本語入力ができるように!!

bash
$ fcitx
$

以上です。

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?