Tag Archives: 日本語

Fedoraで日本語の入力

(下手な日本語でごめんなさい)

数年間日本語を勉強しています
いつもFedoraで日本語の入力が欲しいんです
とてもいい日本語入力の方法を見つけました
少し設定が要ります

Fedoraの場合:Konsoleを起動して、以下を実行してください

sudo dnf -y install fcitx5-mozc fcitx5-kkc kcm-fcitx5 fcitx5-autostart

Fedora Kinoiteの場合:Konsoleを起動して、以下を実行してください:

sudo rpm-ostree install fcitx5-mozc fcitx5-kkc kcm-fcitx5 fcitx5-autostart

ログアウトして、もう一度ログインする

System Settings を開いて

Keyboard->Virtual Keyboardを開いて

“Fcitx 5” か “Fcitx5 Wayland Launcher (Experimental)” を選ぶ。 Apply をクリック

私はWayland Launcherを使う

System Trayでキーボードのアイコンを右クリック

“Configure” か “Input Method Settings”をクリック

新しいKDE Plasmaの場合

“Add Input Method”をクリック

mozcを探す

“Japanese”の下にある”Mozc”を選択。”Add”をクリック

Applyをクリック

古いKDE Plasmaの場合


“Japanese”の下にある”Mozc”を選択

”Mozc”を選択。”<“をクリック

2つの間を切り替えるために”Keyboard – English (US)”をキープ

“OK”をクリック

英語と日本語を切り替えるにはCtrlキーを押しながら、スペースキーを押す

入力中にMozcはローマ字を平仮名や漢字に変換する

Steamについてノート:Steamを使う場合、入力エラーが発生することがあります。Launch Optionsで入力

GTK_IM_MODULE= QT_IM_MODULE= XMODIFIERS= %command%

楽しんで!

Japanese Text Input on the Fedora Linux KDE Spin & Kinoite

I’ve been learning Japanese for the last couple of years. One thing I’ve always wanted to get working is Japanese text input on the Fedora Linux KDE Spin. It turns out, there’s a great Romaji/Hiragana/Kanji keyboard for KDE on Linux, it just takes a little configuring.

Update 7/6/2026: I’ve updated the instructions to include the new Input Method screens.

For Fedora, open Konsole and run:

sudo dnf -y install fcitx5-mozc fcitx5-kkc kcm-fcitx5 fcitx5-autostart

For Kinoite, open Konsole and run the following, then reboot to apply:

sudo rpm-ostree install fcitx5-mozc fcitx5-kkc kcm-fcitx5 fcitx5-autostart

Log out then back in

Open System Settings

Browse to Keyboard->Virtual Keyboard

Choose “Fcitx 5” or “Fcitx5 Wayland Launcher (Experimental)” and click Apply

I’m personally using the Wayland Launcher without any issues.

Right click the Keyboard icon in system tray

Click “Configure” or “Input Method Settings”

For newer versions of KDE Plasma:

Click “Add Input Method”

Search for: mozc

It should come up under Japanese. Select it, then click Add

Click Apply

For older versions of KDE Plasma:

Under Available Input Method search for:

Mozc

Then click “<” to add it to “Current Input Method”

Make sure to leave “Keyboard – English (US)” so that you can switch between the two.

Click “OK”

To switch between English and Mozc, just press Control+Space in any application.

As you type in Romaji, Mozc will convert what you type into Hiragana and Kanji, with select-able options in a pop-up.

Steam note: if you’re using Steam, you may find phantom inputs on certain games with fcitx installed. You can fix this by setting the following launch options:

GTK_IM_MODULE= QT_IM_MODULE= XMODIFIERS= %command%

楽しんで!