[질문] 148번의 shell 수행

[질문] 148번의 shell 수행

1998-05-21 00:00 - 최상엄

148번에 있는 shell script를 제가 사용중인 CDE 환경에 맞도록
다음과 같이 수정을 해서 수행을 시키면
Input Method Selection 이라는 창이 하나 뜨고 창에는 error가
나옵니다.
error msg -> ximsstart: ims '/usr/bin/X11/xkim' not registered

사용한 shell

#!/bin/sh
# This script is used when Xmanager is connected to HP 10.x
#
export LANG XMODIFIERS DISPLAY
LANG=ko_KR.eucKR
XMODIFIERS="@im=_XIMP_ko_KR.eucKR#xkim.0"
if [ "$2" ]; then # "-display hostname:0" option
DISPLAY=$2
fi
/usr/bin/X11/xrdb -retain -merge /etc/dt/config/ko_KR.eucKR/sys.resources
/usr/bin/X11/ximsstart -ims /usr/bin/X11/xkim



이전 조회수: 101