I still had the same problem with Ubuntu 11.10 (x86_64).

My language env variables are the fallowing:
LC_MESSAGES=it_IT.UTF-8
LANG=it_IT.UTF-8
LANGUAGE=it:en

But this time the only way I found to have info working again  was to add  
"unset LANG LC_MESSAGES",
into /usr/sbin/update-info-dir after /etc/.../locale sourcing:

if [ -r /etc/default/locale ] ; then
  . /etc/default/locale
fi
unset LANG LC_MESSAGES

Now at least /usr/share/info/dir is correct (and info working, in English).
Regards

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/707931

Title:
  info can not find "Top" node (it_IT.UTF-8 Italian locale)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/707931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to