I am using Ubuntu 18.04 and darktable 2.6.2 and want to add the plugin “enfuseadvanced” but until now without success.
Which more files I need to download then “enfuseadvanced.lua”?
In darktable preferences I cannot find the tab “lua options”.
Are there any “step-by-step” tutorial how to install the plugin?
Thanks @paperdigits and @yteaot for quick reply!
I have installed “darktable” from Ubuntu’s repository.
The tab “lua options” shown in the answer is not in my “darktable”.
Should it be there immediately after installation or do I have to activate it myself?
Maybe I should try to download “darktable” from any PPA?
I’m pretty sure you have the snap package, because the distro package for 18.04 is 2.4.2, not the latest 2.6 that you have. If you open darktable, then open a terminal and type df -h, do you see something about darktable? If yes, you have the snap package. The snap package doesn’t support lua.
I have never used Flakpak, but found this page about Ubuntu and Flakpak.
Do you think I can install Flakpak in Ubuntu using that description?
If so, can I find darktable 2.6.2 with lua in Flatpak.
I wanted to test “filmic” and “fusion (in Base Curve)”
and therefore upgraded the darktable to 2.6.2
Then set up the flathub repo and install darktable from flathub.
Flatpaks are sandboxes, so it won’t use your existing database, but you can copy all the confif files to ~/.var/app/org.darktable.Darktable/darktable/config (or something like that, I’m not at a computer right now. You put the lua stuff in there too.
Using following code en "luarc " I can see that “lua” is activated in my Darktable 2.6.2 under Ubuntu 18.04. The message “Hello World” appears when Darktable starts. The luarc file looks like this:
@yteaot Hey! Many thanks for your detailed response. I have made little progress using your latest instructions. Previously, I received the message that enfuseAdvanced could not be found. Now it looks like this:
In the “lua” directory, I only have “contrib”, assuming the other six will be added when I configured “git”, which I didn’t know I had to.
Is this the command to config git?