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.
This commit is contained in:
parent
1e228b2193
commit
8fd4f7ff8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user