HOWTO get Korean input on Manjaro
From LinuxReviews
Jump to navigationJump to searchIf you're using Manjaro and want to install a Korean keyboard, this guide is for you.
Installing Korean is tricky. First we're going to set up the system locale and install software, then we'll enable a keyboard switcher.
Manjaro 2021 - KDE Edition[edit]
Terminal Method[edit]
- Update your computer:
sudo pacman -Syyu
- Install fcitx and the Korean fonts:
sudo pacman -S adobe-source-han-sans-kr-fonts fcitx5-hangul fcitx5-configtool
- Add Korean to your system locale:
sudo bash -c "echo ko_KR.UTF-8 UTF-8 >> /etc/locale.gen"
- Restart your computer
Continue from the "In either case" section below.
Non-Terminal Method[edit]
If you don't like using the terminal, here's a video showing how to enable everything without using it.
- Open System Settings, and select Locale
- Click Add, and select 한국어, pick a territory, and hit Add again
- Update your computer
- Open the Software installer app, and install the following three packages:
adobe-source-han-sans-kr-fonts
fcitx5-hangul
fcitx5-configtool
- Restart your computer
Continue from the "In either case" section below.
In either case[edit]
After rebooting your computer, do the following:
- Right click fcitx in your system tray (bottom right), select Configure
- Deselect "Only show current language" (bottom left of fcitx configure window)
- Search for hangul in the languages, select it, and click the
>
icon to send it to "Current Input Method" - Hit OK
To type in Korean, open an app that supports Korean fonts (i.e. a web browser) and hit CTRL + Space to swap between input languages.