Re: [darktable-user] Can DT be loaded onto MAC running Mojave OS

2020-09-10 Thread J Albrecht
I run darktable 3.2.1 on Mac OS Mojave 10.14.6 without any problems. At least 
none that I’ve found up to this point.


---

> On 10 Sep 2020, at 05:46, Terry Pinfold  wrote:
> 
> Hi all,
>   Can DT be loaded onto MAC running  Mojave OS? I have a student who has 
> a Mac with Mojave and is unsure about loading the latest release of DT. She 
> currently has 3.0.0 loaded and it works.
> 
> --
> Dr Terry Pinfold
> Cytometry & Histology Lab Manager
> Lecturer in Flow Cytometry
> University of Tasmania
> 17 Liverpool St, Hobart, 7000
> Ph 6226 4846 or 0408 699053
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP


[darktable-user] SOLVED Fedora 32 -this time, enfuseAdvanced Lua fails to load

2020-09-06 Thread J Albrecht
That did it, Bill! As per your suggestion, I ensured that a photo was selected 
prior to attempting to enable the enfuseAdvanced module. In so doing, the 
module installed without fail this time.

Thanks!



> On 5 Sep 2020, at 20:10, William Ferguson  wrote:
> 
> Did you have an image selected?  If no output directory is saved in the 
> preferences, then it tries to use the path from the first image in the 
> collection.
> 
> On Sat, Sep 5, 2020 at 7:38 PM J Albrecht  <mailto:hevii...@gmail.com>> wrote:
> Further to the previous message, line 845 in my copy of the enfuseAdvanced 
> script contains:
> 
>   if temp == '' or temp == nil then temp = dt.collection[1].path end
> 
> 
>> On 5 Sep 2020, at 19:32, J Albrecht > <mailto:hevii...@gmail.com>> wrote:
>> 
>> I’ve got everything ticking along nicely on my Mac box but, the Linux crate 
>> is now being obstinate;  Whereas I can load enfuse, trying to do the same 
>> with enfuseAdvanced results in:
>> 
>>  9.760007 LUA ERROR Error loading enfuseAdvanced
>>  9.760012 LUA ERROR Error message: 
>> /home/heviiguy/.config/darktable/lua/contrib/enfuseAdvanced.lua:845: attempt 
>> to index a nil value (field '?')
>> 
>> * I’ve disabled Enfuse via the script manager and then restarted darktable 
>> before attempting to load enfuseAdvanced
>> 
>> 
>> 
>>> On 5 Sep 2020, at 18:31, J Albrecht >> <mailto:hevii...@gmail.com>> wrote:
>>> 
>>> Excellent! That did it, Bill. Thank you so much!
>>> 
>>> 
>>> 
>>>> On 5 Sep 2020, at 13:14, William Ferguson >>> <mailto:wpfergu...@gmail.com>> wrote:
>>>> 
>>>> In script_manager go to the category tools and open executable manager.  
>>>> Pick the executable from the drop down menu and then pick the location.  
>>>> enfuseAdvanced needs exiftool and align_image_stack also.
>>>> 
>>>> On Sat, Sep 5, 2020, 10:31 AM J Albrecht >>> <mailto:hevii...@gmail.com>> wrote:
>>>> Thanks for the guidance, Bill. As expected, the terminal output showed:
>>>> 
>>>>/.config/darktable/lua/official/enfuse.lua:283: enfuse executable not 
>>>> found
>>>> 
>>>> Entering “which enfuse” returns:
>>>> 
>>>>/Applications/Hugin/HuginStitchProject.app/Contents/MacOS/enfuse
>>>> 
>>>> I seem to recall that in earlier versions I was able to specify the 
>>>> location of the executable. Alas, I cannot find where to do that now.
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> ---
>>>> 
>>>> 
>>>>> On 5 Sep 2020, at 00:31, William Ferguson >>>> <mailto:wpfergu...@gmail.com>> wrote:
>>>>> 
>>>>> Can you start darktable from a terminal with the command
>>>>> 
>>>>> /Applications/darktable.app/Contents/MacOS/darktable -d lua
>>>>> 
>>>>> This should print whatever error that enfuse and enfuseAdvanced are 
>>>>> having.
>>>>> 
>>>>> Thanks,
>>>>> 
>>>>> Bill
>>>>> 
>>>>> On Fri, Sep 4, 2020 at 4:25 PM J Albrecht >>>> <mailto:hevii...@gmail.com>> wrote:
>>>>> Try as hard and as often as I might, I can’t enable either the enfuse or 
>>>>> the enfuseAdvance Lua script. When I try to invoke them from Bill 
>>>>> Ferguson’s excellent Script Manager, the effort is returned with 
>>>>> “enfuse(Advanced) failed to load.
>>>>> 
>>>>> I’m currently running darktable v 3.2.1 on Mac OS 10.14.6 (Mojave). 
>>>>> Enfuse is also loaded onto my box.
>>>>> 
>>>>> Can somebody please provide a bit of guidance so that I can once again 
>>>>> make use of this functionality? Thanks in advance!
>>>>> 
>>>>> 
>>>>>  darktable user mailing list to unsubscribe send a mail to 
>>>>> darktable-user+unsubscr...@lists.darktable.org 
>>>>> <mailto:darktable-user+unsubscr...@lists.darktable.org>
>>>> 
>>> 
>> 
> 



signature.asc
Description: Message signed with OpenPGP


[darktable-user] Re: Fedora 32 -this time, enfuseAdvanced Lua fails to load

2020-09-05 Thread J Albrecht
Further to the previous message, line 845 in my copy of the enfuseAdvanced 
script contains:

if temp == '' or temp == nil then temp = dt.collection[1].path end


> On 5 Sep 2020, at 19:32, J Albrecht  wrote:
> 
> I’ve got everything ticking along nicely on my Mac box but, the Linux crate 
> is now being obstinate;  Whereas I can load enfuse, trying to do the same 
> with enfuseAdvanced results in:
> 
>   9.760007 LUA ERROR Error loading enfuseAdvanced
>   9.760012 LUA ERROR Error message: 
> /home/heviiguy/.config/darktable/lua/contrib/enfuseAdvanced.lua:845: attempt 
> to index a nil value (field '?')
> 
> * I’ve disabled Enfuse via the script manager and then restarted darktable 
> before attempting to load enfuseAdvanced
> 
> 
> 
>> On 5 Sep 2020, at 18:31, J Albrecht > <mailto:hevii...@gmail.com>> wrote:
>> 
>> Excellent! That did it, Bill. Thank you so much!
>> 
>> 
>> 
>>> On 5 Sep 2020, at 13:14, William Ferguson >> <mailto:wpfergu...@gmail.com>> wrote:
>>> 
>>> In script_manager go to the category tools and open executable manager.  
>>> Pick the executable from the drop down menu and then pick the location.  
>>> enfuseAdvanced needs exiftool and align_image_stack also.
>>> 
>>> On Sat, Sep 5, 2020, 10:31 AM J Albrecht >> <mailto:hevii...@gmail.com>> wrote:
>>> Thanks for the guidance, Bill. As expected, the terminal output showed:
>>> 
>>> /.config/darktable/lua/official/enfuse.lua:283: enfuse executable not 
>>> found
>>> 
>>> Entering “which enfuse” returns:
>>> 
>>> /Applications/Hugin/HuginStitchProject.app/Contents/MacOS/enfuse
>>> 
>>> I seem to recall that in earlier versions I was able to specify the 
>>> location of the executable. Alas, I cannot find where to do that now.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> ---
>>> 
>>> 
>>>> On 5 Sep 2020, at 00:31, William Ferguson >>> <mailto:wpfergu...@gmail.com>> wrote:
>>>> 
>>>> Can you start darktable from a terminal with the command
>>>> 
>>>> /Applications/darktable.app/Contents/MacOS/darktable -d lua
>>>> 
>>>> This should print whatever error that enfuse and enfuseAdvanced are having.
>>>> 
>>>> Thanks,
>>>> 
>>>> Bill
>>>> 
>>>> On Fri, Sep 4, 2020 at 4:25 PM J Albrecht >>> <mailto:hevii...@gmail.com>> wrote:
>>>> Try as hard and as often as I might, I can’t enable either the enfuse or 
>>>> the enfuseAdvance Lua script. When I try to invoke them from Bill 
>>>> Ferguson’s excellent Script Manager, the effort is returned with 
>>>> “enfuse(Advanced) failed to load.
>>>> 
>>>> I’m currently running darktable v 3.2.1 on Mac OS 10.14.6 (Mojave). Enfuse 
>>>> is also loaded onto my box.
>>>> 
>>>> Can somebody please provide a bit of guidance so that I can once again 
>>>> make use of this functionality? Thanks in advance!
>>>> 
>>>> 
>>>>  darktable user mailing list to unsubscribe send a mail to 
>>>> darktable-user+unsubscr...@lists.darktable.org 
>>>> <mailto:darktable-user+unsubscr...@lists.darktable.org>
>>> 
>> 
> 



signature.asc
Description: Message signed with OpenPGP


[darktable-user] Fedora 32 -this time, enfuseAdvanced Lua fails to load

2020-09-05 Thread J Albrecht
I’ve got everything ticking along nicely on my Mac box but, the Linux crate is 
now being obstinate;  Whereas I can load enfuse, trying to do the same with 
enfuseAdvanced results in:

9.760007 LUA ERROR Error loading enfuseAdvanced
9.760012 LUA ERROR Error message: 
/home/heviiguy/.config/darktable/lua/contrib/enfuseAdvanced.lua:845: attempt to 
index a nil value (field '?')

* I’ve disabled Enfuse via the script manager and then restarted darktable 
before attempting to load enfuseAdvanced



> On 5 Sep 2020, at 18:31, J Albrecht  wrote:
> 
> Excellent! That did it, Bill. Thank you so much!
> 
> 
> 
>> On 5 Sep 2020, at 13:14, William Ferguson > <mailto:wpfergu...@gmail.com>> wrote:
>> 
>> In script_manager go to the category tools and open executable manager.  
>> Pick the executable from the drop down menu and then pick the location.  
>> enfuseAdvanced needs exiftool and align_image_stack also.
>> 
>> On Sat, Sep 5, 2020, 10:31 AM J Albrecht > <mailto:hevii...@gmail.com>> wrote:
>> Thanks for the guidance, Bill. As expected, the terminal output showed:
>> 
>>  /.config/darktable/lua/official/enfuse.lua:283: enfuse executable not 
>> found
>> 
>> Entering “which enfuse” returns:
>> 
>>  /Applications/Hugin/HuginStitchProject.app/Contents/MacOS/enfuse
>> 
>> I seem to recall that in earlier versions I was able to specify the location 
>> of the executable. Alas, I cannot find where to do that now.
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> ---
>> 
>> 
>>> On 5 Sep 2020, at 00:31, William Ferguson >> <mailto:wpfergu...@gmail.com>> wrote:
>>> 
>>> Can you start darktable from a terminal with the command
>>> 
>>> /Applications/darktable.app/Contents/MacOS/darktable -d lua
>>> 
>>> This should print whatever error that enfuse and enfuseAdvanced are having.
>>> 
>>> Thanks,
>>> 
>>> Bill
>>> 
>>> On Fri, Sep 4, 2020 at 4:25 PM J Albrecht >> <mailto:hevii...@gmail.com>> wrote:
>>> Try as hard and as often as I might, I can’t enable either the enfuse or 
>>> the enfuseAdvance Lua script. When I try to invoke them from Bill 
>>> Ferguson’s excellent Script Manager, the effort is returned with 
>>> “enfuse(Advanced) failed to load.
>>> 
>>> I’m currently running darktable v 3.2.1 on Mac OS 10.14.6 (Mojave). Enfuse 
>>> is also loaded onto my box.
>>> 
>>> Can somebody please provide a bit of guidance so that I can once again make 
>>> use of this functionality? Thanks in advance!
>>> 
>>> 
>>>  darktable user mailing list to unsubscribe send a mail to 
>>> darktable-user+unsubscr...@lists.darktable.org 
>>> <mailto:darktable-user+unsubscr...@lists.darktable.org>
>> 
> 



signature.asc
Description: Message signed with OpenPGP


SOLVED: [darktable-user] Mac OS - enfuse & enfuseAdvance Lua fails to load

2020-09-05 Thread J Albrecht
Excellent! That did it, Bill. Thank you so much!



> On 5 Sep 2020, at 13:14, William Ferguson  wrote:
> 
> In script_manager go to the category tools and open executable manager.  Pick 
> the executable from the drop down menu and then pick the location.  
> enfuseAdvanced needs exiftool and align_image_stack also.
> 
> On Sat, Sep 5, 2020, 10:31 AM J Albrecht  <mailto:hevii...@gmail.com>> wrote:
> Thanks for the guidance, Bill. As expected, the terminal output showed:
> 
>   /.config/darktable/lua/official/enfuse.lua:283: enfuse executable not 
> found
> 
> Entering “which enfuse” returns:
> 
>   /Applications/Hugin/HuginStitchProject.app/Contents/MacOS/enfuse
> 
> I seem to recall that in earlier versions I was able to specify the location 
> of the executable. Alas, I cannot find where to do that now.
> 
> 
> 
> 
> 
> 
> 
> ---
> 
> 
>> On 5 Sep 2020, at 00:31, William Ferguson > <mailto:wpfergu...@gmail.com>> wrote:
>> 
>> Can you start darktable from a terminal with the command
>> 
>> /Applications/darktable.app/Contents/MacOS/darktable -d lua
>> 
>> This should print whatever error that enfuse and enfuseAdvanced are having.
>> 
>> Thanks,
>> 
>> Bill
>> 
>> On Fri, Sep 4, 2020 at 4:25 PM J Albrecht > <mailto:hevii...@gmail.com>> wrote:
>> Try as hard and as often as I might, I can’t enable either the enfuse or the 
>> enfuseAdvance Lua script. When I try to invoke them from Bill Ferguson’s 
>> excellent Script Manager, the effort is returned with “enfuse(Advanced) 
>> failed to load.
>> 
>> I’m currently running darktable v 3.2.1 on Mac OS 10.14.6 (Mojave). Enfuse 
>> is also loaded onto my box.
>> 
>> Can somebody please provide a bit of guidance so that I can once again make 
>> use of this functionality? Thanks in advance!
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>> <mailto:darktable-user+unsubscr...@lists.darktable.org>
> 



signature.asc
Description: Message signed with OpenPGP


Re: [darktable-user] Mac OS - enfuse & enfuseAdvance Lua fails to load

2020-09-05 Thread J Albrecht
Thanks for the guidance, Bill. As expected, the terminal output showed:

/.config/darktable/lua/official/enfuse.lua:283: enfuse executable not 
found

Entering “which enfuse” returns:

/Applications/Hugin/HuginStitchProject.app/Contents/MacOS/enfuse

I seem to recall that in earlier versions I was able to specify the location of 
the executable. Alas, I cannot find where to do that now.







---


> On 5 Sep 2020, at 00:31, William Ferguson  wrote:
> 
> Can you start darktable from a terminal with the command
> 
> /Applications/darktable.app/Contents/MacOS/darktable -d lua
> 
> This should print whatever error that enfuse and enfuseAdvanced are having.
> 
> Thanks,
> 
> Bill
> 
> On Fri, Sep 4, 2020 at 4:25 PM J Albrecht  <mailto:hevii...@gmail.com>> wrote:
> Try as hard and as often as I might, I can’t enable either the enfuse or the 
> enfuseAdvance Lua script. When I try to invoke them from Bill Ferguson’s 
> excellent Script Manager, the effort is returned with “enfuse(Advanced) 
> failed to load.
> 
> I’m currently running darktable v 3.2.1 on Mac OS 10.14.6 (Mojave). Enfuse is 
> also loaded onto my box.
> 
> Can somebody please provide a bit of guidance so that I can once again make 
> use of this functionality? Thanks in advance!
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP


[darktable-user] Mac OS - enfuse & enfuseAdvance Lua fails to load

2020-09-04 Thread J Albrecht
Try as hard and as often as I might, I can’t enable either the enfuse or the 
enfuseAdvance Lua script. When I try to invoke them from Bill Ferguson’s 
excellent Script Manager, the effort is returned with “enfuse(Advanced) failed 
to load.

I’m currently running darktable v 3.2.1 on Mac OS 10.14.6 (Mojave). Enfuse is 
also loaded onto my box.

Can somebody please provide a bit of guidance so that I can once again make use 
of this functionality? Thanks in advance!


signature.asc
Description: Message signed with OpenPGP


Re: [darktable-user] Darktable and Mac

2019-11-02 Thread J Albrecht
Karolina,

It seems that your problem is the result of trying to save your svg file in the 
wrong location. I believe that it needs to be within the config directory. For 
example, my watermarks reside at:

/Users/MyName/.config/darktable/watermarks/


> On 1 Nov 2019, at 13:40, Tornado On Tour  wrote:
> 
> 
> 
> --- Weitergeleitete Nachricht --
> Von: Tornado On Tour  >
> Datum: Do. 31. Okt. 2019 um 12:49
> Betreff: Darktable and Mac
> An:  >
> 
> 
> Hi everybody,
> 
> I'm using darktable now nearly for a year. We are now traveling and we have 
> our website. www.tornado-on-tour.de 
> I would like to use our own watermark to save our pictures.
> Unfortunately I can't add the personalized watermark to the darktable folder 
> watermarks:
> /Volumes/darktable/darktable.app/Contents/Resources/share/darktable/watermarks
> I think the problem is because of the user rights. I have read a lot of Mac 
> advises how to unlock the user rights, but unfortunately nothing helps.
> Maybe you have an idea how to unlock the rights?
> 
> For example the Darktable Information folder says that I have actually 
> reading and contribute rights but the upper line says I have only reading 
> rights.
> 
> I hope you can help or advise where I can get more information to solve this 
> problem.
> Thank you very much
> Karolina
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org
> 



signature.asc
Description: Message signed with OpenPGP


Re: [darktable-user] Easy way to remove imported presets?

2018-09-30 Thread J Albrecht
Can’t all of this command line gobley-gook nevertheless be done in DB Browser 
for SQLite? In order to “kill the orphans” (ugghh) one must simply hit a couple 
of GUI buttons to conveniently delete the necessary rows in both tables, right?



> On 30 Sep 2018, at 13:01, Frank J.  wrote:
> 
> Am 25.09.2018 um 17:37 schrieb dt-l...@stefan-klinger.de:
> ...
>> If only some of the data is deleted from a database, it might end up
>> in an inconsistent state.  Depending on the assumptions the
>> application makes about the DB's state, this may break later.
> 
> To avoid inconsistences it is possible to use functions of the database.
> For this case "N items related to 1 style" I suggest to add a "foreign key 
> contraint" to ~/.config/darktable/data.db
> 
> SQL:
> 
> -- At first we need an index:
> CREATE UNIQUE INDEX styles_idx ON styles (id);
> 
> -- Second we need a foreign-key-constraint:
> -- The easy way - like in postgreSQL - does not work in SQLite:
> ALTER TABLE style_items
>  ADD FOREIGN KEY (styleid)
>  REFERENCES styles (id)
>  ON DELETE CASCADE;
> 
> -- So we have to go the harder way:
> --  https://sqlite.org/lang_altertable.html
> 
> PRAGMA foreign_keys=OFF;
> BEGIN TRANSACTION;
> -- SELECT type, sql FROM sqlite_master WHERE tbl_name='style_items';
> CREATE TABLE new_style_items (
>  styleid INTEGER,
>  num INTEGER,
>  module INTEGER,
>  operation VARCHAR(256),
>  op_params BLOB,
>  enabled INTEGER,
>  blendop_params BLOB,
>  blendop_version INTEGER,
>  multi_priority INTEGER,
>  multi_name VARCHAR(256),
>  FOREIGN KEY(styleid) REFERENCES styles(id) ON DELETE CASCADE
> );
> 
> INSERT INTO new_style_items (styleid,num,module,operation,op_params,enabled, 
> blendop_params,blendop_version,multi_priority,multi_name)
>  SELECT styleid,num,module,operation,op_params,enabled, 
> blendop_params,blendop_version,multi_priority,multi_name
> FROM style_items;
> DROP TABLE style_items;
> ALTER TABLE new_style_items RENAME TO style_items;
> COMMIT TRANSACTION;
> PRAGMA foreign_keys=ON;
> 
> -- SQL End
> 
> The result: Deleting a row in Table "styles" will also delete all related 
> items in table "style_items".
> No orphaned rows will be left there.
> 
> I did not test this change whith my primary database and darktable software, 
> but only with a copy auf "data.db".
> 
> --
> Frank
> 
> 
> 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] Easy way to remove imported presets?

2018-09-24 Thread J Albrecht
Have you actually tried “DB Browser for SQLite” as Micha had suggested? Prior 
to reading his post, I had no idea of its existence. I was quite impressed once 
I had tried it out. As it’s a GUI, you can easily trash one, seven or all 
dozens of your styles in one go. You can even squint a bit and ‘pretend’ that 
it’s a part of darktable, if that makes it easier ;-)

> On 24 Sep 2018, at 09:58, kneops  wrote:
> 
> There is nothing inside that folder except a few image files.
> I guess for now the database is the only option, and ofcourse deleting every 
> single style manually.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Op 23-09-18 om 22:40 schreef Jean-Luc CECCOLI:
>> What about /usr/share/darktable/style ?
> 
> 
>  
> 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] Fujifilm users: how to get the colors right?

2018-09-16 Thread J Albrecht
Are you trying to get the colours to be “right” in an absolute sense or simply 
to be the same as what the Fujifilm convertor spits-out? It’s highly unlikely 
that the two are the same.

If the former, you’re heading down a very difficult path by following your 
present intended course. In order to produce real-world “right” results, you’ll 
need to embrace a full Colour Management workflow. On the other hand, if you 
merely wish to emulate the Fujifilm output, perhaps the following article on 
PIXLS.US might send you in a helpful direction: 
https://pixls.us/articles/profiling-a-camera-with-darktable-chart/ 
.

* Unfortunately, this does nothing for you in your present dilemma because the 
process requires up-front preparation. However, if you read not only the 
article but also between its lines to make it relevant to your unique emulation 
needs, you should be set when encountering a similar situation in the future.



> On 16 Sep 2018, at 14:08, kneops  wrote:
> 
> Are there Fujifilm users active in this DT mailing list?
> 
> I'm trying to get the colors right.
> 
> I'm using the Fujifilm Raw file convertor on the left and DT on the right, 
> and I'm trying to get the colors look the same, including the details in 
> those colors.
> DT default profile is too red in general, and I've tried many times with many 
> tools to get the Provia film simulation image look the same in DT. The Provia 
> colors on the left are more realistic (I've was there ;) )
> 
> 
> 
> 
> 
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP


Re: [darktable-user] Mac version UI performance/lag

2018-08-20 Thread J Albrecht
As I had noted earlier and elsewhere, I also run dt (2.4.4) on a Mac:
MacBook Pro (Retina, 13-inch, Late 2013)
2.6 GHz Intel Core i5, 8 GB 1600 MHz DDR3
Occasionally, I also have the program running on a linux (Fedora) desktop.

I’ve no complaints about dt’s performance on either system. Nor have I noticed 
differences. Yet perhaps if I’m inclined to experience the performance of a 
tricked-out Porsche, I might be compelled to make some changes. Meanwhile, I’m 
quite content, happily zipping along the autobahn in my fancy VW.



> On 20 Aug 2018, at 11:22, Henri Turpeenoja  wrote:
> 
> I use mac and latest version of darktable and I haven’t noticed nothing.
> Only thing is that when adding point to tone curve, it might reset it self 
> just like that. Maybe it’s mouse contct issue, I don’t know.
> 
> On Mon, 20 Aug 2018 at 12.15, parafin  > wrote:
> On Mon, 20 Aug 2018 10:00:41 +0100
> Rui Carmo mailto:rui.ca...@gmail.com>> wrote:
> 
> >
> > (Also, I’ll be filing an issue on the way full screen is handled, since 
> > dialog boxes work quite poorly in that mode — they’re always stretched to 
> > the full display, which is kind of awkward in the case of yes/no prompts on 
> > a 27” display…)
> 
> Which version are you using? This bug should have been fixed in 2.4.
> Which dialog boxes are still fullscreen?
> 
> >
> > Cheers,
> >
> > R.
> > 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



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Darktable Lua Script Manager

2018-08-19 Thread J Albrecht

> On 19 Aug 2018, at 21:20, William Ferguson  wrote:
> 
> With regards to the functionality of the link to the “downloads” directory, 
> could you perhaps explain your reasoning for this?


>  The downloads directory is the baseline.  If you know how to modify the lua 
> directory, then you can add much more.  If you don't, then you have a place 
> to put random scripts you download.

Ah, I see now. Good point!


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Darktable Lua Script Manager

2018-08-19 Thread J Albrecht
Bill, this is BRILLIANT! I’ve been waiting for it ever since you had mentioned 
it over a year (or 2?) ago. Thank you :-)

As a MacOS user (running dt 2.4.4 on OS El Capitan 10.11.6), I have the 
following observations:

The enable settings don’t “stick”
Anything enabled and running successfully is automagically disabled upon the 
next startup of dt !

The optional “downloads” directory is limiting
Because I regularly tend to clean-up my downloads directory, any extra lua 
scripts sitting in there are at risk of being deleted and thus unavailable to dt
Wouldn’t it be a better idea if one could choose which directory holds extra 
scripts?
Yes, I understand that one could create additional directories within the lua 
directory into which special scripts can be placed but…

Special lua directories at risk of disappearing after an update (?)
Wouldn’t a git pull result in the deletion of any special directories created 
within the lua directory?




> On 19 Aug 2018, at 05:27, William Ferguson  wrote:
> 
> I’ve created script_manager.lua to install, update, enable and disable the 
> darktable lua scripts. It’s available at 
> https://github.com/wpferguson/script_manager 
> .
> 
> Download it and copy it to ~/.config/darktable/luarc (linux and MacOS) or 
> C:\Users\AppData\Local\darktable\luarc (windows). Start darktable 
> and script manager will be in the lower left pane in the lighttable.
> 
> script_manager uses git to install and update the lua scripts directory. On 
> windows the git program location needs to be set in the configure tab. On 
> MacOS it might need to be set, if script_manager can’t find it.
> 
> After the scripts are installed from the repository, you can enable or 
> disable them with the click of a button. The scripts are divided into 
> “categories” based on the subdirectory they live in under the lua directory.
> 
> For developers: You can create extra directories under the lua directory such 
> as development, testing, etc. You can also create symbolic links to other 
> places in your file system. When you are compiling you can click the enable 
> button for the script you are writing. If it doesn’t load because of a coding 
> error, you can just correct it and click the enable button again. You can 
> repeat this until you fix all the syntax errors and the script loads. Changes 
> after the script loads still require a darktable restart.
> 
> Enjoy,
> 
> Bill
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] White balance Spot Selection & History stack copying (& Timelapse)

2018-08-01 Thread J Albrecht

> On 01 Aug 2018, at 19:21, Bernhard  wrote:
> 
> I remembered there was something that reminded me at lrtimelaps - but using 
> darktable - in the past.
> A quick search showed this up:
> https://discuss.pixls.us/t/how-do-you-create-a-time-lapse-on-darktable/8094/14
>  
> 
>  is


The .jar fie is no longer available at that location. Does anybody know where I 
can find it?



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Installation Mac OS 10.13.6

2018-07-16 Thread J Albrecht
Hence the need for the OP (and others running 10.13 and beyond) to resort to 
“hacks”  ;-)

> On 16 Jul 2018, at 07:10, parafin  wrote:
> 
> At least that's how it was until 10.12.
> 
> 
> On Mon, 16 Jul 2018 14:08:39 +0300
> parafin  wrote:
> 
>> It's enough to allow applications from identified developers. No need
>> for Mac Store or any hacks.
>> 
>> 
>> On Sun, 15 Jul 2018 10:20:42 -0400
>> J Albrecht  wrote:
>> 
>>> Sorry Patrick, I based the answer on my own experience running El Capitan. 
>>> It seems that the Apfel folks have decided to do things differently on 
>>> Sierra. With this in mind, this is what my best friend (DuckDuckGo) had 
>>> told me:
>>> 
>>> http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper/ 
>>> <http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper/>
>>> 
>>> The above is one of the reasons why I do not blindly follow Apfel’s lure to 
>>> drag me into a new OS version whenever one is dropped in front of me; I’ve 
>>> had too many bad experiences where software which had once worked 
>>> flawlessly became a waste of space on my hard drive after an OS upgrade.
>>> 
>>> 
>>>> On 14 Jul 2018, at 11:38, Patrick  wrote:
>>>> 
>>>> Thank you for your help. Unfortunately it did not work.
>>>> In Security > Allow Apps Download I do not have the choice 
>>>> „Anywhere“. I only can choose „App Store“ or „App Store or verified 
>>>> developer“. There is no „Anywhere“. I have chosen „App Store or verified 
>>>> developer“, but it does not help.
>>>> When I am working as „Administrator“, I can Start Darktable without any 
>>>> problem. But as a „user" it does not work.
>>>> 
>>>> 
>>>>> Am 14.07.2018 um 15:14 schrieb J Albrecht >>>> <mailto:hevii...@gmail.com>>:
>>>>> 
>>>>> Easy Peasy.  Simply do the following:
>>>>> go to Systems Preferences (the icon with the chain ring)  >  Security & 
>>>>> Privacy,
>>>>> click the yellow lock icon
>>>>> choose Allow Apps Dowloaded from: Anywhere
>>>>> 
>>>>> 
>>>>>> On 14 Jul 2018, at 08:48, Patrick Auer >>>>> <mailto:kalle.blomqu...@mailbox.org>> wrote:
>>>>>> 
>>>>>> Hallo,
>>>>>> I´am using Darktable on a iMac Version OS 10.13.6.
>>>>>> Since today I had no problems for a couple of weeks.
>>>>>> Today suddenly I can not start Darktable any more. I uninstalled and 
>>>>>> made an new installation. But I always have the same problem.
>>>>>> I guess it is a problem about the „Programm from a not Apple-Store“ 
>>>>>> source.
>>>>>> I tried what you say on your page: „...or you can prevent this from 
>>>>>> happening by running xattr -d com.apple.quarantine 
>>>>>> ~/Downloads/darktable*.dmgcommand before mounting the image (or xattr 
>>>>>> -dr com.apple.quarantine /Applications/darktable.appafter installing)…“
>>>>>> I tried this, nothing happened.
>>>>>> What can I do? I am a photographer, not a computer expert. Can you bring 
>>>>>> „Darktable“ to the Apple AppStore? This would be the easiest solution 
>>>>>> for the „simple user“ like me.
>>>>>> Thank you for your great program - I would like to install it!
>>>>>> Sincerely yours,
>>>>>> 
>>>>>> Patrick
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>  darktable user mailing list to unsubscribe send a mail to 
>>>>>> darktable-user+unsubscr...@lists.darktable.org 
>>>>>> <mailto: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
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Installation Mac OS 10.13.6

2018-07-14 Thread J Albrecht
Easy Peasy.  Simply do the following:
go to Systems Preferences (the icon with the chain ring)  >  Security & Privacy,
click the yellow lock icon
choose Allow Apps Dowloaded from: Anywhere


> On 14 Jul 2018, at 08:48, Patrick Auer  wrote:
> 
> Hallo,
> I´am using Darktable on a iMac Version OS 10.13.6.
> Since today I had no problems for a couple of weeks.
> Today suddenly I can not start Darktable any more. I uninstalled and made an 
> new installation. But I always have the same problem.
> I guess it is a problem about the „Programm from a not Apple-Store“ source.
> I tried what you say on your page: „...or you can prevent this from happening 
> by running xattr -d com.apple.quarantine ~/Downloads/darktable*.dmgcommand 
> before mounting the image (or xattr -dr com.apple.quarantine 
> /Applications/darktable.appafter installing)…“
> I tried this, nothing happened.
> What can I do? I am a photographer, not a computer expert. Can you bring 
> „Darktable“ to the Apple AppStore? This would be the easiest solution for the 
> „simple user“ like me.
> Thank you for your great program - I would like to install it!
> Sincerely yours,
> 
> Patrick
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] darktable 2.4.4 released (Mac OS ?)

2018-06-06 Thread J Albrecht
Thanks, Tobias!

I realise that we Mac users must usually wait longer for any new Mac OS 
releases. However, I see  that a checksum exists for the .dmg. This suggests 
that parafin has already compiled one. Yet, it isn’t in the asset list. Was 
this an oversight or have I missed something?




> On 06 Jun 2018, at 09:39, Tobias Ellinghaus  wrote:
> 
> we’re proud to announce the fourth bugfix release for the 2.4 series of
> darktable, 2.4.4!
> 
> the github release is here: [https://github.com/darktable-org/darktable/
> releases/tag/release-2.4.4](https://github.com/darktable-org/darktable/
> releases/tag/release-2.4.4).
> 
> as always, please don't use the autogenerated tarball provided by github, but
> only our tar.xz. the checksums are:
> 
> ```
> $ sha256sum darktable-2.4.4.tar.xz
> 964320b8c9ffef680fa0407a6ca16ed5136ad1f449572876e262764e78acb04d
> darktable-2.4.4.tar.xz
> $ sha256sum darktable-2.4.4.dmg
> ??? darktable-2.4.4.dmg
> $ sha256sum darktable-2.4.4-win64.exe
> 3763d681de4faa515049daf3dae62ee21812e8c6c206ea7a246a36c0341eca8c
> darktable-2.4.4-win64.exe
> $ sha256sum darktable-2.4.4-win64.zip
> 5dba3423b0889c69f723e378564e084878b20baf3996c349bfc9736bed815067
> darktable-2.4.4-win64.zip
> ```
> 
> when updating from the currently stable 2.2.x series, please bear in mind that
> your edits will be preserved during this process, but it will not be possible
> to downgrade from 2.4 to 2.2.x any more.
> 
>  Important note: to make sure that darktable can keep on supporting the
> raw file format for your camera, *please* read [this post](https://
> discuss.pixls.us/t/raw-samples-wanted/5420?u=lebedevri) on how/what raw
> samples you can contribute to ensure that we have the *full* raw sample set
> for your camera under CC0 license!
> 
> and the changelog as compared to 2.4.3 can be found below.
> 
> ## New Features
> 
> - Added 50% zoom option in darkroom mode to the navigation dropdown
> - perspective correction: usability improvement – allow setting the radius
> when (de)selecting lines
> 
> ## Bugfixes
> 
> - Fix selecting drives in the import dialog on Windows by bundling a patched
> glib
> - Add some space between checkbox and label in color picker
> - OpenCL: better readability of debug output on memory usage
> - Levels: catch an edge case where float != int
> - Fix the alignment in a tooltip in lens correction
> - Local contrast: Reset strength slider to 120% when double clicked
> - Drop unused clone masks when loading xmp files
> - Remove all sub masks when clearing cloning masks
> - darktable-cltest: do not print summary statistics on OpenCL usage
> - Perspective correction: take aspect parameter into account when judging on
> neutral settings
> - Haze removal: fix tiled processing
> - Fix install on Windows due to GraphicsMagick's versioned filenames
> - PPM: Handle byte order when loading files
> - Fix #12165: Don't try to show dialog without gui
> - Fix an out-of-bounds memory access
> - Tools: Fix typo in darktable-gen-noiseprofile that made it unusable
> - MacOS package: point gettext to correct localedir
> 
> ## Camera support, compared to 2.4.2
> 
>  Warning: support for Nikon NEF 'lossy after split' raws was
> unintentionally broken due to the lack of such samples. Please see [this post]
> (https://discuss.pixls.us/t/nikon-a-specific-raw-sample-wanted/5483?
> u=lebedevri) for more details. If you have affected raws, please contribute
> samples!
> 
> ### White Balance Presets
> 
> - Sony ILCE-6500
> 
> ### Noise Profiles
> 
> - Canon EOS 800D
> - Canon EOS Kiss X9i
> - Canon EOS Rebel T7i
> - Nikon COOLPIX B700
> - Nikon D5600
> - Olympus TG-5
> 
> ## Updated translations
> 
> - German
> - Russian



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Geocode crash on 2.4.2 (Mac OS 10.11.6)

2018-03-31 Thread J Albrecht

> On 31 Mar 2018, at 11:50, Tobias Ellinghaus  wrote:
> 
> Do you happen to have some crash report? AFAIK OSX creates those when a 
> program crashes.
> 

Yes I do. It’s rather lengthy. But since you’ve asked, Tobias, here it is…

* and by the way, “thanks” for asking :-)


Process:   darktable-bin [28897]
Path:  /Applications/darktable.app/Contents/MacOS/darktable-bin
Identifier:org.darktable
Version:   2.4.2 (2.4.2.0)
Code Type: X86-64 (Native)
Parent Process:??? [1]
Responsible:   darktable-bin [28897]
User ID:   501

Date/Time: 2018-03-31 14:55:06.313 +0200
OS Version:Mac OS X 10.11.6 (15G18013)
Report Version:11
Anonymous UUID:B46C0D0F-2AB9-38FE-CB6D-DD85B057F30F

Sleep/Wake UUID:   A06B6E1F-F40D-4CDC-ADE3-7F15223AAAD2

Time Awake Since Boot: 18 seconds
Time Since Wake:   16000 seconds

System Integrity Protection: enabled

Crashed Thread:0  Dispatch queue: com.apple.main-thread

Exception Type:EXC_BREAKPOINT (SIGTRAP)
Exception Codes:   0x0002, 0x
Exception Note:EXC_CORPSE_NOTIFY

Dyld Error Message:
  Symbol not found: _gdk_quartz_drag_context_get_dragging_info_libgtk_only
  Referenced from: 
/Applications/darktable.app/Contents/MacOS/../Resources/lib/libgtk-3.0.dylib
  Expected in: flat namespace

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   dyld0x7fff60626075 dyld_fatal_error + 1
1   dyld0x7fff60629094 
dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
2   libdyld.dylib   0x7fff9610c262 dyld_stub_binder + 
282
3   ??? 0x00010f31a008 0 + 4549877768
4   libgtk-3.0.dylib0x00010f01baac gtk_drag_dest_motion 
+ 117
5   libgtk-3.0.dylib0x00010f01bf96 gtk_drag_find_widget 
+ 808
6   libgtk-3.0.dylib0x00010f01bef1 gtk_drag_find_widget 
+ 643
7   libgtk-3.0.dylib0x00010f01bef1 gtk_drag_find_widget 
+ 643
8   libgtk-3.0.dylib0x00010f01bef1 gtk_drag_find_widget 
+ 643
9   libgtk-3.0.dylib0x00010f01bef1 gtk_drag_find_widget 
+ 643
10  libgtk-3.0.dylib0x00010f01bef1 gtk_drag_find_widget 
+ 643
11  libgtk-3.0.dylib0x00010f01bef1 gtk_drag_find_widget 
+ 643
12  libgtk-3.0.dylib0x00010f01b8e3 
_gtk_drag_dest_handle_event + 296
13  libgtk-3.0.dylib0x00010eecafcc gtk_main_do_event + 
1017
14  libgdk-3.0.dylib0x00010f45ecf9 _gdk_event_emit + 49
15  libgdk-3.0.dylib0x00010f47de3d -[GdkQuartzNSWindow 
draggingUpdated:] + 259
16  com.apple.AppKit0x7fff981489f7 -[NSDragDestination 
_draggingUpdate] + 54
17  com.apple.AppKit0x7fff97e9b2f4 
NSCoreDragTrackingProc + 2166
18  com.apple.HIServices0x7fff935c9275 DoTrackingMessage + 
332
19  com.apple.HIServices0x7fff935ca3a7 SendTrackingMessage 
+ 112
20  com.apple.HIServices0x7fff935c9722 DragInApplication + 
276
21  com.apple.HIServices0x7fff935c8625 
CoreDragStartDragging + 535
22  com.apple.AppKit0x7fff97e9a369 -[NSCoreDragManager 
_dragUntilMouseUp:accepted:] + 1010
23  com.apple.AppKit0x7fff97e97557 -[NSCoreDragManager 
dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1212
24  com.apple.AppKit0x7fff97e97089 -[NSWindow(NSDrag) 
dragImage:at:offset:event:pasteboard:source:slideBack:] + 135
25  libgtk-3.0.dylib0x00010f01ca67 gtk_drag_begin_idle 
+ 415
26  libglib-2.0.0.dylib 0x00010ec67e26 
g_main_context_dispatch + 258
27  libglib-2.0.0.dylib 0x00010ec68124 
g_main_context_iterate + 426
28  libglib-2.0.0.dylib 0x00010ec68379 g_main_loop_run + 207
29  libgtk-3.0.dylib0x00010eecaa9f gtk_main + 74
30  libdarktable.dylib  0x00010e8ea2b4 dt_gui_gtk_run + 196 
(gtk.c:1199)
31  darktable-bin   0x00010e7d2f74 main + 52 (main.c:96)

Thread 1:: gmain
0   libsystem_kernel.dylib  0x7fff9178f07a __select + 10
1   libglib-2.0.0.dylib 0x00010ec74074 g_poll + 426
2   libglib-2.0.0.dylib 0x00010ec680ce 
g_main_context_iterate + 340
3   libglib-2.0.0.dylib 0x00010ec6817c 
g_main_context_iteration + 55
4   libglib-2.0.0.dylib 0x00010ec6922a glib_worker_main + 30
5   libglib-2.0.0.dylib 0x00010ec88f61 g_thread_proxy + 90
6   libsystem_pthread.dylib 

Re: [darktable-user] Updates user manual

2018-03-29 Thread J Albrecht
Tobias; Since you’re there and since I have no idea how to file a bug report on 
redmine, I’d like to let you know that dt 2.4.2 on MacOS crashes and burns in 
horrendous flames when trying to geocode.


> On 29 Mar 2018, at 20:22, Tobias Ellinghaus  wrote:
> 
> Am Montag, 26. März 2018, 06:06:00 CEST schrieb Bruce Williams:
>> Hi all,
>> I was happy to see a notification today that there was an update to
>> darktable 2.4.2.
>> But upon going to the website, the downloadable version of the user manual
>> is still at 2.2!
>> Is there an updated user manual in the works?
> 
> Yes, there is. I will try to update website and PDFs over the weekend. Thanks 
> for reminding me.
> 
>> Alternatively, is there a changelog that can be viewed somewhere?
>> Cheers,
>> Bruce Williams
> 
> Tobias


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



Re: [darktable-user] Re: Geocode crash on 2.4.2 (Mac OS 10.11.6)

2018-03-29 Thread J Albrecht
Thanks Matej. Alas this is completely foreign to me: I even went as far as 
registering myself and establishing an account on redmine.darktable but I still 
have absolutely no clue how to log a bug. So, unless somebody with more 
proficiency can do it, it will likely languish here until, hopefully, a dev 
catches wind of the problem.



> On 29 Mar 2018, at 13:06, Matej Martinovic <matejmartino...@zoho.com> wrote:
> 
> Please consider writing a bug report. Devs aren't necessarily reading these 
> emails. 
> https://redmine.darktable.org/projects/darktable/issues?set_filter=1_id=1
>  
> <https://redmine.darktable.org/projects/darktable/issues?set_filter=1_id=1>
> 
> BR
> Matej
> 
> 
>  On Do, 29 Mär 2018 12:18:43 +0200 J Albrecht <hevii...@gmail.com> wrote 
> 
> 
> Thanks for the confirmation, Henkka. I reinstalled 2.4.1 so that I can 
> continue to work. 
> 
> 
> 
> 
> > On 29 Mar 2018, at 12:16, Henkka <henri.turpeen...@gmail.com 
> > <mailto:henri.turpeen...@gmail.com>> wrote: 
> > 
> > Yup, crash crash crash. I tried it three times. Just click on picture and 
> > lights out instantly. 
> > 
> > 
> > J Albrecht kirjoitti 29.3.2018 klo 12.58: 
> >> That’s good to know, Hennka. Perhaps something else is awry with my box. 
> >> Nevertheless, I’ve now noticed another problem: dt crashes when I try to 
> >> geocode my NEF files by dragging them onto the map. Just for the helluvit, 
> >> could you try to test this on your machine, please? 
> >> 
> >> 
> >>> On 29 Mar 2018, at 11:54, Henkka <henri.turpeen...@gmail.com 
> >>> <mailto:henri.turpeen...@gmail.com>> wrote: 
> >>> 
> >>> Well I decided to go with it and it didn't seem to give anykind of effect 
> >>> intoperformance. 
> >>> I don't know what these changes are and what kind of they are and how low 
> >>> end computers they are assigned to, but I notice nothing. 
> >>> 
> >>> MacOs 10.13.3 
> >>> 
> >>> 
> >>> J Albrecht kirjoitti 29.3.2018 klo 12.35: 
> >>>> When I had first fired-up dt after upgrading, I was greeted by a 
> >>>> dialogue stating something about performance enhancements being made to 
> >>>> this version and I could choose to accept them or not. Well, I decided 
> >>>> not to because things were operating quite well with 2.4.1. Bad choice, 
> >>>> my machine now chugs and drags along wheres earlier it flew! Question 
> >>>> is, how can I engage the “enhancements” since the one-time-only dialogue 
> >>>> is gone? Either that or, I’ll go back to 
> >>>> 2.4.1
> >>>>  
> >>>> darktable user mailing list 
> >>>> to unsubscribe send a mail to 
> >>>> darktable-user+unsubscr...@lists.darktable.org 
> >>>> <mailto:darktable-user+unsubscr...@lists.darktable.org> 
> >>>> 
> >>> 
> >>>  
> >>> darktable user mailing list 
> >>> to unsubscribe send a mail to 
> >>> darktable-user+unsubscr...@lists.darktable.org 
> >>> <mailto:darktable-user+unsubscr...@lists.darktable.org> 
> >>> 
> > 
> 
>  
> darktable user mailing list 
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org 
> <mailto: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] Re: Geocode crash on 2.4.2 (Mac OS 10.11.6)

2018-03-29 Thread J Albrecht
Thanks for the confirmation, Henkka. I reinstalled 2.4.1 so that I can continue 
to work.




> On 29 Mar 2018, at 12:16, Henkka <henri.turpeen...@gmail.com> wrote:
> 
> Yup, crash crash crash. I tried it three times. Just click on picture and 
> lights out instantly.
> 
> 
> J Albrecht kirjoitti 29.3.2018 klo 12.58:
>> That’s good to know, Hennka. Perhaps something else is awry with my box. 
>> Nevertheless, I’ve now noticed another problem: dt crashes when I try to 
>> geocode my NEF files by dragging them onto the map. Just for the helluvit, 
>> could you try to test this on your machine, please?
>> 
>> 
>>> On 29 Mar 2018, at 11:54, Henkka <henri.turpeen...@gmail.com> wrote:
>>> 
>>> Well I decided to go with it and it didn't seem to give anykind of effect 
>>> intoperformance.
>>> I don't know what these changes are and what kind of they are and how low 
>>> end computers they are assigned to, but I notice nothing.
>>> 
>>> MacOs 10.13.3
>>> 
>>> 
>>> J Albrecht kirjoitti 29.3.2018 klo 12.35:
>>>> When I had first fired-up dt after upgrading, I was greeted by a dialogue 
>>>> stating something about performance enhancements being made to this 
>>>> version and I could choose to accept them or not. Well, I decided not to 
>>>> because things were operating quite well with 2.4.1. Bad choice, my 
>>>> machine now chugs and drags along wheres earlier it flew! Question is, how 
>>>> can I engage the “enhancements” since the one-time-only dialogue is gone? 
>>>> Either that or, I’ll go back to 
>>>> 2.4.1
>>>> 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] Geocode crash on 2.4.2 (Mac OS 10.11.6)

2018-03-29 Thread J Albrecht
That’s good to know, Hennka. Perhaps something else is awry with my box. 
Nevertheless, I’ve now noticed another problem: dt crashes when I try to 
geocode my NEF files by dragging them onto the map. Just for the helluvit, 
could you try to test this on your machine, please?


> On 29 Mar 2018, at 11:54, Henkka <henri.turpeen...@gmail.com> wrote:
> 
> Well I decided to go with it and it didn't seem to give anykind of effect 
> intoperformance.
> I don't know what these changes are and what kind of they are and how low end 
> computers they are assigned to, but I notice nothing.
> 
> MacOs 10.13.3
> 
> 
> J Albrecht kirjoitti 29.3.2018 klo 12.35:
>> When I had first fired-up dt after upgrading, I was greeted by a dialogue 
>> stating something about performance enhancements being made to this version 
>> and I could choose to accept them or not. Well, I decided not to because 
>> things were operating quite well with 2.4.1. Bad choice, my machine now 
>> chugs and drags along wheres earlier it flew! Question is, how can I engage 
>> the “enhancements” since the one-time-only dialogue is gone? Either that or, 
>> I’ll go back to 
>> 2.4.1
>> 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] Performance hit after upgrade to 2.4.2 (Mac OS 10.11.6)

2018-03-29 Thread J Albrecht
When I had first fired-up dt after upgrading, I was greeted by a dialogue 
stating something about performance enhancements being made to this version and 
I could choose to accept them or not. Well, I decided not to because things 
were operating quite well with 2.4.1. Bad choice, my machine now chugs and 
drags along wheres earlier it flew! Question is, how can I engage the 
“enhancements” since the one-time-only dialogue is gone? Either that or, I’ll 
go back to 
2.4.1
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



Re: [darktable-user] Looking for scripts to use ImageMagick and DTPlugins ?

2018-03-09 Thread J Albrecht
With regards to William’s Gimp exporter on MacOS, I’m happy to say that mine 
works quite well now. 

Initially, I couldn’t get the gimp export script to finish configuration within 
lighttable because it doesn’t allow drilling into the hidden contents of the 
darktable.app where the requested executable resides. I solved this by doing 
the following:
open Finder. Make sure that the Favourites Bar is visible
right-click on the darktable.app and select “Show Package Contents”
Drag and drop “MacOS” to the Favourites Bar
Start darktable and begin to set-up the Gimp export option as designed
When coming to where it asks for the executable, open finder by clicking the 
icon within the dialogue
select MacOS on the Favourites Bar
double-click the executable
Bob’s your uncle; it should now work!





> On 08 Mar 2018, at 13:27, William Ferguson  wrote:
> 
> Hi Jean-Jacques,
> 
> I realized after I made the changes to gimp.lua that you could run any 
> external executable with it.  I see that you figured it out too  :-D.  
> 
> The way the exporter works is to take the raw, apply any changes you made, 
> convert it to the file format you requested, and then store it wherever 
> darktable.configuration.tmp_dir points to.  That's where the exporter scripts 
> like gimp.lua pick up the files for processing and store their results.  The 
> results are then picked up and imported back into the film roll.
> 
> This is another reason I'm working on DTPlugin.  Sometimes you need to pass 
> files without exporting them.
> 
> Having said all this, I know an ugly but effective way to accomplish this.  
> The exporter supplies an image table that contains the raw filename and the 
> exported filename as pairs.  We could delete the exported image, so we don't 
> clutter up the file system, and use the raw filename to build the image list. 
>  After the program exits, a dt.database.import() should 
> show the result grouped with the raw.  If you're importing jpegs as the 
> result, make sure you didn't check "Ignore JPEG images when importing film 
> rolls" in the darktable configuration.  There are other, cleaner, ways to do 
> this such as using a shortcut, but the problem is specifying the executable 
> without having to edit the darktablerc file by hand.
> 
> Another option for denoising would be to send a 16 bit tiff to dfine 2, then 
> edit the resulting tiff.
> 
> I'll see what I can do:-D
> 
> 
> Bill
> 
> 
> On Thu, Mar 8, 2018 at 11:48 AM, Jean-Jacques MONOT 
> > wrote:
> What I would like to have  :
>  
> - use DT for cataloguing
> - "export" to PL in a raw format : PL will not care of the xml sidecar files 
> (it has its own .dop sidecar files)
> - process in PM the raw file
> - generate a finalized jpg image with PL in the same folder as the original
> - tell DT to resynchronize the folder to see that new Dxo generated jpg file
> 
>  
> 
> 
> Le 8 mars 2018 17:19, "Patrick Shanahan"  > a écrit :
> * Jean-Jacques MONOT  > [03-08-18 10:47]:
> > Hello William
> >
> > I have just realized that you have made a major and great evolution to the
> > gimp.lua script.
> 
>  [...]
> 
> > The trouble that I see :
> > - the new file can not be a raw file (.NEF as Nikon), as I want the process
> > in PL done on raw files ...
> > - if I choose .jpg : OK PL can open it
> > - if I choose .png : PL can not open it
> > plus :
> > - if, in PL, I record a new copy of the image after processing : for
> > example, I got a .nef and I want to produce the final .jpg image, how can I
> > tell DT to refresh or resynchronize the folder to see the new file
> > generated by PL.
> 
> the raw file, in your case, .NEF, is not altered by dt, only the sidecar
> file contains the changes, .xmp.  dt *never* alters your original raw
> file.  I believe you are wanting a scenario that is not possible, unless
> all involved software can read, write and utilize the same xmp files.  at
> present, iiuc, you can only pass exported files which will not be raw.
> 
>  [...]
> 
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.org openSUSE Community Member 
>facebook/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 mailing list to unsubscribe send a 

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 <wpfergu...@gmail.com> 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 <hevii...@gmail.com 
> <mailto:hevii...@gmail.com>> 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 <wpfergu...@gmail.com 
>> <mailto:wpfergu...@gmail.com>> 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 
>> <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 <mailto: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 <mailto:aug...@schwerdfeger.name>
>> 
>> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones <david...@gmail.com 
>> <mailto:david...@gmail.com>> 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 <david...@gmail.com <mailto:david...@gmail.com>> 
>> > [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 
>> <mailto:darktable-user%2bunsubscr...@lists.darktable.org>
>> 
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>> <mailto:darktable-user%2bunsubscr...@lists.darktable.org> 
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>> <mailto: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 <wpfergu...@gmail.com> 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 <hevii...@gmail.com 
> <mailto:hevii...@gmail.com>> 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 <wpfergu...@gmail.com 
>> <mailto:wpfergu...@gmail.com>> 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 
>> <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 <mailto: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 <mailto:aug...@schwerdfeger.name>
>> 
>> On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones <david...@gmail.com 
>> <mailto:david...@gmail.com>> 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 <david...@gmail.com <mailto:david...@gmail.com>> 
>> > [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 
>> <mailto:darktable-user%2bunsubscr...@lists.darktable.org>
>> 
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>> <mailto:darktable-user%2bunsubscr...@lists.darktable.org> 
>> 
>> 
>>  
>> darktable user mailing list to unsubscribe send a mail to 
>> darktable-user+unsubscr...@lists.darktable.org 
>> <mailto: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] darktable 2.4.1 released

2018-01-22 Thread J Albrecht
Hey, there’s even an updated 2.4.1 Disk Image in the mix for us Mac folks!  
Thanks parafin.



> On 22 Jan 2018, at 11:29, Tobias Ellinghaus  wrote:
> 
> we’re proud to announce the first bugfix release for the 2.4 series of 
> darktable, 2.4.1!
> 
> the github release is here:
> https://github.com/darktable-org/darktable/releases/tag/release-2.4.1
> 
> as always, please don't use the autogenerated tarball provided by github, but 
> only our tar.xz. the checksums are:
> 
> ```
> $ sha256sum darktable-2.4.1.tar.xz
> 6254c63f9b50894b3fbf431d98c0fe8ec481957ab91f9af76e33cc1201c29704 
> darktable-2.4.1.tar.xz
> $ sha256sum darktable-2.4.1.dmg
> 75077f17332a6fda144125ab0f1d3dd219c214bf7602b0b252208f1ec665d031 
> darktable-2.4.1.dmg
> $ sha256sum darktable-2.4.1-win64.exe
> 0be1e0dd8dec61a7cea41598c52db258edaee8783c543b4311fa0ac56ab43d2a 
> darktable-2.4.1-win64.exe
> $ sha256sum darktable-2.4.1-win64.zip
> 560d82e4c87c002f0284daca922023df136c822713e3670ba42358c9427fe26c 
> darktable-2.4.1-win64.zip
> ```
> 
> when updating from the currently stable 2.2.x series, please bear in mind 
> that 
> your edits will be preserved during this process, but it will not be possible 
> to downgrade from 2.4 to 2.2.x any more.
> 
>  Important note: to make sure that darktable can keep on supporting the 
> raw file format for your camera, *please* read [this post](https://
> discuss.pixls.us/t/raw-samples-wanted/5420?u=lebedevri) on how/what raw 
> samples you can contribute to ensure that we have the *full* raw sample set 
> for your camera under CC0 license!
> 
> and the changelog as compared to 2.4.0 can be found below.
> 
> ## New Features
> 
> - Allow to select the GUI language in the preferences
> - Add a filter rule to the collect module to find locally copied images
> - Add favourite toggle to darkroom modules' right click popup
> - Allow blending/masking in the hot pixels module
> - Add keyboard shortcuts to zoom and pan an image in darkroom. Panning uses 
> the arrow keys, zooming defaults to `ctrl-` and `ctrl+`. Use `alt` and `ctrl` 
> to change the step size of panning.
> - Some minor speedups in the grain module
> - Handling stdout on Windows: do not redirect stdout for simple command line 
> arguments (`--help` and `--version`)
> - On Windows, show the location of the log file in the help message
> - Enable searching in the more modules list – click into the list to give 
> focus to it, then start typing. The default GTK shortcut `ctrl-f` doesn't 
> work 
> as it's used for filmstrip already
> - Add a debug print when compiling OpenCL kernels
> 
> ## Bugfixes
> 
> - Use the configured overwrite color profile when exporting from Lua – this 
> broke GIMP integration
> - Support presets with `<` in their name
> - Fix export to non-existing path with `\` as the path separator on Windows
> - Don't insist on the db being locked when it doesn't even exist
> - Don't touch the mix slider when resetting the curve in color zones
> - Fix a bug in the exposure module that would only allow corrections of up to 
> 10 stops
> - Fix custom shortcuts with `shift` modifier
> - Properly ellipsize text in the recently used collections list
> - Fix exported galeries with filenames containing a `'`
> - Fix finding mipmaps cache folder in `purge_from_cache.sh` script
> - Fix a crash in the recently used collections list due to a broken config 
> file
> - Set the sqlite threading mode to Serialized
> - Fix old export presets using OpenEXR
> - Fix building with clang on Windows
> 
> ## Changed Dependencies
> 
> - iso-codes version 3.66 or newer is suggested for a nicer list of 
> translations in the preferences.
> - The Windows installer comes with an updated libexiv2 so TIFF exports should 
> be much faster now
> 
> ## Camera support, compared to 2.4.0
> 
>  Warning: support for Nikon NEF 'lossy after split' raws was 
> unintentionally broken due to the lack of such samples. Please see [this post]
> (https://discuss.pixls.us/t/nikon-a-specific-raw-sample-wanted/5483?
> u=lebedevri) for more details. If you have affected raws, please contribute 
> samples!
> 
> ### Base Support
> 
> - Panasonic DC-G9 (4:3)
> - Paralenz Dive Camera (chdk)
> - Pentax KP
> - Sjcam SJ6 LEGEND (chdk-b, chdk-c)
> 
> ### White Balance Presets
> 
> - Leaf Credo 40
> - Nikon D3400
> - Olympus E-M1MarkII
> - Panasonic DC-G9
> - Sony ILCE-7RM3
> 
> ### Noise Profiles
> 
> - Canon EOS 750D
> - Canon EOS Kiss X8i
> - Canon EOS Rebel T6i
> - Canon EOS 77D
> - Canon EOS 9000D
> - Canon EOS M100
> - Canon EOS M6
> - Sony DSC-RX100M4
> - YI TECHNOLOGY M1
> 
> ## Translations
> 
> - Czech
> - Dutch
> - French
> - German
> - Hebrew
> - Hungarian
> - Italian
> - Slovenian


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



Re: [darktable-user] 2.4.0 build for MacOS?

2018-01-20 Thread J Albrecht
Thanks, parafin!




> On 20 Jan 2018, at 13:22, parafin  wrote:
> 
> And it's done:
> https://github.com/darktable-org/darktable/releases/download/release-2.4.0/darktable-2.4.0.dmg
> 
> 
> On Wed, 17 Jan 2018 13:06:33 +0100
> para...@paraf.in wrote:
> 
>> I will build the package this weekend, sorry everyone for delay, I am
>> very busy with work after my vacation. I have Apple certificate from
>> my workplace (with permission to use it for DT), no need for anyone
>> else to buy it.
> 
> 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] 2.4 for mac :-(

2018-01-15 Thread J Albrecht

> On 15 Jan 2018, at 03:53, johannes hanika <hana...@gmail.com> wrote:
> 
> On Sun, Jan 14, 2018 at 8:03 PM, J Albrecht <hevii...@gmail.com 
> <mailto:hevii...@gmail.com>> wrote:
>> [..] It seems that this is a “closed club”.
> 
> sorry to say but i find this really childish. what do you expect? 

A bit of communication with the team.  Perhaps, a “Welcome” or “Thanks for your 
offer.” Either is better than being knocked down yet again.



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



Re: [darktable-user] 2.4 for mac :-(

2018-01-14 Thread J Albrecht

> On 14 Jan 2018, at 14:18, Robert Krawitz  wrote:
> 
> Speaking from experience, I strongly suggest signing the package.
> Current users may be OK with the workaround, but growing the userbase
> will require pulling in new users who don't want to turn off the
> signing requirement (which is there for a reason, and even if it
> weren't, is something Apple strongly discourages and Mac users tend to
> listen to Apple).

This is probably true for the same sheeple who swear by Lightroom and 
Photoshop. However, for enlightened Mac users of dt and say, GIMP, I don’t 
think that it’s an issue. As has been shown, they accept the unsigned DMGs 
because they understand that darktable isn’t a commercial product. If the 
members of the former group complain, so be it. They can complain along with 
those who lament that GIMP isn’t a functional replica of PS. Meanwhile, the 
rest of us can continue to benefit from the use of these great programs. 
I’d hate for the devs to halt packaging for MAC just because having to sign the 
packages gets in the way. 



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



Re: [darktable-user] 2.4 for mac :-(

2018-01-14 Thread J Albrecht

> On 14 Jan 2018, at 12:01, Pascal Obry  wrote:
> 
> Right, probably closer to Linux than Windows is. But yet, we have a
> single MacOS guy for the maintenance and he is not available actually
> to do the work. That illustrate my point :)

The point is not so pointy. There have actually been a number of people who 
have offered to help in this regard. Yet, the offers were either rejected or 
ignored. It seems that this is a “closed club”. 

Once again: I’d be quite happy to help package for MAC OS - even as Parafin’s 
third-rate “apprentice” to assist in getting these things out when he’s not 
available. I’ve already successfully compiled 2.4.0 on my Mac box. I’ve just 
not been able to produce a functional Disk Image. I need assistance in that 
regard. Unlike Robert Krawitz suggests, I don’t feel that it’s necessary to 
“sign” the DMGs; the packages have been provided unsigned for as long as 
they’ve been available. Nobody expects them to be signed now! Furthermore, no 
current user expects them to be available on Apple’s bespoke store. People 
would just like them to be available on the dt site ;-)



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



Re: [darktable-user] darktable 2.2.4.3 dmg not working :-(

2017-04-26 Thread J Albrecht
Thanks, Rafa. Looking forward to running the newest version on my Mac Box. Will 
you let us know when it has finished percolating and ready for download?


> On 26 Apr 2017, at 10:02, Roman Lebedev <lebedev...@gmail.com> wrote:
> 
> On Wed, Apr 26, 2017 at 10:58 AM, Rafa García <conta...@rafagarcia.net> wrote:
>> Morning,
>> 
>>  I modified the formula to use release 2.2.4 to download source file and
>> pugixml-cmake. Right now I have brew building it from this formula.
> Nice!
> 
> pugixml-cmake change is no longer needed, you can just drop it.
> 
>>  If it works I'll write some tests, I'll go to IRC for help (pointers about
>> what to test).
>> 
>> 
>> Regards
>> 
>> 2017-04-24 13:28 GMT+02:00 Roman Lebedev <lebedev...@gmail.com>:
>>> 
>>> On Mon, Apr 24, 2017 at 2:26 PM, Rafa García <conta...@rafagarcia.net>
>>> wrote:
>>>> Hi Roman,
>>>> 
>>>>  I'll look for you in IRC this night to (try to) help you creating a
>>>> brew
>>>> formula for Darktable.
>>> I already have the formula (attached), the only thing missing is some
>>> tests,
>>> and someone to push it upstream.
>>> 
>>>> Regards
>>> Roman.
>>> 
>>>> 2017-04-23 19:27 GMT+02:00 Roman Lebedev <lebedev...@gmail.com>:
>>>>> 
>>>>> On Sun, Apr 23, 2017 at 7:49 PM, J Albrecht <hevii...@gmail.com> wrote:
>>>>>> I’ve downloaded and installed the “latest” dmg for the third time.
>>>>>> Each
>>>>>> time that I’ve tried to start the app, it fails.
>>>>>> 
>>>>>> I’m running Mac OS X 10.11.6 (15G1421)
>>>>>> 
>>>>>> This is what I believe may be the salient part of the error report:
>>>>>> 
>>>>>> Dyld Error Message:
>>>>>>  Symbol not found: _clock_gettime
>>>>>>  Referenced from:
>>>>>> 
>>>>>> /Applications/darktable.app/Contents/MacOS/../Resources/lib/libGraphicsMagick.3.dylib
>>>>>>  Expected in: /usr/lib/libSystem.B.dylib
>>>>>> 
>>>>>> Has anybody experienced/solved the same?
>>>>> https://redmine.darktable.org/issues/11590
>>>>> TLDR: some osx user shall step forward and help get dt packaged in
>>>>> homebrew.
>>>>> 
>>>>> Roman.
>>>>> 
>>>>> 
>>>>> 
>>>>> darktable user mailing list
>>>>> to unsubscribe send a mail to
>>>>> darktable-user+unsubscr...@lists.darktable.org
>>>>> 
>>>> 
>> 
>> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Manual in EPUB format

2017-02-16 Thread J Albrecht
Tony,

You don’t have to save it as an EPUB. Calibre indexes and opens pdfs without a 
problem! Furthermore, by not converting to EPUB, you’re avoiding the funky 
formatting that often happens as a result of the process.


On 16 Feb 2017, at 07:39, Tony Arnold  wrote:
> 
> Patrick,
> 
> On Thu, 2017-02-16 at 07:19 -0500, Patrick Shanahan wrote:
>> * Tony Arnold  [02-16-17 06:23]:
>>> Is there an EPUB (or other ebook format) version of the darktable
>>> manual
>>> available?  Or how might I go about creating such a version?
>>> 
>>> I ask, as every now and again I take a look at Calibre to organise
>>> documents.  It can handle PDF docs, but I think EPUB or some such
>>> may be
>>> better suited.
>>> 
>>> Any help greatly appreciated as always.
>> 
>> Why don't you just convert it?
>> 
>> a google search for "pdf to epub" provides many references, first:
>>  http://www.digitaltrends.com/computing/how-to-convert-a-pdf-to-epub/
> 
> Converting it is an option and indeed Calibre can do this. However, the
> resulting EPUB document then is incredibly slow when it is opened in
> Calibre. My belief is creating the EPUB from the original source may
> produce better results, but I need to try it first!
> 
> Regards,
> Tony.
> --
> Tony Arnold MBCS, CITP | Senior IT Security Analyst | Directorate of IT 
> Services | G64, Kilburn Building | The University of Manchester | Manchester 
> M13 9PL | T: +44 161 275 6093 | M: +44 773 330 0039
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.or 
> 


signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] Long lua extension blocks darktable GUI

2017-01-30 Thread J Albrecht
Granted, this is a rather simplistic question but I’ll ask it nonetheless: 
René, in your opinion, could this also be used to import tags and ratings from 
a digiKam database? I’m hoping that I could take advantage of your heavy 
lifting and just drop in the references to digikam accordingly. Would this be a 
waste of time or, is it feasible?

> On 30 Jan 2017, at 09:43, René Seindal  wrote:
> 
> Hi
> 
> I found a solution, even if its not exactly obvious.
> 
> In the main loop of my script, I do
> 
>   progress.percent = count/total
>   dt.gui.selection()
>   if cancelled then break end
> 
> That does it.
> 
> The darktable.gui.selection function is marked as implicit_yield so it gives 
> the gui a chance to update, so the progress bar ticks along and if you click 
> the cancel job button, the variable cancelled is true afterwards, and the 
> loop breaks.
> 
> I've tried quite a few other things.
> 
> I tried using
> 
>   coroutine.yield('WAIT_MS', 10)
> 
> to put in a delay and leave time for the gui to run, but it gives me a run 
> time error:
> 
>   LUA ERROR : attempt to yield across a C-call boundary
> 
> I haven't quite understood why.
> 
> I tried with the undocumented
> 
>   dt.control.sleep(10)
> 
> and nothing.  If I increase the delay to 1000ms the progress bar updates, but 
> of course the script is very very slow that way.
> 
> I tried to open a file that's always readable, like /dev/zero, and use
> 
>   dt.control.read(file)
> 
> but that did nothing either.
> 
> Going through the documentation systematically, I found dt.gui.selection() 
> which implicitly yields and that does the trick.
> 
> Its totally not obvious but it works.
> 
> René
> 
> 
> On 2017-01-30 14:02, Christian Kanzian wrote:
>> Hi,
>> 
>> I'm not familar with programming and it is often hard for me to
>> distinguish between LUA core functions and darkable LUA API. You have to
>> look at LUA docs as well [0].
>> 
>> Am 2017-01-30 12:34, schrieb René Seindal:
>>> On 2017-01-30 12:28, Tobias Ellinghaus wrote:
 Am Montag, 30. Januar 2017, 12:04:03 CET schrieb René Seindal:
> Hi
> 
>> [...]
>>> 
>>> I have put in a progress bar (background job) but the progress bar
>>> doesn't update and the cancel button doesn't work, because I can't
>>> find a way to hand off control to the gui to update, while looping
>>> through the images, looking stuff up in the other sqlite3 database.
>> 
>> From your script
>>> progress.percent = total / count
>> 
>> The API [1] says the value should be between 0 and 1. So I think this
>> should look like:
>> progress.percent = count / total
>> 
>> I think it is not enough to break the loop. Also you need to set the
>> job.valid to false to cancel it, like the script which Tobias mentioned.
>> 
>> Christian
>> 
>> [0] https://www.lua.org/manual/5.3/
>> [1] https://www.darktable.org/lua-api/ar01s02s30.html.php
> 
> 
> --
> René Seindal - r...@seindal.dk 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org 
> 


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] Attn Mac OS Users: lua scripts working?

2017-01-28 Thread J Albrecht
Using the current github scripts or making the following change 
“dt.configuration.check_version(…,{3,0,0},{4,0,0},{5,0,0})” does not solve this 
problem.

Neither export option is available :-(



> On 28 Jan 2017, at 09:43, Christian Kanzian  wrote:
> 
> Hi,
> 
> Am Samstag, 28. Januar 2017, 16:25:39 schrieb Johann Spies:
>> My lua-scripts for exports stopped working and I am not sure why.  I could
>> recently use something like 'Edit with Gimp'.
>> 
>> Now those Lua-options do no longer appear in the export menu.
>> 
>> What I see when running darktable with a debugging option  is
>> 
>> LUA ERROR : /home/js/.config/darktable/lua/contrib/gimp.lua:71: Module
>> contrib/gimp is not compatible with API 4.0.0
> 
> Please try the latest version from 
> https://github.com/darktable-org/lua-scripts.
> 
>> 
>> That was also the case with the 'selection-to-pdf' option.
> 
> Search for the following line in the scripts:
> "dt.configuration.check_version(...,{3,0,0},{4,0,0})"
> 
> and add "{5,0,0}" at the end like this:
> "dt.configuration.check_version(...,{3,0,0},{4,0,0},{5,0,0})"
> 
> 
> Anyway I'm not sure if the scripts stop working if the API version check
> fails, because here they stil work like before.
> 
>> This is Darktable 2.2.1
>> 
>> Regards
>> Johann
> 
> Christian
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org
> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] GUI FontSize

2017-01-14 Thread J Albrecht


> On 14 Jan 2017, at 13:21, OlRivrRat  wrote:
> 
>   I did a StartUp Drive wide search for it & it did not show up ~
> 
> I’m on a MacPro 1.1 @ MacOS 10.6.8 + DT 2.0.7 if that makes any Diff' ~

Hello again Rat,

It’s located within a “hidden” file.

Mine is at /Users/heviiguy/.config/darktable/darktablerc   Swap “heviiguy” 
accordingly and you should be set!


signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] Re: Attn Mac OS Users: lua scripts working?

2017-01-11 Thread J Albrecht

> On 11 Jan 2017, at 22:29, William Ferguson  wrote:
> 
> What I meant was change to the directory where HVI_2017.jpg was and then do 
> gimp HVI_2017.jpg to see if it would open the file without a path in front of 
> it, or refuse to open the file with the same error.

Ah, I see…   Same error :-(

> The Nik_Collection scripts are written for the plugin manager interface which 
> is the next project after the script manager, so you can't drop those in and 
> get them to run.  Yet. :-)

Can hardly wait!



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] Attn Mac OS Users: lua scripts working?

2017-01-11 Thread J Albrecht

> On 11 Jan 2017, at 21:57, William Ferguson  wrote:
> 
> I would try opening files with GIMP from the command line both in a local 
> directory and using a path to see if the same error occurs.

Hi Bill,

I’m not quite certain what you’re asking me to do. Opening Gimp from the 
command line doesn’t throw the error.

On another note, I just stumbled upon your Nik_Collection lua scripts at 
github. Well, well… Since I use Nik and since I’m now hooked on this lua stuff, 
I’d like to try my hand with this as well! Is it as simple as dropping the 
scripts into say, /Users/heviiguy/.config/darktable/lua/contrib , and editing 
(properly!) luarc accordingly?



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] Attn Mac OS Users: lua scripts working?

2017-01-11 Thread J Albrecht
And… an unedited jpeg of the selected Raw appeared within the same group after 
closing Gimp.

> On 11 Jan 2017, at 20:53, J Albrecht <hevii...@gmail.com> wrote:
> 
>> 
>> On 11 Jan 2017, at 19:14, William Ferguson <wpfergu...@gmail.com 
>> <mailto:wpfergu...@gmail.com>> wrote:
>> 
>>  try and display the file with another program and make sure it’s a valid 
>> jpg file
>  It seems to be valid since there isn’t a problem to display it in another 
> program
> 
>>   run the command that the debugger shows (i.e. gimp 
>> /Users/heviiguy/.local/tmp/HVI_7012.jpg) and see if it opens the file
>> 
> 
> 
> As Gimp was trying to load the file, the following dialogue appeared:
> 
>   Python quit unexpectedly while using the libglib-2.0.0.dylib plug-in.
> 
> Then, Gimp displayed this:
> 
>   Opening '/Users/heviiguy/.local/tmp/HVI_7012.jpg' failed: Could not 
> open '/Users/heviiguy/.local/tmp/HVI_7012.jpg' for reading: (invalid UTF-8 
> string)
> 
>>   if GIMP opens without the file try opening it from the menu
> 
> Yet it opens from Gimp’s menu without issue



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] dt lua script : Basic usage, please?

2017-01-11 Thread J Albrecht

> On 11 Jan 2017, at 04:27, Tobias Ellinghaus  wrote:
> 
> Those are typographical quotation marks. Did you use some wordprocessor like
> LibreOffice to edit the file?

No, not LO but rather the simple Mac OS-bundled text editor. Oops.

After wiping out the old luarc, replacing it with one freshly written in 
TextWrangler and running the command again, I had to let out a secular 
“Hallelujah!” because, it worked! It even continued to work after adding a few 
“require”s. Many thanks, Tobias and Bill, for your support :-)

I suppose that in the greater Scheme Of Things, using a proper text editor can 
be considered by some as fundamental as ensuring that the computer is plugged 
into a power supply. Alas, for those of us who just want to edit some Raw 
photos, it’s not very obvious. Thankfully we are part of a great community of 
experts who graciously offer their support without the patronising arrogance 
which we often run into in other areas. Thanks again, gentlemen!


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] dt lua script : Basic usage, please?

2017-01-10 Thread J Albrecht
On 10 Jan 2017, at 17:26, Tobias Ellinghaus  wrote:
> 
>  try adding "-d lua" to the
> darktable arguments.

This threw an error:
LUA ERROR : /Users/heviiguy/.config/darktable/luarc:1: syntax error near 
char(226)

Here’s my luarc:
print(“foo”)




signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] dt lua script : Basic usage, please?

2017-01-09 Thread J Albrecht
I’m running dt  2.2.1+3 g4596f0b5d on a Macbook Pro from the current dmg 
(https://github.com/darktable-org/darktable/releases/download/release-2.2.1/darktable-2.2.1.3.dmg).

Having followed Bills instructions, I subsequently faced the dreaded Spinning 
Beach Ball of Death upon opening dt. So clearly, something is awry…



> On 09 Jan 2017, at 17:10, Tobias Ellinghaus <m...@houz.org> wrote:
> 
> Am Montag, 9. Januar 2017, 12:16:20 CET schrieb J Albrecht:
>> Hello all,
> 
> Hi.
> 
> [...]
> 
>> I can’t
>> even get the simple example in the dt manual to work.  For example:
>> 
>> 9.1.2. A simple lua example
>>  Let's start with a simple example. We will print some code on the 
>> console.
>> Create a file called luarc in darktable's configuration directory (usually
>> ~/.config/darktable/) and add the following line to it:
>> 
>>  print("Hello World !")
>> 
>>  Start darktable and you will see the sencence Hello World ! printed on 
>> the
>> console.
>> 
>> Umm, no, nothing happened :-(
>> 
>> Can somebody please shed light on how some of us code-witless souls can
>> “easily" make use of the lua script functionality?  With all due respect,
>> the current documentation is lacking effectiveness in this regard.
> 
> That seems to indicate a general lack of Lua support in your installed
> darktable. Please tell us what version of darktable you are using and how you
> installed it. Until that minimalistic example isn't working it doesn't make
> sense to try running the more useful scripts.
> 
>> Many thanks in advance!
> 
> Tobias



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] dt lua script : Basic usage, please?

2017-01-09 Thread J Albrecht
Thank-you very much, Bill, for your comments, understanding and refreshing lack 
of disdain for those of us who struggle to do much more than hit the hot spots 
in a gui! I’m going to follow your generous advice now to see if I can get some 
joy…


> On 09 Jan 2017, at 14:05, William Ferguson <wpfergu...@gmail.com> wrote:
> 
> Unfortunately the lua scripts aren't readily accessible to users without some 
> coding background :(.  I'm currently working to address this with a script 
> manager that can be dropped in as the luarc file and provides a gui element 
> to download, update, enable and disable scripts.  Right now it is in testing, 
> but hopefully it will be done soon.
> 
> In the meantime
> 
> Lua looks for scripts using a set of paths.  Therefore, if you specify a 
> script in the luarc such as
> 
> require "contrib/gimp"
> 
> then the lua interpreter looks for ~/.config/darktable/lua/contrib/gimp.lua.
> 
> So, in order to set this up you could do:
> 
> cd ~/.config/darktable
> git clone https://github.com/darktable-org/lua-scripts.git 
> <https://github.com/darktable-org/lua-scripts.git> lua
> 
> 
> then you could edit your ~/.config/darktable/luarc to say (for instance):
> 
> -- include hugin
> require "contrib/hugin"
> 
> -- and selection to pdf
> require "official/selection_to_pdf"
> 
> -- and hello world
> require "examples/hello_world"
> 
> Start up darktable and you should have scripts.  If you have a problem, then 
> start darktable from the command line with darktable -d lua and lua debugging 
> messages will print in the console.  The debugging messages start with LUA 
> ERROR, but they aren't necessarily errors.
> 
> Hope this helps,
> 
> Bill
> 
> On Mon, Jan 9, 2017 at 12:16 PM, J Albrecht <hevii...@gmail.com 
> <mailto:hevii...@gmail.com>> wrote:
> Hello all,
> 
> Every so often I come across a post referencing “extra” lua scripts. They 
> look to be quite intriguing. So much so that I’ve loaded them all from github 
> into my .config/darktable directory and modified my luarc file with ‘require 
> “script”’ etc. Alas, after doing this the expected additional functionality 
> doesn’t seem to be available! Notwithstanding me being unable to get even a 
> mere whiff of response from these github scripts, I can’t even get the simple 
> example in the dt manual to work.  For example:
> 
> 9.1.2. A simple lua example
>   Let's start with a simple example. We will print some code on the 
> console. Create a file called luarc in darktable's configuration directory 
> (usually ~/.config/darktable/) and add the following line to it:
> 
>   print("Hello World !")
> 
>   Start darktable and you will see the sencence Hello World ! printed on 
> the console.
> 
> Umm, no, nothing happened :-(
> 
> Can somebody please shed light on how some of us code-witless souls can 
> “easily" make use of the lua script functionality?  With all due respect, the 
> current documentation is lacking effectiveness in this regard.
> 
> Many thanks in advance!
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] dt lua script : Basic usage, please?

2017-01-09 Thread J Albrecht
Hello all,

Every so often I come across a post referencing “extra” lua scripts. They look 
to be quite intriguing. So much so that I’ve loaded them all from github into 
my .config/darktable directory and modified my luarc file with ‘require 
“script”’ etc. Alas, after doing this the expected additional functionality 
doesn’t seem to be available! Notwithstanding me being unable to get even a 
mere whiff of response from these github scripts, I can’t even get the simple 
example in the dt manual to work.  For example:

9.1.2. A simple lua example
Let's start with a simple example. We will print some code on the 
console. Create a file called luarc in darktable's configuration directory 
(usually ~/.config/darktable/) and add the following line to it:

print("Hello World !")

Start darktable and you will see the sencence Hello World ! printed on 
the console.

Umm, no, nothing happened :-(

Can somebody please shed light on how some of us code-witless souls can 
“easily" make use of the lua script functionality?  With all due respect, the 
current documentation is lacking effectiveness in this regard.

Many thanks in advance!


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] dt & arguments from command line in Mac OS X ?

2016-11-28 Thread J Albrecht
It worked!   Thank-you very much, August.



> On 28 Nov 2016, at 13:23, August Schwerdfeger <aug...@schwerdfeger.name> 
> wrote:
> 
> Try it without the 'open' at the beginning of the command -- you should be 
> able to execute that binary directly.
> 
> --
> August Schwerdfeger
> aug...@schwerdfeger.name <mailto:aug...@schwerdfeger.name>
> 
> On Mon, Nov 28, 2016 at 12:17 PM, J Albrecht <hevii...@gmail.com 
> <mailto:hevii...@gmail.com>> wrote:
> Thank-you August.  I’ve just tried this:
> 
> open /Applications/darktable.app/Contents/MacOS/darktable -d control | egrep 
> "dpi|ppd"
> 
> but was greeted with:
> 
> open: invalid option -- d
> 
> It appears that the not all Unix options carry-over to Mac OS X. Hence, I’m 
> still unable to run the app from the Command Line with and additional 
> arguments
> 
> 
> 
>> On 28 Nov 2016, at 13:06, August Schwerdfeger <aug...@schwerdfeger.name 
>> <mailto:aug...@schwerdfeger.name>> wrote:
>> 
>> % /Applications/darktable.app/Contents/MacOS/darktable
> 
> 
> 
>  
> darktable user mailing list to unsubscribe send a mail to 
> darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [darktable-user] dt & arguments from command line in Mac OS X ?

2016-11-28 Thread J Albrecht
Thank-you August.  I’ve just tried this:

open /Applications/darktable.app/Contents/MacOS/darktable -d control | egrep 
"dpi|ppd"

but was greeted with:

open: invalid option -- d

It appears that the not all Unix options carry-over to Mac OS X. Hence, I’m 
still unable to run the app from the Command Line with and additional arguments



> On 28 Nov 2016, at 13:06, August Schwerdfeger  
> wrote:
> 
> % /Applications/darktable.app/Contents/MacOS/darktable



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] dt & arguments from command line in Mac OS X ?

2016-11-28 Thread J Albrecht
I frequently see many suggestions of starting the program using the command 
line if problems are encountered.  Whereas I can invoke the program thus when 
working in Mac OS X (ie “open /Applications/darktable.app” ), I have no success 
when trying to do this with additional arguments such as, for example:  “ open 
/Applications/darktable.app -d control | egrep “dpi|ppd” “

Could somebody please provide some guidance?


signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] SOLVED (but a Bug is discovered): dt opens highly magnified

2016-11-14 Thread J Albrecht
Dual Monitor set-up!   The problem arose due to the use of dual monitors. Once 
I closed the lid on my laptop and restarted darktable, the program appeared at 
the proper magnification. When I opened the lid to reactivate the laptop 
screen, the correct magnification remained.

Just for the helluvit, I exited the program and restarted (with both monitors 
active)…
darktable opened at the earlier incorrect magnification.

This is clearly a bug, albeit one with an easy work-around.

My displays are as follows:

Laptop:
Display Type:   Retina LCD
Resolution: 2560 x 1600 Retina


External Monitor:
Resolution: 1920 x 1080 @ 60Hz (1080p)
Pixel Depth:32-Bit Color (ARGB)




> On 14 Nov 2016, at 02:11, johannes hanika <hana...@gmail.com> wrote:
> 
> hi,
> 
> no idea about mac specifically, but did you check your darktablerc
> (wherever that may be on mac), in particular
> 
> screen_dpi_overwrite=150
> screen_ppd_overwrite=-1.0
> 
> these two ^ ? these are my settings for a 3k monitor, set
> screen_dpi_overwrite=-1 for the defaults or play with it to suit your
> needs.
> 
> hth,
> jo
> 
> On Mon, Nov 14, 2016 at 9:34 AM, J Albrecht <hevii...@gmail.com> wrote:
>> That was rather stupid of me. Here are my details:
>> 
>> I’m running dt 2.0.7 on an MBPr under OS X 10.11.6
>> 
>> Update: I uninstalled the program along with the plist file. I also renamed
>> the config before re-installing the program. The result was: No joy. Same
>> thing. I don’t experience this with any of the other programs on my box. Any
>> suggestions, please?
>> 
>> 
>> On 13 Nov 2016, at 15:18, J Albrecht <hevii...@gmail.com> wrote:
>> 
>> Hello All,
>> 
>> This one has me perplexed. I hope that I’ve merely screwed-up a basic
>> setting which somebody could point out to me: When opening darktable, the
>> entire interface is highly magnified. I can’t zoom-out to return to a normal
>> view. This happens regardless of whether I’m in lighttable, darkroom or
>> other modules.
>> 
>> Thanks in advance for your assistance.
>> 
>> 
>> Freundliche Grüße / Best regards,
>> --
>> J Albrecht
>> 
>> 



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] Re: dt opens highly magnified

2016-11-13 Thread J Albrecht
That was rather stupid of me. Here are my details:

I’m running dt 2.0.7 on an MBPr under OS X 10.11.6

Update: I uninstalled the program along with the plist file. I also renamed the 
config before re-installing the program. The result was: No joy. Same thing. I 
don’t experience this with any of the other programs on my box. Any 
suggestions, please?


> On 13 Nov 2016, at 15:18, J Albrecht <hevii...@gmail.com> wrote:
> 
> Hello All,
> 
> This one has me perplexed. I hope that I’ve merely screwed-up a basic setting 
> which somebody could point out to me: When opening darktable, the entire 
> interface is highly magnified. I can’t zoom-out to return to a normal view. 
> This happens regardless of whether I’m in lighttable, darkroom or other 
> modules.
> 
> Thanks in advance for your assistance.
> 
> 
> Freundliche Grüße / Best regards,
> ------
> J Albrecht



signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] dt opens highly magnified

2016-11-13 Thread J Albrecht
Hello All,

This one has me perplexed. I hope that I’ve merely screwed-up a basic setting 
which somebody could point out to me: When opening darktable, the entire 
interface is highly magnified. I can’t zoom-out to return to a normal view. 
This happens regardless of whether I’m in lighttable, darkroom or other modules.

Thanks in advance for your assistance.


Freundliche Grüße / Best regards,
--
J Albrecht


signature.asc
Description: Message signed with OpenPGP using GPGMail


[darktable-user] Darktable 2.0.6 dmg?

2016-09-13 Thread J Albrecht
Hello All,

I feel that I’m looking a gift horse into the mouth but, I’ll ask nonetheless: 
Is a 2.0.6 dmg package available yet? I’ve looked but could only find the 2.0.5 
(which I’m already running on my MBPr)


signature.asc
Description: Message signed with OpenPGP using GPGMail