
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Fedora Core 3 questions
On Thu, 27 Jan 2005 21:49:53 +1100 (EST), Jim Breen 
<Jim.Breen@example.com> wrote:
> (b) ditto for Firefox. I assumed it would be OK to use the same
> technique I used for Mozilla with RH7.3, in which I start it with:
> "LANG=ja_JP XMODIFIERS=@example.com=kinput2 /usr/bin/mozilla" but it barfs at the
> the "LANG" from which I assume the launcher in Fedora C3 is using a
> different shell.
Why don't you write a quicky shell script:
#!/bin/bash
LANG=ja_JP XMODIFIERS=@example.com=kinput2 /usr/bin/mozilla
And then use the shell script to start Mozilla, either by typing it
into the launcher dialogue, or by creating a shortcut on your desktop.
The latter is the strategy I use for making all of the apps my wife
uses able to input Japanese.
You could presumably do the same thing for GNOME terminal.
-Josh
Home |
Main Index |
Thread Index