The lua API version is higher in the git version due to several API changes. If you're on macos or linux then do:
cd ~/.config/darktable/lua git pull cd .. rm luarc ln -s lua/tools/script_manager.lua luarc and you should be good to go. The newest version of script_manager, as well as all the lua scripts, check the minimum api version required to run so they are not as sensitive to API version changes. If you're on windows: open a terminal cd AppData\Local\darktable\lua git pull copy tools\script_manager.lua ..\luarc and again, you should be good to go. Bill On Sat, Apr 27, 2019 at 8:11 PM David Vincent-Jones <[email protected]> wrote: > My scripts all appear to be working correctly but my 'script manager' > appears to have disappeared from the bottom of the lighttable left column > as a result of a recent git update. > On 2019-04-27 4:59 p.m., William Ferguson wrote: > > If depends on how your are managing them. If you are using > script_manager, then go to the contrib tab and click the Enable GIMP > button. If you are using a luarc file, i.e. ~/.config/darktable/luarc, > then make sure it has the line require "contrib/gimp". > > Bill > > On Sat, Apr 27, 2019 at 7:49 AM Kneops <[email protected]> wrote: > >> I wanted to export an image to Gimp and saw that is was not there anymore >> in the export presets. So I checked the LUA tab in the DT preference window >> and it seems all LUA scripts are removed, except two. I checked the LUA >> folder under .config/.../LUA, but all scripts are still there. How can I >> get them back? >> >> >> >> ____________________________________________________________________________ >> darktable user mailing list to unsubscribe send a mail to >> [email protected] >> > > ____________________________________________________________________________ > darktable user mailing list to unsubscribe send a mail to > [email protected] > > > ____________________________________________________________________________ > darktable user mailing list to unsubscribe send a mail to > [email protected] > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
