Your message dated Tue, 11 Oct 2016 13:14:41 +0200
with message-id <[email protected]>
and subject line Re: Wrong locale dir
has caused the Debian Bug report #821072,
regarding Wrong locale dir
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
821072: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821072
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: file-roller
Version: 3.20.0-1
Severity: wishlist
Tags: l10n
$ strace file-roller 2>&1 | grep 'file-roller.mo'
open("/usr//locale/vi_VN.utf8/LC_MESSAGES/file-roller.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr//locale/vi_VN/LC_MESSAGES/file-roller.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr//locale/vi.utf8/LC_MESSAGES/file-roller.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr//locale/vi/LC_MESSAGES/file-roller.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
$ dpkg -L file-roller | grep 'vi/LC_MESSAGES/file-roller.mo'
/usr/share/locale/vi/LC_MESSAGES/file-roller.mo
it properly missing `share` in its path.
In source of it, I search:
file-roller$ git grep LOCALEDIR
nautilus/Makefile.am: -DLOCALEDIR=\"$(localedir)\" \
nautilus/fileroller-module.c: bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
src/Makefile.am: -DLOCALEDIR=\"$(localedir)\" \
src/main.c: bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
Please check build option for dh_build!
I'm using:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux unstable (sid)
Release: unstable
Codename: sid
Thanks,
--
Trần Ngọc Quân.
--- End Message ---
--- Begin Message ---
Version: 3.22.0-1
On Fri, 15 Apr 2016 14:18:14 +0700
=?UTF-8?B?VHLhuqduIE5n4buNYyBRdcOibg==?= <[email protected]> wrote:
> Package: file-roller
> Version: 3.20.0-1
> Severity: wishlist
> Tags: l10n
>
> $ strace file-roller 2>&1 | grep 'file-roller.mo'
> open("/usr//locale/vi_VN.utf8/LC_MESSAGES/file-roller.mo", O_RDONLY) =
> -1 ENOENT (No such file or directory)
> open("/usr//locale/vi_VN/LC_MESSAGES/file-roller.mo", O_RDONLY) = -1
> ENOENT (No such file or directory)
> open("/usr//locale/vi.utf8/LC_MESSAGES/file-roller.mo", O_RDONLY) = -1
> ENOENT (No such file or directory)
> open("/usr//locale/vi/LC_MESSAGES/file-roller.mo", O_RDONLY) = -1 ENOENT
> (No such file or directory)
> $ dpkg -L file-roller | grep 'vi/LC_MESSAGES/file-roller.mo'
> /usr/share/locale/vi/LC_MESSAGES/file-roller.mo
Thanks for your bug report. This seems to work fine here:
$ strace file-roller 2>&1 | grep 'file-roller.mo'
open("/usr/share/locale/de_DE.UTF-8/LC_MESSAGES/file-roller.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE.utf8/LC_MESSAGES/file-roller.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/de_DE/LC_MESSAGES/file-roller.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/de.UTF-8/LC_MESSAGES/file-roller.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
open("/usr/share/locale/de.utf8/LC_MESSAGES/file-roller.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/share/locale/de/LC_MESSAGES/file-roller.mo", O_RDONLY) = 11
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---