KDE 에서 SCIM 설정 정리.
$ dpkg -l | grep scim
ii libscim-dev 1.4.4-1ubuntu1 development library for SCIM platform
ii libscim8c2a 1.4.4-1ubuntu1 library for SCIM platform
ii scim 1.4.4-1ubuntu1 smart common input method platform
ii scim-dev 1.4.4-1ubuntu1 development files for SCIM platform
ii scim-dev-doc 1.4.4-1ubuntu1 development documentation for SCIM platform
ii scim-gtk2-immodule 1.4.4-1ubuntu1 GTK+2 input method module with SCIM as backend
ii scim-hangul 0.2.1-1ubuntu1 Hangul Input Method Engine for SCIM
ii scim-m17n 0.1.3-2 M17N Input Method Engine for SCIM
ii scim-modules-socket 1.4.4-1ubuntu1 socket modules for SCIM platform
ii scim-modules-table 0.5.5-1 generic tables IM engine module for SCIM
ii scim-pinyin 0.5.91-0ubuntu1 smart pinyin IM engine for SCIM platform
ii scim-qtimm 0.9.4-0ubuntu1 SCIM context plugin for qt-immodule
ii scim-tables-additional 0.5.5-1 SCIM Input Method table data for additional languages
ii scim-tables-ko 0.5.5-1 SCIM Korean Input Method table data (Hangul, Hanja, etc.)
ii scim-uim 0.1.4-1 UIM IM engine module for SCIM platform
ii skim-scim-pinyin 0.5.91-0ubuntu1 Skim support for Smart Pinyin IMEngine
$ cat /etc/X11/Xsession.d/75custom-inputmethods
if [ "$LANG" = "ko_KR.EUC-KR" -o "$LANG" = "ko_KR.UTF-8" ]; then
if [ -e /usr/bin/scim ]; then
XMODIFIERS='@im=scim'
XIM_PROGRAM='scim --daemon'
GTK_IM_MODULE=scim
QT_IM_MODULE=scim
fi
fi
[ ! -z XMODIFIERS ] export XMODIFIERS
$ ls -al /etc/X11/xinit/xinput.d/scim*
/etc/X11/xinit/xinput.d/scim -> scim-hangul
/etc/X11/xinit/xinput.d/scim-hangul
/etc/X11/xinit/xinput.d/scim-hangul_xim
/etc/X11/xinit/xinput.d/scim-pinyin
$ ls -al /etc/alternatives/xinput-ko_KR
/etc/alternatives/xinput-ko_KR -> /etc/X11/xinit/xinput.d/scim-hangul
$ ls -al /etc/X11/xinit/xinput.d/ko_KR
/etc/X11/xinit/xinput.d/ko_KR -> /etc/alternatives/xinput-ko_KR
$ cat .xsession | more
# for scim
export LANG="ko_KR.UTF-8"
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
0. 참고
- "세벌식최종" 에서 키패드가 숫자로 입력되지 않음.
자판의 숫자키에 있는 세벌식 글씨로 나옴.
- 키패드 숫자를 잘 쓰는데 불만 사항 -
1. 일반설정
- 토글을 Shift-space로 바꿈. (기본 Control-space임.)
- turn off에 Escape 추가. (ESC키를 누르면, 영문으로 변경됨.)
=> vim과 같이 ESC키가 쓰이는 곳에서 ESC키가 안먹음.
Shift-ESC와 같이 눌러야함. - 이설정은 비추천 -
2. 기본설정 변경없음.
3. 기본설정 변경 없음.
4. Shift-space로 토글시 M$-Windows에서 보이는 입력기 버튼들이 보입니다.
그것에 추가/삭제를 할 수 있는것을 설정합니다.
5. 기본설정 변경 없음.
6. 기본설정 변경 없음.
7. 기본설정 변경 없음.
8. 한글 세벌식에 Hotkeys로 Shift-space를 등록했습니다.
9. 기본설정 변경없음.
현재의 Dapper에서는
현재의 Dapper에서는 language-support-ko 가 설치되면 scim-hangul과 im-switch가 설치가 되므로 위의 글에 링크를 거는 작업을 하지 않아도 /etc/X11/xinit/xinput.d/scim-hangul 이 /etc/alternatives/xinput-ko_KR 로 우선 등록 됩니다.
그리고, ubuntu-desktop을 설치하는 경우는 scim과 scim-gtk2-immodule이, kubuntu-desktop을 설치하는 경우는 skim과 scim-qtimm이 설치가 됩니다.
따라서, language-support-ko와 desktop 패키지가 일반적으로 설치가 되는 사용자들의 경우는 위의 설정 작업 없이 기본 입력기로 scim-hangul을 사용할 수 있습니다. (nabi를 따로 설치하는 사용자의 경우는 nabi가 우선권을 가집니다.)
영문 사용자나 desktop 패키지를 설치하지 않는 경우에는 물론 위의 경우와 같이 스스로 설치하고 설정하여야 하지만, im-switch가 설치되었다면, 필요한 scim 패키지들을 설치하고, im-switch -z ko_KR -s scim-hangul 하는 방법으로 간단히 설정을 할 수가 있습니다.
ps. ubuntu.or.kr의 위키에도 이 내용을 업데이트 해 놓아야 하겠군요. :)
----
I paint objects as I think them, not as I see them.
Ubuntu Dapper user / Ubuntu KoreanTeam / Lanuchpad karma 3940
----
I paint objects as I think them, not as I see them.
atie's minipage
댓글 달기