ibus-mozcで日本語入力する手順について記載する。
Table of Contents
1 ibus-mozcのインストール
#!/bin/sh sudo apt install -y ibus-mozc # This default of ibus-mozc will be english keyboard layout. sudo sed -i /usr/share/ibus/component/mozc.xml \ -e 's;<layout>default</layout>;<layout>jp</layout>;g' dconf write /org/gnome/desktop/input-sources/sources "[('ibus', 'mozc-jp')]" sudo reboot