/
[질문] 148번의 shell 수행

[질문] 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

Related content

오류메세지 확인부탁드립니다 [1]
오류메세지 확인부탁드립니다 [1]
More like this
xkim이 구동안됩니다. [2]
xkim이 구동안됩니다. [2]
More like this
아래질문에 추가 [1]
아래질문에 추가 [1]
More like this
Xstart로는 연결이 되나 XDMCP로 연결이 안됩니다 [1]
Xstart로는 연결이 되나 XDMCP로 연결이 안됩니다 [1]
More like this
에러를 뿌리고 X-Manager 화면이 없어집니다. [1]
에러를 뿌리고 X-Manager 화면이 없어집니다. [1]
More like this
리모콘 접속시 한글문제
리모콘 접속시 한글문제
More like this