Just open each lua script with a text editor and read the specific how to. Am 04.04.2017 18:11 schrieb "Colin Adams" <[email protected]>:
> In the case of Gimp, it's a target option in the export module. > > On Tue, 4 Apr 2017 at 17:10 David Vincent-Jones <[email protected]> > wrote: > >> Thanks for both responses .... yes, I have done all that. AFAIK >> everything is installed correctly. >> >> Now, how do I call/start Gimp or any of the other plugins from darktable? >> That is the question. >> >> David >> >> On 04/04/2017 08:34 AM, Tobias Ellinghaus wrote: >> >> Am Dienstag, 4. April 2017, 14:41:05 CEST schrieb Christian Kanzian: >> >> Hi, >> >> Am 2017-04-03 18:42, schrieb David Vincent-Jones: >> >> I appear to have all of the Lua material correctly in place .. my only >> question is how do I start any of the scripts/plugins? >> >> >> Well, they are loaded on startup, if you add them to your >> "~/.config/darktable/luarc" >> like "require lua/gimp" assuming that the script "gimp.lua" is in dir >> "~/.config/lua". >> >> >> That should be >> require "gimp" >> with "gimp.lua" being in "~/.config/darktable/lua/" >> >> >> You can check for errors if you start: >> >> "darktable -d lua" >> >> You also need to check, if darktable has been build with lua support. >> >> >> Do I start from the normal dt interface or through the console? >> >> Lots of Lua documentation but starting a process is somehow omitted. >> >> David >> >> >> Christian >> >> >> Tobias >> >> >> >> ____________________________________________________________________________ >> 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]
