desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #83262
[Bug 280449] Re: luit gives "Warning: couldn't find charset data for locale XXXX; using ISO 8859-1."
Hardy has seen the end of its life and is no longer receiving any
updates. Marking the Hardy task for this ticket as "Won't Fix".
** Changed in: x11-utils (Ubuntu Hardy)
Status: New => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to x11-utils in Ubuntu.
https://bugs.launchpad.net/bugs/280449
Title:
luit gives "Warning: couldn't find charset data for locale XXXX; using
ISO 8859-1."
Status in “x11-utils” package in Ubuntu:
Fix Released
Status in “x11-utils” source package in Hardy:
Won't Fix
Bug description:
Binary package hint: x11-utils
Release: ubuntu 8.04.01 (Hardy).
x11-utils version 7.3+1 from http://nl.archive.ubuntu.com hardy/main
When running "LANG=en_US luit ssh ancient-machine" or "LANG=en_US xterm -lc", luit issues a warning:
"Warning: couldn't find charset data for locale en_US; using ISO 8859-1." (in the xterm example, the warning will appear as the first line in the xterm).
This is because luit cannot find the correct locale.alias file. It
looks for /usr/lib/X11/locale/locale.alias, but that file is not
present (at least on hardy), it is in
/usr/share/X11/locale/locale.alias.
Quick-fix solution:
$ cd /usr/lib/X11
$ sudo mkdir locale
$ cd locale
$ sudo ln -s /usr/share/X11/locale/locale.alias .
Now "luit" behaves properly, at least for latin1 or latin9 type of
locales.
Better fix is likely to recompile luit with the correct paths
(encodings.dir also has an incorrect path: another /usr/lib/X11 vs
/usr/share/X11 mixup).
ProblemType: Bug
Architecture: amd64
Date: Thu Oct 9 00:16:54 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia ath_hal
Package: x11-utils 7.3+1
PackageArchitecture: amd64
ProcEnviron:
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/username/bin:/usr/X11R6/bin
LANG=nl_NL
SourcePackage: x11-utils
Uname: Linux 2.6.24-19-generic x86_64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-utils/+bug/280449/+subscriptions