Hi,

Am Samstag, 28. Januar 2017, 16:25:39 schrieb Johann Spies:
> My lua-scripts for exports stopped working and I am not sure why.  I could
> recently use something like 'Edit with Gimp'.
> 
> Now those Lua-options do no longer appear in the export menu.
> 
> What I see when running darktable with a debugging option  is
> 
> LUA ERROR : /home/js/.config/darktable/lua/contrib/gimp.lua:71: Module
> contrib/gimp is not compatible with API 4.0.0

Please try the latest version from 
https://github.com/darktable-org/lua-scripts. 

> 
> That was also the case with the 'selection-to-pdf' option.

Search for the following line in the scripts:
 "dt.configuration.check_version(...,{3,0,0},{4,0,0})"

and add "{5,0,0}" at the end like this:
 "dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})"


Anyway I'm not sure if the scripts stop working if the API version check 
fails, because here they stil work like before. 

> This is Darktable 2.2.1
> 
> Regards
> Johann

Christian
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]

Reply via email to