Wednesday, December 11, 2019

[MX Linux] IBUS Hangul(한글) - (MX Linux 19)

• MX Linux 19 ibus hangul(한글)

$ sudo apt update
$ sudo apt install im-config
$ sudo apt install ibus-hangul

- Logout AND Login XWindow
- OR Reboot
- run IBUS Preferences
$ ibus-setup
Input Method : Add Korean - Hangul, Remove English - English (US)

- And use Hangul

(IF use multi IM :: General Tab : Change Keyboard Shortcuts <Super>space ==> <Control>space)
(ibus default hangul / english toggle key : Shift+Space)

** IF MX Linux 19 : comment like this (18.2, 18.3 do not need this)
$ sudo vi /usr/share/im-config/xinputrc.common
#imconfig_find_files_with_prefixpath_glob () {
#    printf '%s' "FOUND"
#}

$ sudo vi /etc/X11/Xsession.d/70im-config_launch
#if [ "$IM_CONFIG_PHASE" = 1 ]; then
#    IM_CONFIG_CHECK_ENV=1
#    export IM_CONFIG_CHECK_ENV
#fi

- Logout AND Login XWindow
- OR Reboot
- And Use Hangul
(ibus default hangul / english toggle key : Shift+Space)