I ran into the same problem the other night. I was working on the gimp.lua file and commented everything else out of my luarc file. I had the debug going so I saw the problem, but it took a little while to track down the problem. Not long after that I ran across a post by supertobi, in another forum, explaining the problem and the solution.
Glad it worked, Bill On Thu, Sep 1, 2016 at 9:28 PM, William Ferguson <[email protected]> wrote: > Make sure that the line > > require "official/yield" > > is also in your luarc file. If that doesn't fix it, open a terminal and > run 'darktable -d lua'. That will print out information in the terminal > about what is happening. > > Regards, > > Bill > > On Thu, Sep 1, 2016 at 5:07 PM, Johann Spies <[email protected]> > wrote: > >> Thanks for reference to these scripts. I did not know about them. So I >> installed it from github. >> >> Unfortunately the gimp script does not work as described. I get the >> message "Launching gimp" , but gimp is not launched and the exported images >> are dumped in ~/.local/tmp/ >> >> I can edit them with gimp called up manually, but then the rest of the >> process promised by the script does not happen. >> >> This is with Darktable 2.0.5 on Debian Testing/Sid. >> >> Regards >> Johann >> >> >> >> >> >> -- >> Because experiencing your loyal love is better than life itself, >> my lips will praise you. (Psalm 63:3) >> >> ____________________________________________________________________________ >> darktable user mailing list to unsubscribe send a mail to >> [email protected] >> > > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
