[Wine] [Fonts]I can't select the script

Dan Kegel dank at kegel.com
Tue Apr 29 13:41:38 CDT 2008


On Tue, Apr 29, 2008 at 10:49 AM, saffolino <wineforum-user at winehq.org> wrote:
>  > Maybe you just need to replicate the locale environment variables
>  > more fully.  In Japanese Ubuntu mode, type
>  > locale | sed 's/^/export /' > setlocale.sh
>  > and also look at the output of 'locale'.  Then
>  > set Ubuntu into English mode, log in,
>  > and do
>  > . setlocale.sh
>
>  I don't understand the "locale" thing (I'm not pro with linux(Ah I use ubuntu 8.04) )

Here's how.  Log in to Ubuntu in Japanese mode.
Get a terminal window and paste the line
  locale | sed 's/^/export /' > jap.sh
into it.  Then look at the new file jap.sh you just created, e.g.
  gedit jap.sh
It should look something like this:
 export LANG=jp_JP
 export LANGUAGE=jp
 export LC_CTYPE="jp_JP"
 ...

Then log out, log back in to Ubuntu in English mode,
get another terminal window, and give the command
  source jap.sh

If that doesn't give an error, you should be able to run
apps (including wine) inside that same terminal window
and have them run in japanese mode.
- Dan



More information about the wine-users mailing list