scripts not found [solved]

I would like to try the hugin sript. I have cloned the repo and put the script manager loading in .config/darktable/luarc as described in the docs, yet no script manager/scripts are showing up.

How am I supposed to debug this? I tried darktable -d lua but got no error messages. Using darktable 3.7.0~git1331.50c217f9ba-1.

Moinchen, Tamas!

a) What operating system are you using?

b) In a terminal, type

darktable --version

That will show what compile options that your darktable was compiled with. What does it say about Lua support?

c) Try adding this line to your compile directives

-DDONT_USE_INTERNAL_LUA=Off

Recompile.

MfG
Claes in Lund, Schweden

1 Like

I am using the daily builds from

$ darktable --version                                                                                                                                                                                                                                                           [d609823]
this is darktable 3.7.0~git1331.50c217f9ba-1
copyright (c) 2009-2021 johannes hanika
darktable-dev@lists.darktable.org

compile options:
  bit depth is 64 bit
  normal build
  SSE2 optimized codepath enabled
  OpenMP support enabled
  OpenCL support enabled
  Lua support disabled
  Colord support enabled
  gPhoto2 support enabled
  GraphicsMagick support enabled
  ImageMagick support disabled
  OpenEXR support enabled

from this repo so does this mean I should recompile?

a) Operating system?

c) Yes, Lua support must be enabled if you want to use Lua :slight_smile:

Here, on my machine, darktable --version reports

Lua support enabled, API version 8.0.0-dev

MfG
Claes in Lund, Schweden

1 Like

OS is Linux, sorry, forgot to mention.

Now I recompiled everything and it works fine. Thanks!