Re: [Gimp-developer] No Lua or Python in Gimp 2.99
- From: Ofnuts <ofnuts gmx com>
- To: gimp-developer-list gnome org
- Subject: Re: [Gimp-developer] No Lua or Python in Gimp 2.99
- Date: Sun, 14 Jun 2020 21:36:48 +0200
On 14/06/2020 20:20, Lloyd Konneker via gimp-developer-list wrote:
Try package lua-lgi
I think I had this same issue, and documented it at
https://wiki.gimp.org/wiki/Hacking:Problems_and_solutions#luajit:_...mp.2F2.99.2Fplug-ins.2Fgoat-exercise-lua.2Fgoat-exercise-lua.lua:22:_module_.27lgi.27_not_found
Ok, this fixes the lua part of the problem.
Then after that install I restarted Gimp, and Lua also had namespace
issues, but then looking closer I saw that JavaScript also had namespace
issues... But the Wiki page you pointed to had a similar question and
its answer helped me figure out that somehow the GI_TYPELIB_PATH wasn't
defined. After setting it to:
export
GI_TYPELIB_PATH="${GIMP_PREFIX}/lib/girepository-1.0:${GIMP_PREFIX}/lib/${arch}/girepository-1.0:$GI_TYPELIB_PATH"
... everything looks fine and dandy.
But this raises another question: I have three well-populated
"girepository-1.0" directories in /usr, how comes nothing seems to
define a GI_TYPELIB_PATH variable in the user environment?
Thanks to all.
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]