> > 4. Another previously reported issue in forum about fonts working badly (drawing square boxes instead letters) was resolved per suggestion of another user to add > > following lines in the launcher.sh: > > export PANGO_LIBDIR="$bundle_lib" > > export PANGO_SYSCONFDIR="$bundle_etc" > > > > Perhaps you can update your launcher example to add those lines: > > https://github.com/jralls/gtk-mac-bundler/blob/master/examples/launcher.sh > > Just committed that yesterday. ;-) Just checked, it seems you've fixed this one: https://github.com/jralls/gtk-mac-bundler/blob/master/bundler/launcher.sh but not this one: https://github.com/jralls/gtk-mac-bundler/blob/master/examples/launcher.sh Regards, Miroslav |