After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 83636 - bindtextdomain with wrong domain names
bindtextdomain with wrong domain names
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Solaris
: High major
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-05-31 02:17 UTC by Hidetoshi Tajima
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
Patch to fix all the Makefile.am's (5.92 KB, patch)
2002-06-06 21:33 UTC, Damon Chaplin
none Details | Review

Description Hidetoshi Tajima 2002-05-31 02:17:39 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".
Comment 1 Dave Bordoley [Not Reading Bug Mail] 2002-05-31 14:47:46 UTC
Can you please supply a patch against the current nautilus cvs and
email the patch to nautilus-list@gnome.org
Comment 2 Hidetoshi Tajima 2002-05-31 16:12:56 UTC
Surely. I'll create a patch of this for nautilus and 
also nautilus-gtkhtml and send it to the mailing list - ASAP.
Comment 3 Damon Chaplin 2002-06-06 21:33:33 UTC
Created attachment 9033 [details] [review]
Patch to fix all the Makefile.am's
Comment 4 Alexander Larsson 2002-06-07 11:33:05 UTC
Looks good. please commit on HEAD.
Comment 5 Luis Villa 2002-06-11 15:47:42 UTC
Damon: easy-fix for you :) 
Comment 6 Damon Chaplin 2002-06-12 18:20:40 UTC
patch applied.