Solaris 10 10/08 ご使用にあたって

Wnn6 から ATOK for Solaris への移行

wnn6setup などで使用していた Wnn6 を ATOK for Solaris に移行する場合には、$(HOME)/.dtprofile から次の行を削除します。次回のログインから ATOK for Solaris を使用することができます。


# Launch the X Input Method Server.
if [ "_$DTSTARTIMS" = "_True" ]; then
    _sunximswm="dtwm"
    _file=/usr/openwin/lib/locale/$LANG/imsscript/S509Wnn6
    if [ -f $_file ]; then
        . $_file
    fi
    unset _sunximswm _file
fi
###==- Generated by wnn6setup to launch XIM for Japanese. == END == -==###