-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"in darktable preferences > lua options": I do not have such options, and documentation links are 404 #12
Comments
Did you add dtmediawiki to your luarc file? [trougnouf@bd ~]$ cat ~/.config/darktable/luarc
require "contrib/dtMediaWiki/dtMediaWiki" Is Lua properly installed and dtMediaWiki is in your darktable/lua/contrib directory? (eg If so you can run darktable as |
I checked your paths - yes and yes. Tried |
Darktable 4.6.0 |
Do you have lua-sec installed? (It's one of the dependencies listed in the README) |
On my Gentoo I emerged luasec 1.3.2 (the url is https://github.com/brunoos/luasec) but still the same error. |
You should have the file |
I have another version: 5.1 |
Darktable uses Lua 5.4 so you would need that. I don't know if you can get away with copying the content of /usr/share/lua/5.1 into /usr/share/lua/5.4 (They are not binaries and I believe that darktable has its own Lua 5.4 built-in so maybe?) Or you may be able to compile with DONT_USE_INTERNAL_LUA set to OFF. Either way it's an issue with Darktable (not supporting other versions of Lua) and Gentoo (not shipping Lua 5.4), there is nothing we can do here to fix your issue. See also: https://discuss.pixls.us/t/really-no-chance-for-gentoo-and-lua-scripts/11865 and darktable-org/darktable#6768 |
I don't think so. There is limited control in what we can do there (per the documentation on https://darktable-org.github.io/luadocs/lua.api.manual/darktable/darktable.preferences/ ). Maybe it would be done in darktable's CSS? |
Darktable version 4.4.2
The text was updated successfully, but these errors were encountered: