일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 에디터
- 인간성없는 과학
- mariadb
- office 2008
- Editor
- law school
- Leopard
- 농담
- 인격없는 지식
- LBP-3300
- Mac OS X
- GTD
- entourage
- 10.2
- Getting Things Done
- 양심없는 쾌락
- 파인만
- Microsoft
- 법학전문대학원
- Blog
- opensuse
- BeOS
- El Capitan
- 블로그
- 제본
- Apple logo
- 도덕성없는 상업
- Sony DW-D150A
- 10.5
- 로스쿨
Archives
- Today
- Total
TeKtOn
Configuration of Korean input method for KDE in OpenSuSE 10.0 본문
Computers/Linux
Configuration of Korean input method for KDE in OpenSuSE 10.0
Dr.TeKtOn 2006. 4. 10. 05:071. Download and install nabi from http://nabi.kldp.net/
2. Copy /etc/X11/xim.d/ami to /etc/X11/xim.d/nabi, and change "ami" to "nabi" in the file.
/etc/X11/xim.d/nabi
2. Copy /etc/X11/xim.d/ami to /etc/X11/xim.d/nabi, and change "ami" to "nabi" in the file.
/etc/X11/xim.d/nabi
3. Add the following line to /etc/sysconfig/language file.OLD_PATH=$PATH
PATH=/usr/bin:/usr/X11R6/bin:$PATH
if ! type -p nabi > /dev/null 2>&1 ; then
echo "nabi is not available."
return 1
fi
export XMODIFIERS=@im=nabi
export GTK_IM_MODULE=xim
export QT_IM_SWITCHER=imsw-multi
export QT_IM_MODULE=xim
case "$WINDOWMANAGER" in
*kde|*windowmaker|*wmaker
nabi -wm -wait &
;;
*)
nabi &
;;
esac
PATH=$OLD_PATH
# success:
return 0
4. Make a $HOME/.xim file including following lines.INPUT_METHOD="nabi"
5. Restart X server.export XMODIFIERS="@im=nabi"
export GTK_IM_MODULE=xim
export QT_IM_SWITCHER=imsw-multi
export QT_IM_MODULE=xim
nabi &
'Computers > Linux' 카테고리의 다른 글
3Com OfficeConnect Wireless 108Mbps 11g XJACK PC Card (0) | 2006.06.29 |
---|---|
Logitech MX500 for OpenSuSE 10.0 (0) | 2006.04.09 |
SSH X forwarding (0) | 2006.04.06 |