3
0

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.

Ubuntu18.04での日本語入力

3
Last updated at Posted at 2019-10-03

環境とか

コンピュータはJetson Xavier、JetPackのバージョンは4.1.1です。
いろいろうまくいかず、むかついたのでメモっておきます。

手順

ターミナルで以下を入力。
日本語入力に関するものをインストールして最後に再起動します。
もしかしたら再起動いらないかもしれません。

$ sudo apt install language-pack-ja-base language-pack-ja
$ sudo apt install fcitx-mozc
$ reboot

再起動後、"System Settings"→"Langage Support"をクリック。
設定を変更したら再び再起動します。
Screenshot from 2019-10-03 18-12-51のコピー.png!
一番下の"Keyboard input method system"を"fcitx"に変更します。
その後、再起動します。
Screenshot from 2019-10-03 18-18-48.png
再起動して、上のタスクバーみたいな画面にキーボードマークが表示されていたら成功です。
そのキーボードマークをクリックし、"Configure"を開きます。
Screenshot from 2019-10-03 18-18-48.png
プラスマークを押し、"Mozc"を選択します。
"Mozc"以外のものはマイナスマークで削除してください。
最後に"Mozc"と書いてある部分をダブルクリックし、"Keyboard layout"を"Japanese"に変更しておしまいです。
Screenshot from 2019-10-03 18-34-37.png
これで半角・全角の効く日本語入力になるはずです。
ならなかったら教えてください。

3
0
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
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?