El mié, 30-06-2004 a las 11:26, Arpad Biro escribió:
Hi,
Have you set the "LANGUAGE" variable?
[lucas@...408... lucas]$ echo $LANGUAGE es
It would be interesting to see the output of
strace inkscape 2>&1|grep open.*.mo
That did it, it's trying to open /usr/local/share/locale/es/LC_MESSAGES/inkscape.mo and /usr/share/locale/es/LC_MESSAGES/libc.mo which do not exist. Voilá the output:
[lucas@...408... lucas]$ strace inkscape 2>&1|grep open.*.mo open("/usr/bin/../lib/libgmodule-2.0.so.0", O_RDONLY) = 3 open("/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2", O_RDONLY) = 3 open("/usr/share/locale/es/LC_MESSAGES/gtk20.mo", O_RDONLY) = 3 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3 open("/usr/local/share/locale/es/LC_MESSAGES/inkscape.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/es/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/inkscape/icons/writing_mode_lr.xpm", O_RDONLY) = 4 open("/usr/share/inkscape/icons/writing_mode_tb.xpm", O_RDONLY) = 4 open("/usr/share/inkscape/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 open("/usr/share/inkscape/modules/roundhole.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/dropshadow.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/dia.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/epsi_output.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/ai_input.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/svgz_output.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/txt2svg.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/svgz_input.inkmod", O_RDONLY) = 5 open("/usr/share/inkscape/modules/ai_output.inkmod", O_RDONLY) = 5 open("/usr/lib/gtk-2.0/2.2.0/engines/libsmooth.so", O_RDONLY) = 5 open("/etc/pango/pango.modules", O_RDONLY) = 4 open("/usr/lib/pango/1.2.0/modules/pango-basic-xft.so", O_RDONLY) = 4 open("/etc/gtk-2.0/gtk.immodules", O_RDONLY) = 4
Thank you for your help, I hope it will be useful for others too. If you happen to be in Spain the first week of August, hop by and we'll have a bottle of Albariño wine ;-) (This invitation is extensible for all Inkscape users out there and what the heck, all those who don't use it too)
Ciao