OS/Orange PI
Orange Pi 4B : 한글 입력기 설치 (fcitx)
파란크리스마스
2020. 12. 22. 23:25
728x90
출처
fcitx-hangul 설치
$ sudo apt-get install fcitx-hangul im-config
한글 입력기 부팅시 시작하기
$ im-config -n fcitx
한글 입력기 설정 확인
orangepi@orangepi4:~$ cat ~/.xinputrc ## im-config(8) generated on Tue, 22 Dec 2020 15:10:32 +0000 run_im fcitx ## im-config signature: ee1963917a48bd5abd39f599678fd5ff -
한글폰트 설치
pi@orangepi4:~$ sudo apt install fonts-nanum fonts-nanum-extra
한글 ????? 출력 해결
로케일 관련 패키지가 설치
orangepi@orangepi4:~$ sudo apt install locales
로케일 설정
orangepi@orangepi4:~$ sudo dpkg-reconfigure locales
Package configuration +-----------------------+ Configuring locales +-----------------------+ | Locales are a framework to switch between multiple languages and | | allow users to use their language, country, characters, collation | | order, etc. | | | | Please choose which locales to generate. UTF-8 locales should be | | chosen by default, particularly for new installations. Other | | character sets may be useful for backwards compatibility with | | older systems and software. | | | | Locales to be generated: | | | | [ ] en_NG UTF-8 | | [ ] en_NZ ISO-8859-1 a | | [ ] en_NZ.UTF-8 UTF-8 a | | [ ] en_ZA ISO-8859-1 a | | [*] en_US.UTF-8 UTF-8 a | | [*] ko_KR.UTF-8 UTF-8 a | | | | | | <ok> <cancel> | | | +---------------------------------------------------------------------+
+-----------------------+ Configuring locales +-----------------------+ | Many packages in Debian use locales to display text in the correct | | language for the user. You can choose a default locale for the | | system from the generated locales. | | | | This will select the default language for the entire system. If | | this system is a multi-user system where not all users are able to | | speak the default language, they will experience difficulties. | | | | Default locale for the system environment: | | | | None | | [ C.UTF-8 ] | | en_ZA.UTF-8 | | ko_KR.UTF-8 | | | | | | <ok> <cancel> | | | +---------------------------------------------------------------------+
한글 입력기 추가