Hi,
This one should probably go to devel, but since I am not subscribed:
I have got English interface in inkscape 0.42 from autopackage. My locale is fine and is used by gimp & friends. The problem seems to be here:
fstat64(6, {st_mode=S_IFREG|0644, st_size=111332, ...}) = 0 mmap2(NULL, 111332, PROT_READ, MAP_PRIVATE, 6, 0) = 0x40a11000 close(6) = 0 open("/usr/local/share/locale/pl_PL/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/share/locale/pl/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/proc/self/maps", O_RDONLY)
while autopackage puts the ".mo" here: /usr/share/locale/pl/LC_MESSAGES/inkscape.mo
Is it my distro (PLD Linux) problem, autopackage or inkscape's problem?
The problem gets fixed when I put .mo to right directory.
Karol
I have got English interface in inkscape 0.42 from autopackage. My locale is fine and is used by gimp & friends. The problem seems to be here:
open("/usr/local/share/locale/pl_PL/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/share/locale/pl/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
while autopackage puts the ".mo" here: /usr/share/locale/pl/LC_MESSAGES/inkscape.mo
Is it my distro (PLD Linux) problem, autopackage or inkscape's problem?
The problem gets fixed when I put .mo to right directory.
Certainly not your distro but I don't know enough about autopackage to say which of the others.
This warrants a bug report, could you please file one?
Thanks for your detailed analysis, ralf
On Sun, Aug 07, 2005 at 08:59:26AM +0200, Ralf Stephan wrote:
I have got English interface in inkscape 0.42 from autopackage. My locale is fine and is used by gimp & friends. The problem seems to be here:
open("/usr/local/share/locale/pl_PL/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/share/locale/pl/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
while autopackage puts the ".mo" here: /usr/share/locale/pl/LC_MESSAGES/inkscape.mo
Is it my distro (PLD Linux) problem, autopackage or inkscape's problem?
The problem gets fixed when I put .mo to right directory.
Certainly not your distro but I don't know enough about autopackage to say which of the others.
This warrants a bug report, could you please file one?
Reported to the tracker.
Karol
participants (2)
-
Karol Kreński
-
Ralf Stephan