[darktable-user] lua scripts installer not available

2021-01-21 Thread Marc Sitkin
Hi- Working with darktable 3.4 on a Manjaro XFCE system. dt 3.4 was updated from 3.2.1 yesterday via pacman from the official Manjaro repo. lua scripts installer is not present in left panel below the image information module in the lightable view. Checked luarc in .config/Darktable, it was the f

Re: [darktable-user] LUA scripts disappeard (but present in folder)

2019-04-28 Thread Kneops
I just realized it was just the preset that was deleted, GIMP export option is there, so this is solved. Thanks! Op 28-04-19 om 01:59 schreef William Ferguson: If depends on how your are managing them.  If you are using script_manager, then go to the contrib tab and click the Enable GIMP bu

Re: [darktable-user] LUA scripts disappeard (but present in folder)

2019-04-28 Thread Kneops
I'm not familiar with a script manager, but after some searching I found it, and after reading the reply from David I found the script manager at the bottom left, otherwise I would never have found it ;). Enabling copypaste metadata works, but enabling Gimp does not add the Export to Gimp opti

Re: [darktable-user] LUA scripts disappeard (but present in folder)

2019-04-27 Thread William Ferguson
The lua API version is higher in the git version due to several API changes. If you're on macos or linux then do: cd ~/.config/darktable/lua git pull cd .. rm luarc ln -s lua/tools/script_manager.lua luarc and you should be good to go. The newest version of script_manager, as well as all the lu

Re: [darktable-user] LUA scripts disappeard (but present in folder)

2019-04-27 Thread David Vincent-Jones
My scripts all appear to be working correctly but my 'script manager' appears to have disappeared from the bottom of the lighttable left column as a result of a recent git update. On 2019-04-27 4:59 p.m., William Ferguson wrote: If depends on how your are managing them.  If you are using scrip

Re: [darktable-user] LUA scripts disappeard (but present in folder)

2019-04-27 Thread William Ferguson
If depends on how your are managing them. If you are using script_manager, then go to the contrib tab and click the Enable GIMP button. If you are using a luarc file, i.e. ~/.config/darktable/luarc, then make sure it has the line require "contrib/gimp". Bill On Sat, Apr 27, 2019 at 7:49 AM Kneo

[darktable-user] LUA scripts disappeard (but present in folder)

2019-04-27 Thread Kneops
I wanted to export an image to Gimp and saw that is was not there anymore in the export presets. So I checked the LUA tab in the DT preference window and it seems all LUA scripts are removed, except two. I checked the LUA folder under .config/.../LUA, but all scripts are still there. How can I

Re: [darktable-user] lua scripts and windows

2018-05-01 Thread Jim Robinson
Hi Bill, Thanks - that's the problem. I had been using the version from https://www.partha.com/ which has a few extra bits and pieces incorporated. All works with the official release. I think the problem with the version I was using might be that C:\Program Files\GIMP-2.10.0-std\GIMP-2.10.0-std

Re: [darktable-user] lua scripts and windows

2018-05-01 Thread William Ferguson
Hi Jim, How did you install GIMP. I was still running 2.9.x and I thought it might be a 2.10 issue, so I iinstalled 2.10. The path to my executable is C:\Program Files\GIMP 2\bin\gimp-2.10.exe. I tested it and it worked again. I notice that the path to your executable is different than mine.

Re: [darktable-user] lua scripts and windows

2018-05-01 Thread Jim Robinson
Further to my earlier post I have inserted a 10 sec delay into the gimp.lua script just before the file move takes place and now gimp does open the file exported from darktable, but as soon as the delay is completed the file move takes place and the file is imported into darktable. I assume that th

Re: [darktable-user] lua scripts and windows

2018-05-01 Thread Jim Robinson
Hi, I reverted to darktable 2.4.1, but with the same outcome, and so as suggested ran from git-bash shell with the following output $ ./darktable.exe -d lua LUA "C:\Program Files\GIMP-2.10.0-std\GIMP-2.10.0-std.exe" C:\Users\jim\AppData\Local\Temp\6Q1B7618.jpg Creating rungimp logfile C:\Users\ji

Re: [darktable-user] lua scripts and windows

2018-04-30 Thread William Ferguson
Just cloned the lua-scripts git repository, tried edit with GIMP and it worked. I'm using win 7 and darktable 2.4.1. Try running darktable from a command prompt (or better yet git bash shell) with the -d lua option. The output should give you a better idea of what is happening, or post it here a

[darktable-user] lua scripts and windows

2018-04-30 Thread Jim Robinson
Hi, I am trying to use the gimp lua script with darktable (2.5.0 from git) on windows 7. The script, which was retrieved via git yesterday, runs but does not wait for gimp so that by the time gimp has started the image it was supposed to work on has already been moved by later parts of the gimp.

Re: [darktable-user] Lua scripts

2017-03-17 Thread Maurizio
In data venerdì 17 marzo 2017 15:32:33 CET, William Ferguson ha scritto: > In the luarc file it should be > > require "contrib/gimp" > > Regards, > > Bill > > On Fri, Mar 17, 2017 at 1:59 PM, Maurizio wrote: > > Hi all, > > it seems not possible to run lua scripts despite all elementary tests

Re: [darktable-user] Lua scripts

2017-03-17 Thread William Ferguson
In the luarc file it should be require "contrib/gimp" Regards, Bill On Fri, Mar 17, 2017 at 1:59 PM, Maurizio wrote: > Hi all, > it seems not possible to run lua scripts despite all elementary tests (like > print Hello World) are working... > I made a luarc file in $HOME/.config/darktable > I

[darktable-user] Lua scripts

2017-03-17 Thread Maurizio
Hi all, it seems not possible to run lua scripts despite all elementary tests (like print Hello World) are working... I made a luarc file in $HOME/.config/darktable IN the same directory I created the lua/ folder inside the lua/ folder i put official/ and contrib/ folders with all scripts. Now go

[darktable-user] Lua scripts compatible with darktable 2.2.0rc0

2016-11-08 Thread William Ferguson
The lua scripts have been updated to API 4.0.0 and tested with darktable 2.2.0rc0. You can get the latest copy from https://github.com/darktable-org/lua-scripts. Enjoy, Bill darktable user mailing list to unsubscribe s