From owner-FreeBSD-users-jp@jp.FreeBSD.org Mon Oct 13 17:26:26 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h9D8QQ278359;
	Mon, 13 Oct 2003 17:26:26 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from dsmtp0.dion.ne.jp (dsmtp0.dion.ne.jp [210.172.64.79])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h9D8QQM78354
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 13 Oct 2003 17:26:26 +0900 (JST)
	(envelope-from mine_fly@f5.dion.ne.jp)
Received: from f5.dion.ne.jp (M030057.ppp.dion.ne.jp [61.117.30.57])
	by dsmtp0.dion.ne.jp (3.7W-03013013) id RAA15941
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 13 Oct 2003 17:26:24 +0900 (JST)
Message-ID: <3F8A618B.9080601@f5.dion.ne.jp>
From: Mine <mine_fly@f5.dion.ne.jp>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030922
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: FreeBSD-users-jp@jp.FreeBSD.org
References: <3F8A02D2.6090404@f5.dion.ne.jp> <8665it7si0.wl@barleycoren.oikumene.gcd.org> <3F8A337B.3000802@f5.dion.ne.jp> <20031013062558.GK595%ginga-freebsd@ginganet.org>
In-Reply-To: <20031013062558.GK595%ginga-freebsd@ginganet.org>
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Mon, 13 Oct 2003 17:25:47 +0900
X-Sequence: FreeBSD-users-jp 76833
Subject: [FreeBSD-users-jp 76833] Re: keyboard not response on gaim-0.68
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: mine_fly@f5.dion.ne.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+031013

$B%_%M$G$9!#(B

Kawaguti Ginga wrote:

>In Mon, Oct 13, 2003 at 02:09:15PM +0900,
>Mine <mine_fly@f5.dion.ne.jp> wrote:
>  
>
>>There is no problem for Japanese-Input when I use mozilla web browser
>>and mail client. It seems this trouble only happened with gaim.
>>    
>>
>
>I absolutely don't know if gaim works with kinput2(or
>any other Japanese input client).
>If you don't need kinput2 with gaim, you may try the following:
>	% env XMODIFIERS="@im=none" gaim &
>
>(gaim wouldn't try to connect to kinput2.)
>
>  
>
>>What I set related kinput2 is as follow:
>>
>>1. installed ja-kinput2-freewnn-3.1_2 and ja-FreeWnn-lib-1.1.1.a020 and
>>ja-FreeWnn-server-1.1.1.a020
>>2. add the followed locale to ~/.cshrc
>>setenv LANG ja_JP.EUC
>>setenv LC_CTYPE ja_JP.EUC
>>3. add the followed statement to ~/.xinitrc
>>export XMODIFIERS="@im=kinput2"
>>kinput2 -wnn &
>>4. add the followed statement to ~/.Xresource
>>*inputMethod: kinput2
>>    
>>
>
>(Just a general comment)
>  * Locale should be "ja_JP.eucJP". 
>    "ja_JP.EUC" is old and may not work right.
>  
>
$B860x$O$3$3$K$"$j$^$9$M!#(BLocale$B$r(Bja_JP.eucJP$B$KJQ99$7$F$_$?$i!"0lH/$G2r7h(B
$B$7$^$7$?!#(B

>  * Is Freewnn's jserver running?
>  	% ps auxww|grep jserver
>	% /usr/local/bin/Wnn4/wnnstat
>  * Check which wnn-server kinput2 is using.
>    It can be set by hostname("jserver"), or by 
>    an environment variable "$JSERVER".
>    If not sure, use something like the following line:
>    	% kinput2 -wnn -jserver localhost &
>  * Testing of kinput2 with other software like kterm
>    might give you a hint.
>    	% kterm -xim &
>    and type ctrl-space on the new kterm.
>
>This page (and related links) might help you:
>	http://www.jp.FreeBSD.ORG/QandA/HTML/360.html
>	http://www.jp.FreeBSD.ORG/QandA/HTML/363.html
>	http://www.jp.FreeBSD.ORG/QandA/HTML/356.html
>  
>
$B%"%I%P%$%9$7$F$/$l$F!"$"$j$,$H$&8f:B$$$^$7$?!#(B

