On Sat, Dec 29, 2007 at 11:28:08PM +0200, Tuomas Kulve wrote:
> Marius Gedminas wrote:
> 
> >   browser --url http://www.google.com
> 
> > Bug?
> 
> WORKSFORME.

Aha!  ssh copies my locale settings from the laptop, and lt_LT.UTF-8 is not 
supported
on the tablet:

  ~ $ locale
  locale: Cannot set LC_CTYPE to default locale: No such file or directory
  locale: Cannot set LC_ALL to default locale: No such file or directory
  LANG=en_US
  LC_CTYPE=lt_LT.UTF-8
  LC_NUMERIC="en_US"
  LC_TIME="en_US"
  LC_COLLATE="en_US"
  LC_MONETARY="en_US"
  LC_MESSAGES=en_US
  LC_PAPER="en_US"
  LC_NAME="en_US"
  LC_ADDRESS="en_US"
  LC_TELEPHONE="en_US"
  LC_MEASUREMENT="en_US"
  LC_IDENTIFICATION="en_US"
  LC_ALL=

When I override LC_CTYPE, I get translated messages.  A bit strange
that LC_CTYPE affects them -- LC_MESSAGES is sensible.

Well, then, I'll just add

  export LC_CTYPE=en_GB

to ~/.profile.

Thanks for the quick answer!

Marius Gedminas
-- 
A witty saying proves nothing.
                -- Voltaire

Attachment: signature.asc
Description: Digital signature

_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users

Reply via email to