Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Japanese character input for KDE
- Date: Wed, 12 Jun 2002 15:11:48 -0400
- From: Josh Glover <jmglov@example.com>
- Subject: Re: [tlug] Japanese character input for KDE
- References: <120602163.29948@example.com> <4.3.2.7.0.20020613020252.00bceb50@example.com>
- Organization: INCOGEN, Inc.
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020606
Edward Davies wrote: > Hi Josh, > > Thanks for the reply. > >> Urk. Have you checked out the archives (are they working today ;)? > > > They most not be working. A search on "KDE" came back with nothing, > which I thought was kinda odd. Excellent. He who searches before posting is a friend of mine. The archive search works on and off (Chris's fault, obviously), so I am not surprised at your lack of luck there. >> The answer boils down to this: input in X is application-specific, not >> global to a Window Manager. >> >> E.g. if I want to be able to input Japanese in Mozilla Mail, I do >> something like: >> >> kinput2 -canna & >> LANG=ja_JP XMODIFIERS=@example.com=kinput2 mozilla -mail & >> >> Ya dig? > > > Uhh...kind of..I'm kind of a Linux Newbie. Is that something I can just > enter from the command line, or does it belong in a file somewhere? Either. (And there is no shame in being a newbie, as long as you do not pretend to have a clue! ;) You can open up a terminal and enter the above commands, or you can make a script to handle it for you. You could make a ~/bin/jlaunch.sh script like: ----------------- #!/bin/bash if [ ! -n "$1" ]; then echo "Usage jlaunch.sh <application>" exit fi IM=kinput2 IM_EXEC="kinput2 -canna" pgrep $IM >/dev/null || $IM_EXEC & LANG=ja_JP XMODIFIERS=@example.com=$IM $1 ----------------- And then do something like ~/bin/jlaunch mozilla. Ugly, but effective. -- Josh Glover <jmglov@example.com> Associate Systems Administrator INCOGEN, Inc.
- Follow-Ups:
- Re: [tlug] Japanese character input for KDE
- From: Stephen J. Turnbull
- References:
- [tlug] Japanese character input for KDE
- From: Edward Davies
- Re: [tlug] Japanese character input for KDE
- From: Edward Davies
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] maybe a repetitive question about distros
- Next by Date: Re: [tlug] maybe a repetitive question about distros
- Previous by thread: Re: [tlug] Japanese character input for KDE
- Next by thread: Re: [tlug] Japanese character input for KDE
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links