#
# @(#)S207hkle 1.6 99/10/26 SMI
#
# Launch Desktop X Input Method Server for HKLE
# Locale: en_US.UTF-8
#

if [ -x /usr/openwin/bin/htt -a -f /usr/lib/im/leif/hkle.so ]; then 
	# OpenWindows
	if [ "_$_sunximswm" = "_olwm" ] ; then
		: # HKLE does not support OpenWindows
		: # do not unset DTSTARTIMS in this case
	# CDE
	else
		LC_ALL=zh_HK.BIG5HK LANG=zh_HK.BIG5HK \
		XFILESEARCHPATH=/usr/openwin/lib/locale/zh_HK.BIG5HK/%T/%N%S \
		/usr/openwin/bin/htt \
			-if hkle -so -nosm -lc_basiclocale zh_HK.BIG5HK -xim htt_xbe \
			> /dev/null 2>&1 &
#		unset DTSTARTIMS 
	fi
fi
