Re: [darktable-user] Fontsize with darktable 3.0.0~git325.4538201be

2020-02-08 Thread Аl Воgnеr
Am Sat, 1 Feb 2020 17:49:52 +0100
schrieb dt-l...@stefan-klinger.de:

Thanks Stefan!

Just to inform the readers about my simple solution, where you can
replace medit with your editor. I am aware that the solution Stefan
describes has a lot of advantages, but I think I do not need it.

sudo medit /usr/share/darktable/themes/darktable.css

In Ubuntu I changed line 163 to
font-size: 9pt;

It didn't work to change e.g. to 0.5em from 1em, but this is not a
problem. I am happy for the moment.


Is there a possibility to make scrollbars a little bit broader?

Al

> Аl Воgnеr (2020-Jan-31, excerpt):
> > Bevor I had settings which worked with my UHD-monitor. Now
> > everything is too big. What do I have to change to get smaller
> > fonts?
> 
> Ignore Patrick.
> 
> Create your own style in a .css file under
> `~/.config/darktable/themes`, you may have to create this directory.
> If you want use an existing style and just add some tweaks, you may
> import one.  I have in my `~/.config/darktable/themes/mine.css`
> 
> @import url("orig/darktable-icons-grey.css");
> 
> *
> {
>   font-size: 10pt;
> }
> 
> and `~/.config/darktable/themes/orig` is a symlink to the directory
> where darktable's original CSS files ended up after installation.
> 
> Alternatively, you may edit one of the original style files (likely to
> be overwritten by the next install), or copy one of them to
> `~/.config/darktable/themes/`, using a different name, and edit to
> your liking (won't benefit from future changes in the original files).
> 
> Then run Darktable, and choose the name of your style file in “⚙ / GUI
> options / theme”.


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



Re: [darktable-user] Old requeested feature

2020-02-08 Thread Jean-Luc CECCOLI
> Message du 08/02/20 20:45
> De : "Guillermo Rozas" 
> A : "darktable forum" 
> Copie à : 
> Objet : Re: [darktable-user] Old requeested feature
> 
> Quick solution/hack:
> 
OK - I give up.

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



Re: [darktable-user] Darktable 3.0 does not detect Sigma Lens 17-70 for Canon EF-S

2020-02-08 Thread jys



On Sat, Feb 8, 2020, at 10:48, Patrick Shanahan wrote:
> 
> is your lensfun version up to date, I have:
>   3.2.-41.2

This doesn't sound like a LensFun issue (or at least, it's an issue before it 
gets that far):

> Darktable 3.0 under Ubuntu 18.04 does not detect the lens (shown as (368)).

If exiv2 isn't producing a name for matching, LensFun has nothing to match. If 
your exiv2 version is at least 0.26 you can provide your own mapping as 
explained here:

 
https://dev.exiv2.org/projects/exiv2/wiki/Lens_Recognition_in_Exiv2_v026_(and_later)

-- 
jys

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



Re: [darktable-user] Old requeested feature

2020-02-08 Thread Guillermo Rozas
Quick solution/hack:

- import the picture on darktable, using a year placeholder on the
copyright (like "YEAR_EXIF_COPYRIGHT")
- activate the option "check for changed XMP on start" on darktable,
and exit the program
- run a script reads the year from the RAW file using exiv2, and
replaces the "YEAR_EXIF_COPYRIGHT" placeholder on the XMP using sed
- open darktable, it should ask you to update the database based on
the changed XMPs

Regards,
Guillermo


On Sat, Feb 8, 2020 at 2:54 PM Jean-Luc CECCOLI
 wrote:
>
> > Message du 08/02/20 18:20
> > De : "Anton Aylward"
>
> > A : darktable-user@lists.darktable.org
> > Copie à :
> > Objet : Re: [darktable-user] Old requeested feature
> >
> > On 2020-02-08 8:50 a.m., Patrick Shanahan wrote:
> > > * Jean-Luc CECCOLI  [02-08-20 08:40]:
> > >> Hello,
> > >>
> > >>
> > >>
> > >> Any chance this could be implemented some day ?
> > >>
> > >> https://github.com/darktable-org/darktable/issues/2452#issue-437401374
> > >
> > > cannot you add copywrite notice inside your camera?
> > >
> > > that metadata is included in all the photos I export from dt.
> >
> > Quite apart from being able to trigger a script 'on import' that uses DT's
> > ability to add metadata, conditionally, why not do the bastardized thing 
> > that
> > the DT Gods and Gurus disapprove of and use 'exiftool' manually, or using a
> > shell script, to add it?
> >
> O-kay... I think I either did not explain correctly my wish, or I was 
> misunderstood.
> I *do not* want to modify the raw files. In no way.
> As for now, each year I modify the date that will be added at import - see 
> attachment.
> The fact is, if for watsoever reason I need to reimport files whose sidecars 
> were lost, it will take me ages to identify their date.
> So, being able to use variables within those fields would be very useful.
> Unless I did it the wrong way, I could not find how to do so far.
> I thought using the same syntax as for exporting would do it, but it does 
> not. Replacing © 2019 by $(YEAR_EXIF) and importing whatever photo will add 
> $(YEAR_EXIF) as text instead of the year found into the exifs. Just re-rested 
> straight now.
>
> Rgrds,
>
> J.-Luc
> 
> 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 3.0 does not detect Sigma Lens 17-70 for Canon EF-S

2020-02-08 Thread Patrick Shanahan
* Patrick Shanahan  [02-08-20 13:43]:
> * Horst Brückner  [02-08-20 13:28]:
> > On 08.02.20 17:24, Patrick Shanahan wrote:
> > > * Horst Brückner  [02-08-20 11:21]:
> > >> Dear list,
> > >>
> > >> i just got a new lens for my Canon 750D. Darktable 3.0 under Ubuntu
> > >> 18.04 does not detect the lens (shown as (368)).
> > >>
> > >> The exiv2 utility reports:
> > >>
> > >> exiv2 -pt IMG_9283.CR2 | grep -ai lens
> > >> Exif.CanonCs.LensType    Short   1  (368)
> > >> Exif.CanonCs.Lens    Short   3  17.0 - 70.0 
> > >> mm
> > >> Exif.Canon.LensModel Ascii  74  17-70mm
> > >> F2.8-4 DC MACRO OS HSM | Contemporary 013
> > >> Exif.Photo.LensSpecification Rational    4  17/1 70/1
> > >> 0/1 0/1
> > >> Exif.Photo.LensModel Ascii  50  17-70mm
> > >> F2.8-4 DC MACRO OS HSM | Contemporary 013
> > >> Exif.Photo.LensSerialNumber  Ascii  11  00
> > >>
> > >> Do you have any idea how to make darktable detect the lens?
> > >
> > > iianm, dt relies on lensfun to provide that.  Have you tried updating your
> > > lensfun db, on my openSUSE it is lensfun-update-data.
> > >
> > >
> > > darktable git578.1a7019ebc on openSUSE Tumbleweed.
> > >
> > I tried the lensfun update (now is 0.3.2) - for me that looks like a
> > silly tagging issue with the lens naming ('F2.8-4 DC MACRO OS HSM |
> > Contemporary 013'). Any more ideas?
> 
> it is possible to make your own entries to match your lense but I do not
> recall the exact procedure.  You might search for "darktable lensfun edit"
> or something similar.
> 
> there is also:
> https://www.darktable.org/2015/02/on-lens-detection-and-correction/
> 
> also:
> man lensfun***
> 
> you can have your own lensfun data in addition to the regular.

is your lensfun version up to date, I have:
  3.2.-41.2

did you google for "lensfun darktable "?


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

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



Re: [darktable-user] Darktable 3.0 does not detect Sigma Lens 17-70 for Canon EF-S

2020-02-08 Thread Patrick Shanahan
* Horst Brückner  [02-08-20 13:28]:
> On 08.02.20 17:24, Patrick Shanahan wrote:
> > * Horst Brückner  [02-08-20 11:21]:
> >> Dear list,
> >>
> >> i just got a new lens for my Canon 750D. Darktable 3.0 under Ubuntu
> >> 18.04 does not detect the lens (shown as (368)).
> >>
> >> The exiv2 utility reports:
> >>
> >> exiv2 -pt IMG_9283.CR2 | grep -ai lens
> >> Exif.CanonCs.LensType    Short   1  (368)
> >> Exif.CanonCs.Lens    Short   3  17.0 - 70.0 mm
> >> Exif.Canon.LensModel Ascii  74  17-70mm
> >> F2.8-4 DC MACRO OS HSM | Contemporary 013
> >> Exif.Photo.LensSpecification Rational    4  17/1 70/1
> >> 0/1 0/1
> >> Exif.Photo.LensModel Ascii  50  17-70mm
> >> F2.8-4 DC MACRO OS HSM | Contemporary 013
> >> Exif.Photo.LensSerialNumber  Ascii  11  00
> >>
> >> Do you have any idea how to make darktable detect the lens?
> >
> > iianm, dt relies on lensfun to provide that.  Have you tried updating your
> > lensfun db, on my openSUSE it is lensfun-update-data.
> >
> >
> > darktable git578.1a7019ebc on openSUSE Tumbleweed.
> >
> I tried the lensfun update (now is 0.3.2) - for me that looks like a
> silly tagging issue with the lens naming ('F2.8-4 DC MACRO OS HSM |
> Contemporary 013'). Any more ideas?

it is possible to make your own entries to match your lense but I do not
recall the exact procedure.  You might search for "darktable lensfun edit"
or something similar.

there is also:
https://www.darktable.org/2015/02/on-lens-detection-and-correction/

also:
man lensfun***

you can have your own lensfun data in addition to the regular.
   
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode

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



Re: [darktable-user] Darktable 3.0 does not detect Sigma Lens 17-70 for Canon EF-S

2020-02-08 Thread Horst Brückner
On 08.02.20 17:24, Patrick Shanahan wrote:
> * Horst Brückner  [02-08-20 11:21]:
>> Dear list,
>>
>> i just got a new lens for my Canon 750D. Darktable 3.0 under Ubuntu
>> 18.04 does not detect the lens (shown as (368)).
>>
>> The exiv2 utility reports:
>>
>> exiv2 -pt IMG_9283.CR2 | grep -ai lens
>> Exif.CanonCs.LensType    Short   1  (368)
>> Exif.CanonCs.Lens    Short   3  17.0 - 70.0 mm
>> Exif.Canon.LensModel Ascii  74  17-70mm
>> F2.8-4 DC MACRO OS HSM | Contemporary 013
>> Exif.Photo.LensSpecification Rational    4  17/1 70/1
>> 0/1 0/1
>> Exif.Photo.LensModel Ascii  50  17-70mm
>> F2.8-4 DC MACRO OS HSM | Contemporary 013
>> Exif.Photo.LensSerialNumber  Ascii  11  00
>>
>> Do you have any idea how to make darktable detect the lens?
>
> iianm, dt relies on lensfun to provide that.  Have you tried updating your
> lensfun db, on my openSUSE it is lensfun-update-data.
>
>
> darktable git578.1a7019ebc on openSUSE Tumbleweed.
>
I tried the lensfun update (now is 0.3.2) - for me that looks like a
silly tagging issue with the lens naming ('F2.8-4 DC MACRO OS HSM |
Contemporary 013'). Any more ideas?


-- 


ec-logic GmbH
h...@ec-logic.com
www.ec-logic.com
Theresienstraße 12
90762 Fürth, germany
++49 911 9711910


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



Re: [darktable-user] Old requeested feature

2020-02-08 Thread Jean-Luc CECCOLI
> Message du 08/02/20 18:20
> De : "Anton Aylward" 

> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Old requeested feature
> 
> On 2020-02-08 8:50 a.m., Patrick Shanahan wrote:
> > * Jean-Luc CECCOLI  [02-08-20 08:40]:
> >> Hello,
> >>
> >>  
> >>
> >> Any chance this could be implemented some day ?
> >>
> >> https://github.com/darktable-org/darktable/issues/2452#issue-437401374
> > 
> > cannot you add copywrite notice inside your camera? 
> > 
> > that metadata is included in all the photos I export from dt.
> 
> Quite apart from being able to trigger a script 'on import' that uses DT's
> ability to add metadata, conditionally, why not do the bastardized thing that
> the DT Gods and Gurus disapprove of and use 'exiftool' manually, or using a
> shell script, to add it?
> 
O-kay... I think I either did not explain correctly my wish, or I was 
misunderstood.
I *do not* want to modify the raw files. In no way.
As for now, each year I modify the date that will be added at import - see 
attachment.
The fact is, if for watsoever reason I need to reimport files whose sidecars 
were lost, it will take me ages to identify their date.
So, being able to use variables within those fields would be very useful.
Unless I did it the wrong way, I could not find how to do so far.
I thought using the same syntax as for exporting would do it, but it does not. 
Replacing © 2019 by $(YEAR_EXIF) and importing whatever photo will add 
$(YEAR_EXIF) as text instead of the year found into the exifs. Just re-rested 
straight now.

Rgrds,

J.-Luc

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



Re: [darktable-user] Old requeested feature

2020-02-08 Thread Anton Aylward
On 2020-02-08 8:50 a.m., Patrick Shanahan wrote:
> * Jean-Luc CECCOLI  [02-08-20 08:40]:
>> Hello,
>>
>>  
>>
>> Any chance this could be implemented some day ?
>>
>> https://github.com/darktable-org/darktable/issues/2452#issue-437401374
> 
> cannot you add copywrite notice inside your camera?  
> 
> that metadata is included in all the photos I export from dt.

Quite apart from being able to trigger a script 'on import' that uses DT's
ability to add metadata, conditionally, why not do the bastardized thing that
the DT Gods and Gurus disapprove of and use 'exiftool' manually, or using a
shell script, to add it?





-- 
Only one absolute certainty is possible to man, namely that at any given moment
the feeling which he has exists.
Thomas H. Huxley

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



Re: [darktable-user] Darktable 3.0 does not detect Sigma Lens 17-70 for Canon EF-S

2020-02-08 Thread Patrick Shanahan
* Horst Brückner  [02-08-20 11:21]:
> Dear list,
> 
> i just got a new lens for my Canon 750D. Darktable 3.0 under Ubuntu
> 18.04 does not detect the lens (shown as (368)).
> 
> The exiv2 utility reports:
> 
> exiv2 -pt IMG_9283.CR2 | grep -ai lens
> Exif.CanonCs.LensType    Short   1  (368)
> Exif.CanonCs.Lens    Short   3  17.0 - 70.0 mm
> Exif.Canon.LensModel Ascii  74  17-70mm
> F2.8-4 DC MACRO OS HSM | Contemporary 013
> Exif.Photo.LensSpecification Rational    4  17/1 70/1
> 0/1 0/1
> Exif.Photo.LensModel Ascii  50  17-70mm
> F2.8-4 DC MACRO OS HSM | Contemporary 013
> Exif.Photo.LensSerialNumber  Ascii  11  00
> 
> Do you have any idea how to make darktable detect the lens?


iianm, dt relies on lensfun to provide that.  Have you tried updating your
lensfun db, on my openSUSE it is lensfun-update-data.


darktable git578.1a7019ebc on openSUSE Tumbleweed.

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
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] Darktable 3.0 does not detect Sigma Lens 17-70 for Canon EF-S

2020-02-08 Thread Horst Brückner
Dear list,

i just got a new lens for my Canon 750D. Darktable 3.0 under Ubuntu
18.04 does not detect the lens (shown as (368)).

The exiv2 utility reports:

exiv2 -pt IMG_9283.CR2 | grep -ai lens
Exif.CanonCs.LensType    Short   1  (368)
Exif.CanonCs.Lens    Short   3  17.0 - 70.0 mm
Exif.Canon.LensModel Ascii  74  17-70mm
F2.8-4 DC MACRO OS HSM | Contemporary 013
Exif.Photo.LensSpecification Rational    4  17/1 70/1
0/1 0/1
Exif.Photo.LensModel Ascii  50  17-70mm
F2.8-4 DC MACRO OS HSM | Contemporary 013
Exif.Photo.LensSerialNumber  Ascii  11  00

Do you have any idea how to make darktable detect the lens?

__horst brückner

-- 


ec-logic GmbH
h...@ec-logic.com
www.ec-logic.com
Theresienstraße 12
90762 Fürth, germany
++49 911 9711910


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



Re: [darktable-user] Old requeested feature

2020-02-08 Thread Willy Williams
Some cameras do not have the current capability of adding copyright data 
within the metadata.  My Lumix cameras are just such.  My former Nikons 
could do so, but not the Lumix models.  That request has been registered 
with Panasonic already regarding the Lumix models.


Willy

--

 "You don't take a picture.  You ask quietly and humbly to borrow it."

 - Unknown

--

On 2/8/20 8:50 AM, Patrick Shanahan wrote:

* Jean-Luc CECCOLI  [02-08-20 08:40]:

Hello,

  


Any chance this could be implemented some day ?

https://github.com/darktable-org/darktable/issues/2452#issue-437401374

cannot you add copywrite notice inside your camera?

that metadata is included in all the photos I export from dt.





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

Re: [darktable-user] Old requeested feature

2020-02-08 Thread Jean-Luc CECCOLI
> Message du 08/02/20 14:50
> De : "Patrick Shanahan" 

> A : "Darktable Users List" 
> Copie à : 
> Objet : Re: [darktable-user] Old requeested feature
> 
> * Jean-Luc CECCOLI  [02-08-20 08:40]:
> > Hello,
> > 
> >  
> > 
> > Any chance this could be implemented some day ?
> > 
> > https://github.com/darktable-org/darktable/issues/2452#issue-437401374
> 
> cannot you add copywrite notice inside your camera? 
> 
> that metadata is included in all the photos I export from dt.
> 
> 
> -- 
> (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri
> http://en.opensuse.org openSUSE Community Member facebook/ptilopteri
> 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
> 
> 
Hello Patrick,

As I wrote in all my requests, it would help in the case of importing old 
photos that were not tagged, named, aso, or whose sidecars would be no more 
available for whatever reason.
Another case would be photos retrieved from a crashed disk, with names like 
filex.xxx (it did happen a couple of times).
However... I seem to remember that I was not the only one finding this useful.

Rgrds,

J.-Luc

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



Re: [darktable-user] Old requeested feature

2020-02-08 Thread Patrick Shanahan
* Jean-Luc CECCOLI  [02-08-20 08:40]:
> Hello,
> 
>  
> 
> Any chance this could be implemented some day ?
> 
> https://github.com/darktable-org/darktable/issues/2452#issue-437401374

cannot you add copywrite notice inside your camera?  

that metadata is included in all the photos I export from dt.


-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
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] Old requeested feature

2020-02-08 Thread Jean-Luc CECCOLI
Hello,

 

Any chance this could be implemented some day ?

https://github.com/darktable-org/darktable/issues/2452#issue-437401374

 

Rgrds,

 

J.-Luc


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



Re: [darktable-user] OpenCL *sometimes* not available: could not create context for device 0: -6

2020-02-08 Thread Holger Wünsche

Hi,


On 2/7/20 11:46 PM, KOVÁCS István wrote:

Thanks for the info. Interesting. As I said, in the case above, I just
quit darktable and started it again. I did see that sometimes if I
have a browser open, darktable displays this error; quitting
darktable, closing the browser, launching darktable again often solves
the problem.


The difference in used memory is only about 100MB. I believe firefox 
adjusts the memory-usage based on how much you have available and the 
first start of darktable might get firefox to release enough for OpenCL 
to work on the second try.


You could look at how much memory is free/available before you start 
darktable, it seems to need approximately 300MB for OpenCL and half 
without.



Holger


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