diff --git a/mac/gramps.bundle b/mac/gramps.bundle index 00394c227..9ce31ba55 100644 --- a/mac/gramps.bundle +++ b/mac/gramps.bundle @@ -147,7 +147,11 @@ ${prefix}/include/python2.7/pyconfig.h - diff --git a/mac/gramps.launcher b/mac/gramps.launcher index ebe4b9a48..6e09dc8d2 100755 --- a/mac/gramps.launcher +++ b/mac/gramps.launcher @@ -21,8 +21,11 @@ export GTK_EXE_PREFIX="$bundle_res" export GTK_PATH="$bundle_res" export PANGO_RC_FILE="$bundle_etc/pango/pangorc" +export PANGO_SYSCONFDIR="$bundle_etc" +export PANGO_LIBDIR="$bundle_lib" export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-3.0/gdk-pixbuf.loaders" export GTK_IM_MODULE_FILE="$bundle_etc/gtk-3.0/gtk.immodules" +export GI_TYPELIB_PATH="bundle_lib/girepository-1.0"q export GVBINDIR="$bundle_lib/graphviz"