<code>
#apt-get install fcitx-hangul
#apt-get install fcitx-lib*
#apt-get install fonts-nanum*
#init 6
</code>
라이브러리를 전부다 설치한 이후에, 재시작을 통하여 라이브러리의 적용사항을 적용해준다.
데몬이 있는것인지 확인되지 않기 때문에, 폰트의 적용은 위와같이 재시작으로 이루어져야 한다.
#init 6 명령어가 맘에 들지 않는다면, #reboot 도 좋다.
좌측 Toolbar 의 최하단에 있는 메뉴를 눌러 input 을 검색하고 "입력기" 에 들어간다.
때에 따라 입력기 라고 출력되지 않고, input 이라 출력될 수도 있다.
Current configuration for the input method:
* Active configuration : default (normally missing)
* Normal automatic choice : fcitx (normally ibus or fcitx or uim)
* Override rule : zh_CN, fcitx:zh_TW, fcitx:zh_HK, fcitx:zh_SG, fcitx
* Current override choice (ko_KR)
* Current automatic choice: fcitx
* Number of valid choices : 2 (normally 1)
The override rule is defined in /etc/default/lm-config.
The configuration set by im-config is activated by re-starting X.
사용 중인 것이 기본/자동/동북아시아 언어 중 하나인 경우 자동 설정을 사용할 때 명확히 선택하지 않아도 좋습니다.
사용할 수 있는 입력기 : fcitx xim
모두 필요하지 않으면 하나의 입력기만 설치해주십시오.
대충 확인 누르고 넘어간다
입력기 설정 - fcitx 를 선택하고 확인을 누른다.
그리고 나서 다시 검색기에서 fcitx 를 검색하고 fcitx setting 에 들어가서
+버튼을 누르고 Hangul 을 검색하고 추가한다.
+버튼을 누르고 Keyborad - english(United state) 를 추가하고 선택한다.
'LINUX' 카테고리의 다른 글
gettimeofday() 대신 clock_gettime() 사용하기 (0) | 2019.03.03 |
---|---|
How To Install Kali Linux In VMware Player (0) | 2019.03.03 |
C and CPP replace string for function (0) | 2018.07.12 |
Random String generator in C (0) | 2018.07.04 |
mysql_close segmentation fault (core dumped) (0) | 2018.06.26 |
printf("%s\n", rand_string(buf, sizeof buf));
– William Morris Jul 30 '13 at 20:12