> On Dec 4, 2014, at 7:13 AM, Joshua Pettus <[email protected]> wrote: > > Thanks for clearing that up! Turns out there is a “bundle” variant of gtk2 > on macports that does just that.
Please remember to CC the list on all replies. Use "reply all", the double-arrow button. Regards, John Ralls > > Regards, > Josh > >> On Dec 4, 2014, at 10:07 AM, John Ralls <[email protected]> wrote: >> >> >>> On Dec 3, 2014, at 10:45 PM, Joshua Pettus <[email protected]> wrote: >>> >>> Quick question: is there a way to set GTK_LOCALEDIR in the gtk launcher >>> script? or can this only be set at buildtime? >>> >>> If that’s the case, then no big problem as I have a workaround, but just >>> curious if there is a better way. >>> >>> Consequence of using macports rather then the established tools I’m sure. >> >> No, GTK_LOCALEDIR is a C macro not an environment variable. If you build >> Gtk+ with --enable-quartz-relocation (assuming you're building for quartz >> and not X11), GTK_LOCALEDIR is redefined to _gtk_get_locale_dir(), which >> uses NSBundle lookup to find the share/locale directory. >> >> Regards, >> John Ralls >> > _______________________________________________ Gtk-osx-users-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list
