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

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to