Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
thanks ... that is exacltly what I currently have

very confusing!

On 03/07/2018 11:49 AM, thokster wrote:
> The current version of selection_to_pdf.lua from here:
> https://github.com/darktable-org/lua-scripts/tree/master/official
> has the correct line 39.
> 
> Am 07.03.2018 um 11:38 schrieb David Vincent-Jones:
>> I am running dt ver. 2.5.0 ~git
>>
>> Should line 39 be modified for the current version??
>>
>> On 03/07/2018 11:31 AM, thokster wrote:
>>> Did you check line 39 in selection_to_pdf.lua?
>>>
>>>
>>> 39 dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0})
>> 
>>
>> darktable user mailing list
>> to unsubscribe send a mail to
>> darktable-user+unsubscr...@lists.darktable.org
>>
> 
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
> 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-07 Thread thokster
The current version of selection_to_pdf.lua from here: 
https://github.com/darktable-org/lua-scripts/tree/master/official

has the correct line 39.

Am 07.03.2018 um 11:38 schrieb David Vincent-Jones:

I am running dt ver. 2.5.0 ~git

Should line 39 be modified for the current version??

On 03/07/2018 11:31 AM, thokster wrote:

Did you check line 39 in selection_to_pdf.lua?


39 dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0})


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
I am running dt ver. 2.5.0 ~git

Should line 39 be modified for the current version??

On 03/07/2018 11:31 AM, thokster wrote:
> Did you check line 39 in selection_to_pdf.lua?
> 
> 
> 39 dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0})

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-07 Thread thokster

Did you check line 39 in selection_to_pdf.lua?


39 dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0})


Am 07.03.2018 um 11:01 schrieb David Vincent-Jones:

After making the git update some items (gimp for instance) are now
functioning correctly and I have moved the 'unresponsive' items to the
bottom of the list.

The error message however still appears as it was before indicating a
version mismatch:

LUA ERROR API Version: 5.0.0
LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
Module selection_to_pdf is not compatible with API 5.0.0

I have checked that all the listed requirments are correctly in place
What am I still missing?

David


On 03/06/2018 09:59 PM, William Ferguson wrote:

The easiest way, IMHO, to get the scripts and keep them up to date is

cd ~/.config/darktable
git clone https://github.com/darktable-org/lua-scripts.git
mv lua-scripts lua

Then, when you want to update

cd ~/.config/darktable/lua
git pull


Regards,

Bill

On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger
> wrote:

 All of one's Lua scripts can be disabled by a single Lua error, so I
 would try updating to the current version of the
 'selection_to_pdf.lua' script.

 --
 August Schwerdfeger
 aug...@schwerdfeger.name 

 On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones
 > wrote:

 This is the cl feedback  there is no mention of the gimp.lua
 I am currently showing Lua version as 5.3.4 ... appears to be
 the latest.

 david@carbon:~> darktable -d lua
 [imageop_init_presets] updating 'basecurve' preset 'fujifilm
 like' from
 version 4 to version 5
 LUA ERROR API Version: 5.0.0
 LUA ERROR :
 /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
 Module selection_to_pdf is not compatible with API 5.0.0

 David

 On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
 > * David Vincent-Jones > [03-06-18 09:28]:
 >> For some reason my Lua scripts are not showing as export options.
 >>
 >> With Gimp (for example) the 'require "official/gimp" ' entry does 
exist
 >> and is correctly located in the ~/.config/darktable/luarc file.  
None of
 >> the other Lua options are also showing.    What am I missing?
 >
 > did you start dt from the cl to see what you are missing?
 >   darktable -d lua
 >
 >
 

 darktable user mailing list
 to unsubscribe send a mail to
 darktable-user+unsubscr...@lists.darktable.org
 



 

 darktable user mailing list to unsubscribe send a mail to
 darktable-user+unsubscr...@lists.darktable.org
 




darktable user mailing list to unsubscribe send a mail to
darktable-user+unsubscr...@lists.darktable.org


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org




darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
After making the git update some items (gimp for instance) are now
functioning correctly and I have moved the 'unresponsive' items to the
bottom of the list.

The error message however still appears as it was before indicating a
version mismatch:

LUA ERROR API Version: 5.0.0
LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
Module selection_to_pdf is not compatible with API 5.0.0

I have checked that all the listed requirments are correctly in place
What am I still missing?

David


On 03/06/2018 09:59 PM, William Ferguson wrote:
> The easiest way, IMHO, to get the scripts and keep them up to date is
> 
> cd ~/.config/darktable
> git clone https://github.com/darktable-org/lua-scripts.git
> mv lua-scripts lua
> 
> Then, when you want to update
> 
> cd ~/.config/darktable/lua
> git pull
> 
> 
> Regards,
> 
> Bill
> 
> On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger
> > wrote:
> 
> All of one's Lua scripts can be disabled by a single Lua error, so I
> would try updating to the current version of the
> 'selection_to_pdf.lua' script.
> 
> --
> August Schwerdfeger
> aug...@schwerdfeger.name 
> 
> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones
> > wrote:
> 
> This is the cl feedback  there is no mention of the gimp.lua
> I am currently showing Lua version as 5.3.4 ... appears to be
> the latest.
> 
> david@carbon:~> darktable -d lua
> [imageop_init_presets] updating 'basecurve' preset 'fujifilm
> like' from
> version 4 to version 5
> LUA ERROR API Version: 5.0.0
> LUA ERROR :
> /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
> Module selection_to_pdf is not compatible with API 5.0.0
> 
> David
> 
> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
> > * David Vincent-Jones  > [03-06-18 09:28]:
> >> For some reason my Lua scripts are not showing as export options.
> >>
> >> With Gimp (for example) the 'require "official/gimp" ' entry does 
> exist
> >> and is correctly located in the ~/.config/darktable/luarc file.  
> None of
> >> the other Lua options are also showing.    What am I missing?
> >
> > did you start dt from the cl to see what you are missing?
> >   darktable -d lua
> >
> >
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
> 
> 
> 
> 
> 
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
> 
> 
> 
> 
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
Thank you Bill;
I was confused ... the documentation indicates that the 'official'
scripts are 'maintained by the darktable community', I had incorrectly
assumed that they would be updated as a part of the automatic process. I
now know better.
David

On 03/06/2018 09:59 PM, William Ferguson wrote:
> The easiest way, IMHO, to get the scripts and keep them up to date is
> 
> cd ~/.config/darktable
> git clone https://github.com/darktable-org/lua-scripts.git
> mv lua-scripts lua
> 
> Then, when you want to update
> 
> cd ~/.config/darktable/lua
> git pull
> 
> 
> Regards,
> 
> Bill
> 
> On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger
> > wrote:
> 
> All of one's Lua scripts can be disabled by a single Lua error, so I
> would try updating to the current version of the
> 'selection_to_pdf.lua' script.
> 
> --
> August Schwerdfeger
> aug...@schwerdfeger.name 
> 
> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones
> > wrote:
> 
> This is the cl feedback  there is no mention of the gimp.lua
> I am currently showing Lua version as 5.3.4 ... appears to be
> the latest.
> 
> david@carbon:~> darktable -d lua
> [imageop_init_presets] updating 'basecurve' preset 'fujifilm
> like' from
> version 4 to version 5
> LUA ERROR API Version: 5.0.0
> LUA ERROR :
> /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
> Module selection_to_pdf is not compatible with API 5.0.0
> 
> David
> 
> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
> > * David Vincent-Jones  > [03-06-18 09:28]:
> >> For some reason my Lua scripts are not showing as export options.
> >>
> >> With Gimp (for example) the 'require "official/gimp" ' entry does 
> exist
> >> and is correctly located in the ~/.config/darktable/luarc file.  
> None of
> >> the other Lua options are also showing.    What am I missing?
> >
> > did you start dt from the cl to see what you are missing?
> >   darktable -d lua
> >
> >
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
> 
> 
> 
> 
> 
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
> 
> 
> 
> 
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread J Albrecht
I know that I’m pushing my luck but, since I’ve also got the Nik stuf loaded 
(and functioning independently quite well) onto my Mac box, it would REALLY be 
nice if that intended functionality could also be available. Nudge, nudge, 
wink, wink ;-)

* Off and on, I’ve returned to hacking your existing code in effort to make it 
work, But, my Frankenstein result gets uglier at each attempt :-(


> On 06 Mar 2018, at 17:53, William Ferguson  wrote:
> 
> I had someone test them and they don't appear to work yet.  I'll make some 
> mods tonight and send them out for testing again.
> 
> Sorry,
> 
> Bill
> 
> On Tue, Mar 6, 2018 at 5:50 PM, J Albrecht  > wrote:
> William; I just noticed that your Mac mods already seem to be on GitHub. 
> Thanks! I’ll be pulling my git shortly…
> 
>  
>> On 06 Mar 2018, at 15:59, William Ferguson > > wrote:
>> 
>> The easiest way, IMHO, to get the scripts and keep them up to date is
>> 
>> cd ~/.config/darktable
>> git clone https://github.com/darktable-org/lua-scripts.git 
>> 
>> mv lua-scripts lua
>> 
>> Then, when you want to update 
>> 
>> cd ~/.config/darktable/lua
>> git pull
>> 
>> 
>> Regards,
>> 
>> Bill
>> 
>> On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger 
>> > wrote:
>> All of one's Lua scripts can be disabled by a single Lua error, so I would 
>> try updating to the current version of the 'selection_to_pdf.lua' script.
>> 
>> --
>> August Schwerdfeger
>> aug...@schwerdfeger.name 
>> 
>> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones > > wrote:
>> This is the cl feedback  there is no mention of the gimp.lua
>> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
>> 
>> david@carbon:~> darktable -d lua
>> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
>> version 4 to version 5
>> LUA ERROR API Version: 5.0.0
>> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
>> Module selection_to_pdf is not compatible with API 5.0.0
>> 
>> David
>> 
>> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
>> > * David Vincent-Jones > 
>> > [03-06-18 09:28]:
>> >> For some reason my Lua scripts are not showing as export options.
>> >>
>> >> With Gimp (for example) the 'require "official/gimp" ' entry does exist
>> >> and is correctly located in the ~/.config/darktable/luarc file.  None of
>> >> the other Lua options are also showing.    What am I missing?
>> >
>> > did you start dt from the cl to see what you are missing?
>> >   darktable -d lua
>> >
>> >
>> 
>> darktable user mailing list
>> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org 
>> 
>> 
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>>  
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>>  
> 
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org 



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread J Albrecht
No need to apologise! Your work is appreciated nonetheless :-)


> On 06 Mar 2018, at 17:53, William Ferguson  wrote:
> 
> I had someone test them and they don't appear to work yet.  I'll make some 
> mods tonight and send them out for testing again.
> 
> Sorry,
> 
> Bill
> 
> On Tue, Mar 6, 2018 at 5:50 PM, J Albrecht  > wrote:
> William; I just noticed that your Mac mods already seem to be on GitHub. 
> Thanks! I’ll be pulling my git shortly…
> 
>  
>> On 06 Mar 2018, at 15:59, William Ferguson > > wrote:
>> 
>> The easiest way, IMHO, to get the scripts and keep them up to date is
>> 
>> cd ~/.config/darktable
>> git clone https://github.com/darktable-org/lua-scripts.git 
>> 
>> mv lua-scripts lua
>> 
>> Then, when you want to update 
>> 
>> cd ~/.config/darktable/lua
>> git pull
>> 
>> 
>> Regards,
>> 
>> Bill
>> 
>> On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger 
>> > wrote:
>> All of one's Lua scripts can be disabled by a single Lua error, so I would 
>> try updating to the current version of the 'selection_to_pdf.lua' script.
>> 
>> --
>> August Schwerdfeger
>> aug...@schwerdfeger.name 
>> 
>> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones > > wrote:
>> This is the cl feedback  there is no mention of the gimp.lua
>> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
>> 
>> david@carbon:~> darktable -d lua
>> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
>> version 4 to version 5
>> LUA ERROR API Version: 5.0.0
>> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
>> Module selection_to_pdf is not compatible with API 5.0.0
>> 
>> David
>> 
>> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
>> > * David Vincent-Jones > 
>> > [03-06-18 09:28]:
>> >> For some reason my Lua scripts are not showing as export options.
>> >>
>> >> With Gimp (for example) the 'require "official/gimp" ' entry does exist
>> >> and is correctly located in the ~/.config/darktable/luarc file.  None of
>> >> the other Lua options are also showing.    What am I missing?
>> >
>> > did you start dt from the cl to see what you are missing?
>> >   darktable -d lua
>> >
>> >
>> 
>> darktable user mailing list
>> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org 
>> 
>> 
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>>  
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>>  
> 
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org 



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread William Ferguson
I had someone test them and they don't appear to work yet.  I'll make some
mods tonight and send them out for testing again.

Sorry,

Bill

On Tue, Mar 6, 2018 at 5:50 PM, J Albrecht  wrote:

> William; I just noticed that your Mac mods already seem to be on GitHub.
> Thanks! I’ll be pulling my git shortly…
>
>
>
> On 06 Mar 2018, at 15:59, William Ferguson  wrote:
>
> The easiest way, IMHO, to get the scripts and keep them up to date is
>
> cd ~/.config/darktable
> git clone https://github.com/darktable-org/lua-scripts.git
> mv lua-scripts lua
>
> Then, when you want to update
>
> cd ~/.config/darktable/lua
> git pull
>
>
> Regards,
>
> Bill
>
> On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger <
> aug...@schwerdfeger.name> wrote:
>
>> All of one's Lua scripts can be disabled by a single Lua error, so I
>> would try updating to the current version of the 'selection_to_pdf.lua'
>> script.
>>
>> --
>> August Schwerdfeger
>> aug...@schwerdfeger.name
>>
>> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones 
>> wrote:
>>
>>> This is the cl feedback  there is no mention of the gimp.lua
>>> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
>>>
>>> david@carbon:~> darktable -d lua
>>> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
>>> version 4 to version 5
>>> LUA ERROR API Version: 5.0.0
>>> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
>>> Module selection_to_pdf is not compatible with API 5.0.0
>>>
>>> David
>>>
>>> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
>>> > * David Vincent-Jones  [03-06-18 09:28]:
>>> >> For some reason my Lua scripts are not showing as export options.
>>> >>
>>> >> With Gimp (for example) the 'require "official/gimp" ' entry does
>>> exist
>>> >> and is correctly located in the ~/.config/darktable/luarc file.  None
>>> of
>>> >> the other Lua options are also showing.    What am I missing?
>>> >
>>> > did you start dt from the cl to see what you are missing?
>>> >   darktable -d lua
>>> >
>>> >
>>> 
>>> 
>>> darktable user mailing list
>>> to unsubscribe send a mail to darktable-user+unsubscribe@lis
>>> ts.darktable.org
>>>
>>>
>>
>> 
>> darktable user mailing list to unsubscribe send a mail to
>> darktable-user+unsubscr...@lists.darktable.org
>>
>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread J Albrecht
William; I just noticed that your Mac mods already seem to be on GitHub. 
Thanks! I’ll be pulling my git shortly…

 
> On 06 Mar 2018, at 15:59, William Ferguson  wrote:
> 
> The easiest way, IMHO, to get the scripts and keep them up to date is
> 
> cd ~/.config/darktable
> git clone https://github.com/darktable-org/lua-scripts.git 
> 
> mv lua-scripts lua
> 
> Then, when you want to update 
> 
> cd ~/.config/darktable/lua
> git pull
> 
> 
> Regards,
> 
> Bill
> 
> On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger  > wrote:
> All of one's Lua scripts can be disabled by a single Lua error, so I would 
> try updating to the current version of the 'selection_to_pdf.lua' script.
> 
> --
> August Schwerdfeger
> aug...@schwerdfeger.name 
> 
> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones  > wrote:
> This is the cl feedback  there is no mention of the gimp.lua
> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
> 
> david@carbon:~> darktable -d lua
> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
> version 4 to version 5
> LUA ERROR API Version: 5.0.0
> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
> Module selection_to_pdf is not compatible with API 5.0.0
> 
> David
> 
> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
> > * David Vincent-Jones > 
> > [03-06-18 09:28]:
> >> For some reason my Lua scripts are not showing as export options.
> >>
> >> With Gimp (for example) the 'require "official/gimp" ' entry does exist
> >> and is correctly located in the ~/.config/darktable/luarc file.  None of
> >> the other Lua options are also showing.    What am I missing?
> >
> > did you start dt from the cl to see what you are missing?
> >   darktable -d lua
> >
> >
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org 
> 
> 
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org 
>  
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org 



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread William Ferguson
The easiest way, IMHO, to get the scripts and keep them up to date is

cd ~/.config/darktable
git clone https://github.com/darktable-org/lua-scripts.git
mv lua-scripts lua

Then, when you want to update

cd ~/.config/darktable/lua
git pull


Regards,

Bill

On Tue, Mar 6, 2018 at 3:41 PM, August Schwerdfeger <
aug...@schwerdfeger.name> wrote:

> All of one's Lua scripts can be disabled by a single Lua error, so I would
> try updating to the current version of the 'selection_to_pdf.lua' script.
>
> --
> August Schwerdfeger
> aug...@schwerdfeger.name
>
> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones 
> wrote:
>
>> This is the cl feedback  there is no mention of the gimp.lua
>> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
>>
>> david@carbon:~> darktable -d lua
>> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
>> version 4 to version 5
>> LUA ERROR API Version: 5.0.0
>> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
>> Module selection_to_pdf is not compatible with API 5.0.0
>>
>> David
>>
>> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
>> > * David Vincent-Jones  [03-06-18 09:28]:
>> >> For some reason my Lua scripts are not showing as export options.
>> >>
>> >> With Gimp (for example) the 'require "official/gimp" ' entry does exist
>> >> and is correctly located in the ~/.config/darktable/luarc file.  None
>> of
>> >> the other Lua options are also showing.    What am I missing?
>> >
>> > did you start dt from the cl to see what you are missing?
>> >   darktable -d lua
>> >
>> >
>> 
>> 
>> darktable user mailing list
>> to unsubscribe send a mail to darktable-user+unsubscribe@lis
>> ts.darktable.org
>>
>>
>
> 
> darktable user mailing list to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.darktable.org
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Lua Export

2018-03-06 Thread August Schwerdfeger
All of one's Lua scripts can be disabled by a single Lua error, so I would
try updating to the current version of the 'selection_to_pdf.lua' script.

--
August Schwerdfeger
aug...@schwerdfeger.name

On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones 
wrote:

> This is the cl feedback  there is no mention of the gimp.lua
> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
>
> david@carbon:~> darktable -d lua
> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
> version 4 to version 5
> LUA ERROR API Version: 5.0.0
> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
> Module selection_to_pdf is not compatible with API 5.0.0
>
> David
>
> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
> > * David Vincent-Jones  [03-06-18 09:28]:
> >> For some reason my Lua scripts are not showing as export options.
> >>
> >> With Gimp (for example) the 'require "official/gimp" ' entry does exist
> >> and is correctly located in the ~/.config/darktable/luarc file.  None of
> >> the other Lua options are also showing.    What am I missing?
> >
> > did you start dt from the cl to see what you are missing?
> >   darktable -d lua
> >
> >
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscribe@lis
> ts.darktable.org
>
>


darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Re: [darktable-user] Lua Export

2018-03-06 Thread Patrick Shanahan
* David Vincent-Jones  [03-06-18 15:01]:
> This is the cl feedback  there is no mention of the gimp.lua
> I am currently showing Lua version as 5.3.4 ... appears to be the latest.
> 
> david@carbon:~> darktable -d lua
> [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
> version 4 to version 5
> LUA ERROR API Version: 5.0.0
> LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
> Module selection_to_pdf is not compatible with API 5.0.0
> 
> David
> 
> On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
> > * David Vincent-Jones  [03-06-18 09:28]:
> >> For some reason my Lua scripts are not showing as export options.
> >>
> >> With Gimp (for example) the 'require "official/gimp" ' entry does exist
> >> and is correctly located in the ~/.config/darktable/luarc file.  None of
> >> the other Lua options are also showing.    What am I missing?
> > 
> > did you start dt from the cl to see what you are missing?
> >   darktable -d lua
> >   
> > 

and that doesn't present you with a clue?

you need to update selection_to_pdf.lua or at least edit it to make it use
5.0.0.

I took the time to look it up for you, appears to me that you have an old
version of selection_to_pdf.

I *usually* partake of Dos Equis Lager, and don't mind receiving by mail.

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread David Vincent-Jones
This is the cl feedback  there is no mention of the gimp.lua
I am currently showing Lua version as 5.3.4 ... appears to be the latest.

david@carbon:~> darktable -d lua
[imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from
version 4 to version 5
LUA ERROR API Version: 5.0.0
LUA ERROR : /home/david/.config/darktable/lua/selection_to_pdf.lua:39:
Module selection_to_pdf is not compatible with API 5.0.0

David

On 03/06/2018 03:40 PM, Patrick Shanahan wrote:
> * David Vincent-Jones  [03-06-18 09:28]:
>> For some reason my Lua scripts are not showing as export options.
>>
>> With Gimp (for example) the 'require "official/gimp" ' entry does exist
>> and is correctly located in the ~/.config/darktable/luarc file.  None of
>> the other Lua options are also showing.    What am I missing?
> 
> did you start dt from the cl to see what you are missing?
>   darktable -d lua
>   
> 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Lua Export

2018-03-06 Thread Patrick Shanahan
* David Vincent-Jones  [03-06-18 09:28]:
> For some reason my Lua scripts are not showing as export options.
> 
> With Gimp (for example) the 'require "official/gimp" ' entry does exist
> and is correctly located in the ~/.config/darktable/luarc file.  None of
> the other Lua options are also showing.    What am I missing?

did you start dt from the cl to see what you are missing?
  darktable -d lua
  
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



[darktable-user] Lua Export

2018-03-06 Thread David Vincent-Jones
For some reason my Lua scripts are not showing as export options.

With Gimp (for example) the 'require "official/gimp" ' entry does exist
and is correctly located in the ~/.config/darktable/luarc file. None of
the other Lua options are also showing.  What am I missing?

David

darktable current git.



darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org