From 8fd4f7ff8edf4783e9258a14002543707c734bcd Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 16 Apr 2016 14:58:06 -0700 Subject: [PATCH] Bug 8563: Gramps reports that it can't find dictionaries. Turns out it was really that enchant couldn't find its backend because an environment variable wasn't set. --- mac/gramps.launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/gramps.launcher b/mac/gramps.launcher index 078064068..024c86944 100755 --- a/mac/gramps.launcher +++ b/mac/gramps.launcher @@ -29,7 +29,7 @@ if [ `uname -r | cut -d . -f 1` -ge 10 ]; then fi export GI_TYPELIB_PATH="$bundle_lib/girepository-1.0" export GVBINDIR="$bundle_lib/graphviz" - +export ENCHANT_MODULE_PATH="$bundle_lib/enchant" #Set $PYTHON to point inside the bundle PYVER=3.4