Am Donnerstag, 20. Oktober 2016, 10:15:23 CEST schrieb Jefferson Ferreira: > Hi, > > I wrote an example in darktable/luarc that shows a strange error when I > open/close the "export selected" module: > > *ERROR in lualib, couldn't find a container, this should never happen* > > The source of luarc is this: > > *dt = require "darktable"* > *dt.register_lib(* > * "test",* > * "test", * > * true, * > * false, * > * { [dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_RIGHT_CENTER", > 500} },* > * dt.new_widget("label") {* > * label = "just a name"* > * },* > * nil,* > * nil* > *)* > > Thanks in advance.
That is known and longstanding bug in how Lua initializes its widgets. Tobias
signature.asc
Description: This is a digitally signed message part.