KDE 에서 SCIM 설정 정리.

antz의 이미지
kubuntu dapper에서 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. 기본설정 변경없음.

Forums: 
atie의 이미지

현재의 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

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.