Re: Problem wih characters (was Problem with IME)

jim_breen_at_hotmail.com
Date: 02/26/05


Date: 26 Feb 2005 09:44:55 GMT

Bart Mathias <mathias@hawaii.edu> dixit:
>jim_breen@hotmail.com wrote:
>> If you right-click on the "little red star" do you get a menu with a
>> "Properties"? (Sorry, but I simply don't know Debian,

>It has "Preferences," and that gives me a place to put a command. But
>if I use mozilla," I get rejected, "KDEInit could not launch
>'LANG=ja_JP.UTF-8' / Could not find 'LANG=ja_JP.UTF-8' executable."

OK. Two possibilities:

(a) use the "env" utility, i.e. put something like:

        /usr/bin/env LANG=ja_JP.UTF-8 /usr/bin/mozilla

in the Command box;

(b) write a little script like:

        #!/bin/bash
        LANG=ja_JP.UTF-8 /usr/bin/mozilla

and put its name in the Command box.

-- 
Jim Breen        http://www.csse.monash.edu.au/~jwb/
Computer Science & Software Engineering,
Monash University, VIC 3800, Australia 
$B%8%`!&%V%j!<%s(B@$B%b%J%7%eBg3X(B


Relevant Pages