GNOME Bugzilla – Bug 83636
bindtextdomain with wrong domain names
Last modified: 2004-12-22 21:47:04 UTC
With Solaris native gettext, bindtextdomain is called with wrong text domain. While .po are installed at $(prefix)/lib/locale, bindtextdomain() is called with $(prefix)/share/locale, and no tranlation. libbackground/Makefile.am: -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ src/Makefile.am: -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ test/Makefile.am: -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ All of the above should use "${prefix}/${DATADIRNAME}/locale".
Can you please supply a patch against the current nautilus cvs and email the patch to nautilus-list@gnome.org
Surely. I'll create a patch of this for nautilus and also nautilus-gtkhtml and send it to the mailing list - ASAP.
Created attachment 9033 [details] [review] Patch to fix all the Makefile.am's
Looks good. please commit on HEAD.
Damon: easy-fix for you :)
patch applied.