Re: [darktable-user] Geotagging module hangs

2018-05-15 Thread Timur Irikovich Davletshin
Another question. As far as I understand reimporting whole library is
the only way to remove those unused masks universally, right? Mine took
 several hours to generate new thumbnails but also reduced collection
size by ~8GB... which is good, especially keeping in mind that now dt
is much faster.

Thank you very much this fix!

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



Re: [darktable-user] Geotagging module hangs

2018-05-15 Thread Timur Irikovich Davletshin
On Tue, 2018-05-15 at 13:59 +0200, Tobias Ellinghaus wrote:
> 
> Are you saying that spot removal masks that are no longer used by
> spot removal 
> are staying in the XMP? Can you share such an XMP please?
> 
> > Timur.
> 
> Tobias

I'm sorry, it was misunderstanding, I thought that commenting those
lines will remove all masks, even those used in some modules. But it
works as you said, it deletes only unused masks. Clearly this feature
is optional and should not be enabled by default.

Timur.

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



Re: [darktable-user] Geotagging module hangs

2018-05-15 Thread Tobias Ellinghaus
Am Dienstag, 15. Mai 2018, 13:20:59 CEST schrieb Timur Irikovich Davletshin:
> On Tue, 2018-05-15 at 12:55 +0200, Tobias Ellinghaus wrote:
> > The ones that get removed when you comment out those lines in
> > darktable are 
> > NOT hidden. They are shown in the mask manager and can be used in
> > modules. The 
> > hidden masks (coming from spot removal) are always deleted now, even
> > with the 
> > lines I told you about left in.
> > 
> > > Timur.
> > 
> > Tobias
> 
> Sorry, I didn't get what masks it removes. Generally I have either spot
> removal masks or masks used in exposure correction. And they are both
> remain in their places, none removed. So, the question is if it can
> damage masks which are already in use by some modules.

Are you saying that spot removal masks that are no longer used by spot removal 
are staying in the XMP? Can you share such an XMP please?

> Timur.

Tobias

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-05-15 Thread Timur Irikovich Davletshin
On Tue, 2018-05-15 at 12:55 +0200, Tobias Ellinghaus wrote:
> 
> The ones that get removed when you comment out those lines in
> darktable are 
> NOT hidden. They are shown in the mask manager and can be used in
> modules. The 
> hidden masks (coming from spot removal) are always deleted now, even
> with the 
> lines I told you about left in.
> 
> > Timur.
> 
> Tobias

Sorry, I didn't get what masks it removes. Generally I have either spot
removal masks or masks used in exposure correction. And they are both
remain in their places, none removed. So, the question is if it can
damage masks which are already in use by some modules.

Timur.

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



Re: [darktable-user] Geotagging module hangs

2018-05-15 Thread Tobias Ellinghaus
Am Montag, 14. Mai 2018, 12:05:40 CEST schrieb Timur Irikovich Davletshin:
> On Mon, 2018-05-14 at 11:10 +0200, Tobias Ellinghaus wrote:
> > I know, I didn't get rid of those on purpose so far. If you compile
> > your own 
> > darktable you can remove the lines
> > 
> > sqlite3_exec(dt_database_get(darktable.db), "BEGIN TRANSACTION",
> > NULL, NULL, 
> > NULL);
> > g_hash_table_foreach(mask_entries, add_non_clone_mask_entries_to_db,
> > &img-
> > 
> > > id);
> > 
> > sqlite3_exec(dt_database_get(darktable.db), "COMMIT", NULL, NULL,
> > NULL);
> > 
> > from src/common/exif.cc and have it drop all unused masks when
> > loading a 
> > sidecar file.
> > Maybe it would be nice to wire "drop unused masks" into Lua, however,
> > given 
> > how quirky masks are implemented I am not sure if that is feasible.
> > 
> > :-(
> > :
> > > Symptome is
> > > the same: big sidecar file with masks in it and nothing in mask
> > > manager. Cleaning it manually via mask manager helps.
> > > 
> > > Timur.
> > 
> > Tobias
> 
> So, I did as you suggested and it works as expected. Just for my
> understanding, what is the potential use of those hidden unused masks?
> They are not available via GUI (so I cannot employ them) nor used in
> image processing.

The ones that get removed when you comment out those lines in darktable are 
NOT hidden. They are shown in the mask manager and can be used in modules. The 
hidden masks (coming from spot removal) are always deleted now, even with the 
lines I told you about left in.

> Timur.

Tobias

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-05-14 Thread Timur Irikovich Davletshin
On Mon, 2018-05-14 at 11:10 +0200, Tobias Ellinghaus wrote:
> 
> I know, I didn't get rid of those on purpose so far. If you compile
> your own 
> darktable you can remove the lines
> 
> sqlite3_exec(dt_database_get(darktable.db), "BEGIN TRANSACTION",
> NULL, NULL, 
> NULL);
> g_hash_table_foreach(mask_entries, add_non_clone_mask_entries_to_db,
> &img-
> > id);
> 
> sqlite3_exec(dt_database_get(darktable.db), "COMMIT", NULL, NULL,
> NULL);
> 
> from src/common/exif.cc and have it drop all unused masks when
> loading a 
> sidecar file.
> Maybe it would be nice to wire "drop unused masks" into Lua, however,
> given 
> how quirky masks are implemented I am not sure if that is feasible.
> :-(
> 
> > Symptome is
> > the same: big sidecar file with masks in it and nothing in mask
> > manager. Cleaning it manually via mask manager helps.
> > 
> > Timur.
> 
> Tobias

So, I did as you suggested and it works as expected. Just for my
understanding, what is the potential use of those hidden unused masks?
They are not available via GUI (so I cannot employ them) nor used in
image processing.

Timur.

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



Re: [darktable-user] Geotagging module hangs

2018-05-14 Thread Timur Irikovich Davletshin
On Mon, 2018-05-14 at 11:10 +0200, Tobias Ellinghaus wrote:
> 
> I know, I didn't get rid of those on purpose so far. If you compile
> your own 
> darktable you can remove the lines
> 
> sqlite3_exec(dt_database_get(darktable.db), "BEGIN TRANSACTION",
> NULL, NULL, 
> NULL);
> g_hash_table_foreach(mask_entries, add_non_clone_mask_entries_to_db,
> &img-
> > id);
> 
> sqlite3_exec(dt_database_get(darktable.db), "COMMIT", NULL, NULL,
> NULL);
> 
> from src/common/exif.cc and have it drop all unused masks when
> loading a 
> sidecar file.
> Maybe it would be nice to wire "drop unused masks" into Lua, however,
> given 
> how quirky masks are implemented I am not sure if that is feasible.
> :-(
> 
> > Symptome is
> > the same: big sidecar file with masks in it and nothing in mask
> > manager. Cleaning it manually via mask manager helps.
> > 
> > Timur.
> 
> Tobias

Sure, I'll try that. But what about the others? I believe other users
also affected by this bug, maybe they just don't notice that or solve
this problem in most obvious way — buying new equipment. I already got
rid of those masks manually on a set of test images and darktable works
several times faster than before (entering darkroom mode, leaving it
and refreshing thumbnails).

Timur.

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



Re: [darktable-user] Geotagging module hangs

2018-05-14 Thread Tobias Ellinghaus
Am Sonntag, 13. Mai 2018, 22:20:44 CEST schrieb Timur Irikovich Davletshin:
> On Sun, 2018-05-13 at 21:12 +0200, Tobias Ellinghaus wrote:
> > I added some change to how masks are handled:
> > 
> > - When resetting the spot module we delete all masks used internally
> > in the 
> > module. That should prevent dt from piling up masks that are not
> > shown in the 
> > mask manager.
> > - When loading XMP files all cloning masks (the ones used in spot
> > removal) 
> > that are not actually used by the image are ignored.
> > 
> > With those it might be enough to reload your images to get rid of the
> > big 
> > sidecar sizes. It would be great if you could try it after making a
> > backup of 
> > your files. Just to be on the safe side ...
> > 
> > Tobias
> 
> It kind of working, but not 100%. Some of those masks are cleaned (spot
> tool I believe), but there are others... see attachment.

I know, I didn't get rid of those on purpose so far. If you compile your own 
darktable you can remove the lines

sqlite3_exec(dt_database_get(darktable.db), "BEGIN TRANSACTION", NULL, NULL, 
NULL);
g_hash_table_foreach(mask_entries, add_non_clone_mask_entries_to_db, &img-
>id);
sqlite3_exec(dt_database_get(darktable.db), "COMMIT", NULL, NULL, NULL);

from src/common/exif.cc and have it drop all unused masks when loading a 
sidecar file.
Maybe it would be nice to wire "drop unused masks" into Lua, however, given 
how quirky masks are implemented I am not sure if that is feasible. :-(

> Symptome is
> the same: big sidecar file with masks in it and nothing in mask
> manager. Cleaning it manually via mask manager helps.
> 
> Timur.

Tobias

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-05-13 Thread Timur Irikovich Davletshin
On Sun, 2018-05-13 at 21:12 +0200, Tobias Ellinghaus wrote:
> 
> I added some change to how masks are handled:
> 
> - When resetting the spot module we delete all masks used internally
> in the 
> module. That should prevent dt from piling up masks that are not
> shown in the 
> mask manager.
> - When loading XMP files all cloning masks (the ones used in spot
> removal) 
> that are not actually used by the image are ignored.
> 
> With those it might be enough to reload your images to get rid of the
> big 
> sidecar sizes. It would be great if you could try it after making a
> backup of 
> your files. Just to be on the safe side ...
> 
> > IMHO, as first step it would be better to have external tool to fix
> > those XMPs. And then fix code that copies unused masks along with
> > module settings which do not employ any masks at all.
> 
> Tobias

Another comment: I'm not sure if this is right way to do but is it
possible to update XMPs on generating thumbnails without opening and
closing file in darkroom mode (in lighttable mode or via darktable-
generate-cache)?

Timur.

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



Re: [darktable-user] Geotagging module hangs

2018-05-13 Thread Tobias Ellinghaus
Am Sonntag, 29. April 2018, 19:11:55 CEST schrieb Timur Irikovich Davletshin:
> On Sun, 2018-04-29 at 18:41 +0200, Tobias Ellinghaus wrote:
> > Am Donnerstag, 26. April 2018, 13:22:34 CEST schrieb Timur
> > 
> > Davletshin:
> > > https://drive.google.com/file/d/14sZLgnpZSV5W3pw1K_8owHW29Heq9EWz/v
> > > iew?usp=d
> > > rivesdk — there is nothing special about those sidecar files, it is
> > > the same
> > > I described earlier. They come from my lazy habit of editing mostly
> > > only
> > > first file in the set with same light conditions. Then I just copy
> > > respective module settings and adjust individual like 'spot
> > > removal' if
> > > needed.
> > 
> > Did you report that to redmine? I thing I remember it being mentioned
> > but I 
> > can't find any ticket.
> > 
> > I am thinking about only importing masks that are actually used in
> > the image 
> > when loading a sidecar (I have the code for that already), but I am
> > not sure 
> > if that is going to break some workflows where you want to keep
> > masks.
> > 
> > Tobias
> > 
> > [...]
> 
> No, I didn't. It was just in mailing list.
> 
> I'm not sure if this is right solution. I can imagine that some masks
> should be kept even if not used. But masks I talk about are not even in
> the list...

I added some change to how masks are handled:

- When resetting the spot module we delete all masks used internally in the 
module. That should prevent dt from piling up masks that are not shown in the 
mask manager.
- When loading XMP files all cloning masks (the ones used in spot removal) 
that are not actually used by the image are ignored.

With those it might be enough to reload your images to get rid of the big 
sidecar sizes. It would be great if you could try it after making a backup of 
your files. Just to be on the safe side ...

> IMHO, as first step it would be better to have external tool to fix
> those XMPs. And then fix code that copies unused masks along with
> module settings which do not employ any masks at all.

Tobias

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-29 Thread Timur Irikovich Davletshin
On Sun, 2018-04-29 at 18:41 +0200, Tobias Ellinghaus wrote:
> Am Donnerstag, 26. April 2018, 13:22:34 CEST schrieb Timur
> Davletshin:
> > https://drive.google.com/file/d/14sZLgnpZSV5W3pw1K_8owHW29Heq9EWz/v
> > iew?usp=d
> > rivesdk — there is nothing special about those sidecar files, it is
> > the same
> > I described earlier. They come from my lazy habit of editing mostly
> > only
> > first file in the set with same light conditions. Then I just copy
> > respective module settings and adjust individual like 'spot
> > removal' if
> > needed.
> 
> Did you report that to redmine? I thing I remember it being mentioned
> but I 
> can't find any ticket.
> 
> I am thinking about only importing masks that are actually used in
> the image 
> when loading a sidecar (I have the code for that already), but I am
> not sure 
> if that is going to break some workflows where you want to keep
> masks.
> 
> Tobias
> 
> [...]

No, I didn't. It was just in mailing list.

I'm not sure if this is right solution. I can imagine that some masks
should be kept even if not used. But masks I talk about are not even in
the list...

IMHO, as first step it would be better to have external tool to fix
those XMPs. And then fix code that copies unused masks along with
module settings which do not employ any masks at all.

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



Re: [darktable-user] Geotagging module hangs

2018-04-29 Thread Tobias Ellinghaus
Am Donnerstag, 26. April 2018, 13:22:34 CEST schrieb Timur Davletshin:
> https://drive.google.com/file/d/14sZLgnpZSV5W3pw1K_8owHW29Heq9EWz/view?usp=d
> rivesdk — there is nothing special about those sidecar files, it is the same
> I described earlier. They come from my lazy habit of editing mostly only
> first file in the set with same light conditions. Then I just copy
> respective module settings and adjust individual like 'spot removal' if
> needed.

Did you report that to redmine? I thing I remember it being mentioned but I 
can't find any ticket.

I am thinking about only importing masks that are actually used in the image 
when loading a sidecar (I have the code for that already), but I am not sure 
if that is going to break some workflows where you want to keep masks.

Tobias

[...]

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-26 Thread Timur Davletshin
https://drive.google.com/file/d/14sZLgnpZSV5W3pw1K_8owHW29Heq9EWz/view?usp=drivesdk
— there is nothing special about those sidecar files, it is the same I
described earlier. They come from my lazy habit of editing mostly only
first file in the set with same light conditions. Then I just copy
respective module settings and adjust individual like 'spot removal' if
needed.

On Thu, Apr 26, 2018, 14:16 Tobias Ellinghaus  wrote:

> Am Donnerstag, 26. April 2018, 13:02:23 CEST schrieb Timur Davletshin:
> > Yep, I just did tagging using set of freshly imported images and it works
> > with reasonable speed. Probably parsing of occasional huge sidecar files
> is
> > the core of my issue.
>
> Did you upload such a sidecar somewhere? Maybe there is a quick fix for
> speeding that up?
>
> > On Thu, Apr 26, 2018, 13:50 Tobias Ellinghaus  wrote:
> > > Am Dienstag, 24. April 2018, 09:02:47 CEST schrieb Timur Irikovich
> > >
> > > Davletshin:
> > > > File is in the attachment. It just came to my head, what if this huge
> > > > slowdown is related to 'huge sidecar files' problem I described
> > > > earlier?
> > >
> > > That might be. Could you try with some photos that have reasonably
> sized
> > > sidecars?
> > >
> > > > On Tue, 2018-04-24 at 01:04 +0200, Tobias Ellinghaus wrote:
> > > > > Am Sonntag, 22. April 2018, 13:05:51 CEST schrieb Timur Irikovich
> > > > >
> > > > > Davletshin:
> > > > > > 2
> > > > >
> > > > > That shouldn't make any problems. Please install debug symbols for
> > > > > darktable
> > > > > and provide another backtrace.
> > > > >
> > > > > > On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> > > > > > > Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur
> Irikovich
> > > > > > >
> > > > > > > Davletshin:
> > > > > > > > Yes, it does. One CPU core is 99% loaded all the time until
> > > > > > > > operation
> > > > > > > > is finished. Interface is not responding.
> > > > > > >
> > > > > > > What is the number of worker threads set to in the dt
> > > > > > > preferences?
> > > > > > >
> > > > > > > > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > > > > > > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur
> > > > > > > > > Irikovich
> > > > > > > > >
> > > > > > > > > Davletshin:
> > > > > > > > > > I have touched nothing related to Lua scripts.
> > > > > > > > >
> > > > > > > > > Does dt use CPU while hanging?
> > > > > > > > >
> > > > > > > > > [...]
> > > > > > > >
> > > > > > > >
> ___
> > > > > > > > 
> > > > > > > > _
> > > > > > > > darktable user mailing list
> > > > > > > > to unsubscribe send a mail to
> darktable-user+unsubscribe@lists.
> > > > > > > > dark
> > > > > > > > table.org
> > > > > >
> > > > > >
> ___
> > > > > > _
> > > > > > darktable user mailing list
> > > > > > to unsubscribe send a mail to
> darktable-user+unsubscr...@lists.dark
> > > > > > table.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] Geotagging module hangs

2018-04-26 Thread Tobias Ellinghaus
Am Donnerstag, 26. April 2018, 13:02:23 CEST schrieb Timur Davletshin:
> Yep, I just did tagging using set of freshly imported images and it works
> with reasonable speed. Probably parsing of occasional huge sidecar files is
> the core of my issue.

Did you upload such a sidecar somewhere? Maybe there is a quick fix for 
speeding that up?

> On Thu, Apr 26, 2018, 13:50 Tobias Ellinghaus  wrote:
> > Am Dienstag, 24. April 2018, 09:02:47 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > File is in the attachment. It just came to my head, what if this huge
> > > slowdown is related to 'huge sidecar files' problem I described
> > > earlier?
> > 
> > That might be. Could you try with some photos that have reasonably sized
> > sidecars?
> > 
> > > On Tue, 2018-04-24 at 01:04 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 22. April 2018, 13:05:51 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > 2
> > > > 
> > > > That shouldn't make any problems. Please install debug symbols for
> > > > darktable
> > > > and provide another backtrace.
> > > > 
> > > > > On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> > > > > > Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich
> > > > > > 
> > > > > > Davletshin:
> > > > > > > Yes, it does. One CPU core is 99% loaded all the time until
> > > > > > > operation
> > > > > > > is finished. Interface is not responding.
> > > > > > 
> > > > > > What is the number of worker threads set to in the dt
> > > > > > preferences?
> > > > > > 
> > > > > > > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > > > > > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur
> > > > > > > > Irikovich
> > > > > > > > 
> > > > > > > > Davletshin:
> > > > > > > > > I have touched nothing related to Lua scripts.
> > > > > > > > 
> > > > > > > > Does dt use CPU while hanging?
> > > > > > > > 
> > > > > > > > [...]
> > > > > > > 
> > > > > > > ___
> > > > > > > 
> > > > > > > _
> > > > > > > darktable user mailing list
> > > > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > > > dark
> > > > > > > table.org
> > > > > 
> > > > > ___
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > > > table.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: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-26 Thread Timur Davletshin
Yep, I just did tagging using set of freshly imported images and it works
with reasonable speed. Probably parsing of occasional huge sidecar files is
the core of my issue.

On Thu, Apr 26, 2018, 13:50 Tobias Ellinghaus  wrote:

> Am Dienstag, 24. April 2018, 09:02:47 CEST schrieb Timur Irikovich
> Davletshin:
> > File is in the attachment. It just came to my head, what if this huge
> > slowdown is related to 'huge sidecar files' problem I described
> > earlier?
>
> That might be. Could you try with some photos that have reasonably sized
> sidecars?
>
> > On Tue, 2018-04-24 at 01:04 +0200, Tobias Ellinghaus wrote:
> > > Am Sonntag, 22. April 2018, 13:05:51 CEST schrieb Timur Irikovich
> > >
> > > Davletshin:
> > > > 2
> > >
> > > That shouldn't make any problems. Please install debug symbols for
> > > darktable
> > > and provide another backtrace.
> > >
> > > > On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> > > > > Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich
> > > > >
> > > > > Davletshin:
> > > > > > Yes, it does. One CPU core is 99% loaded all the time until
> > > > > > operation
> > > > > > is finished. Interface is not responding.
> > > > >
> > > > > What is the number of worker threads set to in the dt
> > > > > preferences?
> > > > >
> > > > > > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > > > > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur
> > > > > > > Irikovich
> > > > > > >
> > > > > > > Davletshin:
> > > > > > > > I have touched nothing related to Lua scripts.
> > > > > > >
> > > > > > > Does dt use CPU while hanging?
> > > > > > >
> > > > > > > [...]
> > > > > >
> > > > > > ___
> > > > > > 
> > > > > > _
> > > > > > darktable user mailing list
> > > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > > dark
> > > > > > table.org
> > > >
> > > > ___
> > > > _
> > > > darktable user mailing list
> > > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > > table.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] Geotagging module hangs

2018-04-26 Thread Tobias Ellinghaus
Am Dienstag, 24. April 2018, 09:02:47 CEST schrieb Timur Irikovich Davletshin:
> File is in the attachment. It just came to my head, what if this huge
> slowdown is related to 'huge sidecar files' problem I described
> earlier?

That might be. Could you try with some photos that have reasonably sized 
sidecars?

> On Tue, 2018-04-24 at 01:04 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 22. April 2018, 13:05:51 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > 2
> > 
> > That shouldn't make any problems. Please install debug symbols for
> > darktable 
> > and provide another backtrace.
> > 
> > > On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > Yes, it does. One CPU core is 99% loaded all the time until
> > > > > operation
> > > > > is finished. Interface is not responding.
> > > > 
> > > > What is the number of worker threads set to in the dt
> > > > preferences?
> > > > 
> > > > > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > > > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur
> > > > > > Irikovich
> > > > > > 
> > > > > > Davletshin:
> > > > > > > I have touched nothing related to Lua scripts.
> > > > > > 
> > > > > > Does dt use CPU while hanging?
> > > > > > 
> > > > > > [...]
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > dark
> > > > > table.org
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.org
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-24 Thread Timur Irikovich Davletshin
File is in the attachment. It just came to my head, what if this huge
slowdown is related to 'huge sidecar files' problem I described
earlier?

On Tue, 2018-04-24 at 01:04 +0200, Tobias Ellinghaus wrote:
> Am Sonntag, 22. April 2018, 13:05:51 CEST schrieb Timur Irikovich
> Davletshin:
> > 2
> 
> That shouldn't make any problems. Please install debug symbols for
> darktable 
> and provide another backtrace.
> 
> > On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> > > Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich
> > > 
> > > Davletshin:
> > > > Yes, it does. One CPU core is 99% loaded all the time until
> > > > operation
> > > > is finished. Interface is not responding.
> > > 
> > > What is the number of worker threads set to in the dt
> > > preferences?
> > > 
> > > > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur
> > > > > Irikovich
> > > > > 
> > > > > Davletshin:
> > > > > > I have touched nothing related to Lua scripts.
> > > > > 
> > > > > Does dt use CPU while hanging?
> > > > > 
> > > > > [...]
> > > > 
> > > > ___
> > > > 
> > > > _
> > > > darktable user mailing list
> > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > dark
> > > > table.org
> > 
> > ___
> > _
> > darktable user mailing list
> > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > table.org
> 
> 

darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org
Thread 32 (Thread 0x7fffa2025700 (LWP 28159)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1  0x76d7536a in g_cond_wait_until () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x76d03e89 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3  0x76d044ac in g_async_queue_timeout_pop () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4  0x76d57e9d in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5  0x76d573d5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6  0x776a3494 in start_thread (arg=0x7fffa2025700) at 
pthread_create.c:333
__res = 
pd = 0x7fffa2025700
now = 
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735911450368, 
8048724266399535626, 0, 140736082827263, 140735911450368, 93825017031616, 
-8048614156702608886, -8048707930839215606}, mask_was_saved = 0}}, priv = {pad 
= {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = 
pagesize_m1 = 
sp = 
freesize = 
__PRETTY_FUNCTION__ = "start_thread"
#7  0x773e5acf in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:97
No locals.

Thread 29 (Thread 0x7fffa3027700 (LWP 28153)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
No locals.
#1  0x76d7524f in g_cond_wait () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2  0x77a83503 in gtk_wrap (L=0x7fff9c007938) at ./src/lua/call.c:670
communication = {end_cond = {p = 0x6, i = {0, 32767}}, end_mutex = {p = 
0x0, i = {0, 0}}, L = 0x7fff9c007938, retval = 6}
__FUNCTION__ = "gtk_wrap"
#3  0x71ba977e in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#4  0x71ba9b63 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#5  0x71ba9bc1 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#6  0x71ba54ec in lua_callk () from 
/usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#7  0x7fffaaf66c6b in lua_update_metadata (L=0x7fff9c007938) at 
./src/libs/metadata_view.c:728
self = 0x56a97e30
imgid = 4724
__FUNCTION__ = "lua_update_metadata"
#8  0x71ba977e in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#9  0x71ba9b63 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#10 0x71ba9bc1 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#11 0x71ba8f92 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#12 0x71ba9e4d in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#13 0x71ba55c1 in lua_pcallk () from 
/usr/lib/x86_64-linux-gnu/liblua5.3.so.0
No symbol table info available.
#14 0x77a83f6a in run_async_thread_main (dat

Re: [darktable-user] Geotagging module hangs

2018-04-23 Thread Tobias Ellinghaus
Am Sonntag, 22. April 2018, 13:05:51 CEST schrieb Timur Irikovich Davletshin:
> 2

That shouldn't make any problems. Please install debug symbols for darktable 
and provide another backtrace.

> On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > Yes, it does. One CPU core is 99% loaded all the time until
> > > operation
> > > is finished. Interface is not responding.
> > 
> > What is the number of worker threads set to in the dt preferences?
> > 
> > > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > I have touched nothing related to Lua scripts.
> > > > 
> > > > Does dt use CPU while hanging?
> > > > 
> > > > [...]
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.org
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-23 Thread Jean-Luc CECCOLI
Wow ! that one, I didn't expect !

OK, I am working on a 30" TV with 10x8 thumbnails displayed at once.

I just discovered that clicking on the magnifier icon of the geotagging module 
displays an input box at the very bottom of the screen, across 2 pictures.

A single input field above [OK] [Annuler] buttons, all very discreet and 
confusing with the background, in my case the grey border of the thumbnails.

Then I understand why it did nothing untill I killed DT from the task manager !

So, it seems this is not a bug at all, though it doesn't display anything 
anyway but an empty field.

Going to update the bug report.

 

Rgrds,

 

J.-Luc

 

 

 

 

> Message du 19/04/18 21:47
> De : "Jean-Luc CECCOLI" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
>
> Bug report opened.

> Rgrds,

> J.-Luc

>  

>  

> Message du 15/04/18 22:56
> De : "Jean-Luc CECCOLI" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
>
> > 16m20s since I clicked the magnifier, DT is still frozen.

> > Ok, my computer is rather old, but just retrieving an information - that, 
> > BTW, it doesn't anyway - and ?

> >  

> Message du 15/04/18 21:13
> De : "Jean-Luc CECCOLI" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
>
> > > In my case, just clicking on to the magnifier after selecting only one 
> > > picture did freeze DT.

> > >  

> Message du 15/04/18 16:26
> De : "Timur Irikovich Davletshin" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
> Like 20-30 is already enough to slowdown old i5 for minute or two.
> 
> On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > Davletshin:
> > > Dragging.
> > 
> > How many images do you drag at once?
> > 
> > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > I find geotagging module very slow too. Tagging photos after
> > > > > daily
> > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > normal in
> > > > > my
> > > > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > > > 
> > > > Is that while applying coordinates from a GPX file or when
> > > > dragging
> > > > images to 
> > > > the map?
> > > > 
> > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > Hello,
> > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > I have some photos that were taken with another camera, which
> > > > > > time
> > > > > > was a few wminutes away from the actual one.
> > > > > > I used the geotagging module to correct it, but I can't
> > > > > > remember
> > > > > > the
> > > > > > value.
> > > > > > I thought I could retrieve this clicking on to the magnifier
> > > > > > symbol
> > > > > > within the geotagging module, but instead DT becomes kind of
> > > > > > frozen
> > > > > > for a couple of minutes.
> > > > > > That means : it is not possible to select anything anymore.
> > > > > > Then
> > > > > > all
> > > > > > returns to normal again, but no information is displayed into
> > > > > > the
> > > > > > geotagging module field.
> > > > > > Did I miss sometihing ?
> > > > > > Regards,
> > > > > > J.-Luc
> > > > > > 
> > > > > > _
> > > > > > 
> > > > > > 
> > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > mail to
> > > > > > dar
> > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > 
> > > > > ___
> > > > > 
&g

Re: [darktable-user] Geotagging module hangs

2018-04-23 Thread Jean-Luc CECCOLI
> Message du 21/04/18 16:11
> De : "Tobias Ellinghaus" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
> Am Sonntag, 15. April 2018, 21:10:51 CEST schrieb Jean-Luc CECCOLI:
> > Hello Tobias,
> > 
> > 
> > 
> > I checked : no other window. Only DT.
> > 
> > How do I know whether I am using Wayland or not ?
> 
> What does "pidof Xorg" return?
1056.

I think that, as I didn't know about Wayland before, it means that I am not 
using it.

Unless it was installed by another app that needs it.


> 
> > J.-Luc
> 
> [...]
>
> [ signature.asc (0.8 Ko) ]

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



Re: [darktable-user] Geotagging module hangs

2018-04-22 Thread Timur Irikovich Davletshin
2

On Sun, 2018-04-22 at 12:57 +0200, Tobias Ellinghaus wrote:
> Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich
> Davletshin:
> > Yes, it does. One CPU core is 99% loaded all the time until
> > operation
> > is finished. Interface is not responding.
> 
> What is the number of worker threads set to in the dt preferences?
> 
> > On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur Irikovich
> > > 
> > > Davletshin:
> > > > I have touched nothing related to Lua scripts.
> > > 
> > > Does dt use CPU while hanging?
> > > 
> > > [...]
> > 
> > ___
> > _
> > darktable user mailing list
> > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > table.org
> 
> 

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



Re: [darktable-user] Geotagging module hangs

2018-04-22 Thread Tobias Ellinghaus
Am Sonntag, 22. April 2018, 12:21:06 CEST schrieb Timur Irikovich Davletshin:
> Yes, it does. One CPU core is 99% loaded all the time until operation
> is finished. Interface is not responding.

What is the number of worker threads set to in the dt preferences?

> On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> > Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > I have touched nothing related to Lua scripts.
> > 
> > Does dt use CPU while hanging?
> > 
> > [...]
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-22 Thread Timur Irikovich Davletshin
Yes, it does. One CPU core is 99% loaded all the time until operation
is finished. Interface is not responding.

On Sun, 2018-04-22 at 12:16 +0200, Tobias Ellinghaus wrote:
> Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur Irikovich
> Davletshin:
> > I have touched nothing related to Lua scripts.
> 
> Does dt use CPU while hanging?
> 
> [...]

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



Re: [darktable-user] Geotagging module hangs

2018-04-22 Thread Tobias Ellinghaus
Am Samstag, 21. April 2018, 18:29:37 CEST schrieb Timur Irikovich Davletshin:
> I have touched nothing related to Lua scripts.

Does dt use CPU while hanging?

[...]

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Timur Irikovich Davletshin
I have touched nothing related to Lua scripts.

On Sat, 2018-04-21 at 18:24 +0200, Tobias Ellinghaus wrote:
> Am Samstag, 21. April 2018, 18:07:28 CEST schrieb Timur Irikovich
> Davletshin:
> > File is in the attachment.
> 
> I see two threads running Lua. Do you have any Lua scripts enabled
> in 
> darktable? Maybe try disabling them and see if that helps.
> 
> > On Sat, 2018-04-21 at 17:00 +0200, Tobias Ellinghaus wrote:
> > > Am Samstag, 21. April 2018, 16:32:18 CEST schrieb Timur Irikovich
> > > 
> > > Davletshin:
> > > > Yes, it does.
> > > 
> > > Well, let's find out why it hangs. Please start dt in gdb:
> > > 
> > > gdb darktable
> > > r
> > > 
> > > then make it hang. Once it's slowing down go back to the terminal
> > > and
> > > hit 
> > > ctrl-c. Then get a backtrace like this:
> > > 
> > > set pagination off
> > > set logging file gdb.txt
> > > set logging on
> > > thread apply all bt full
> > > c
> > > 
> > > Then wait for dt to come back and close it. You can leave gdb
> > > with
> > > "q" then. 
> > > Afterwards send us the file "gdb.txt".
> > > 
> > > > On Sat, 2018-04-21 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > > Am Sonntag, 15. April 2018, 16:25:52 CEST schrieb Timur
> > > > > Irikovich
> > > > > 
> > > > > Davletshin:
> > > > > > Like 20-30 is already enough to slowdown old i5 for minute
> > > > > > or
> > > > > > two.
> > > > > 
> > > > > Does darktable have previews/thumbnails for those images
> > > > > already?
> > > > > 
> > > > > > On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > > > > > > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur
> > > > > > > Irikovich
> > > > > > > 
> > > > > > > Davletshin:
> > > > > > > > Dragging.
> > > > > > > 
> > > > > > > How many images do you drag at once?
> > > > > > > 
> > > > > > > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus
> > > > > > > > wrote:
> > > > > > > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb
> > > > > > > > > Timur
> > > > > > > > > Irikovich
> > > > > > > > > 
> > > > > > > > > Davletshin:
> > > > > > > > > > I find geotagging module very slow too. Tagging
> > > > > > > > > > photos
> > > > > > > > > > after
> > > > > > > > > > daily
> > > > > > > > > > shoot becomes real headache. Hanging for minute or
> > > > > > > > > > two
> > > > > > > > > > is
> > > > > > > > > > normal in
> > > > > > > > > > my
> > > > > > > > > > case. Sometimes I prefer exiftool in CLI, it's so
> > > > > > > > > > much
> > > > > > > > > > faster.
> > > > > > > > > 
> > > > > > > > > Is that while applying coordinates from a GPX file or
> > > > > > > > > when
> > > > > > > > > dragging
> > > > > > > > > images to 
> > > > > > > > > the map?
> > > > > > > > > 
> > > > > > > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI
> > > > > > > > > > 
> > > > > > > > > > wrote:
> > > > > > > > > > > Hello,
> > > > > > > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4
> > > > > > > > > > > GHz.
> > > > > > > > > > > I have some photos that were taken with another
> > > > > > > > > > > camera,
> > > > > > > > > > > which
> > > > > > > > > > > time
> > > > > > > > > > > was a few wminutes away from the actual one.
> > > > > > > > > > > I used the geotagging module to correct it, but I
> > > > > > > > > > > can't
> > > > > > > > > > > remember
> > > > > > > > > > > the
> > > > > > > > > > > value.
> > > > > > > > > > > I thought I could retrieve this clicking on to
> > > > > > > > > > > the
> > > > > > > > > > > magnifier
> > > > > > > > > > > symbol
> > > > > > > > > > > within the geotagging module, but instead DT
> > > > > > > > > > > becomes
> > > > > > > > > > > kind
> > > > > > > > > > > of
> > > > > > > > > > > frozen
> > > > > > > > > > > for a couple of minutes.
> > > > > > > > > > > That means : it is not possible to select
> > > > > > > > > > > anything
> > > > > > > > > > > anymore.
> > > > > > > > > > > Then
> > > > > > > > > > > all
> > > > > > > > > > > returns to normal again, but no information is
> > > > > > > > > > > displayed
> > > > > > > > > > > into
> > > > > > > > > > > the
> > > > > > > > > > > geotagging module field.
> > > > > > > > > > > Did I miss sometihing ?
> > > > > > > > > > > Regards,
> > > > > > > > > > > J.-Luc
> > > > > > > > > > > 
> > > > > > > > > > > _
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > ___ darktable user mailing list to
> > > > > > > > > > > unsubscribe
> > > > > > > > > > > send a
> > > > > > > > > > > mail to
> > > > > > > > > > > dar
> > > > > > > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > > > > > > 
> > > > > > > > > > ___
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > _
> > > > > > > > > > darktable user mailing list
> > > > > > > > > > to

Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Tobias Ellinghaus
Am Samstag, 21. April 2018, 18:07:28 CEST schrieb Timur Irikovich Davletshin:
> File is in the attachment.

I see two threads running Lua. Do you have any Lua scripts enabled in 
darktable? Maybe try disabling them and see if that helps.

> On Sat, 2018-04-21 at 17:00 +0200, Tobias Ellinghaus wrote:
> > Am Samstag, 21. April 2018, 16:32:18 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > Yes, it does.
> > 
> > Well, let's find out why it hangs. Please start dt in gdb:
> > 
> > gdb darktable
> > r
> > 
> > then make it hang. Once it's slowing down go back to the terminal and
> > hit 
> > ctrl-c. Then get a backtrace like this:
> > 
> > set pagination off
> > set logging file gdb.txt
> > set logging on
> > thread apply all bt full
> > c
> > 
> > Then wait for dt to come back and close it. You can leave gdb with
> > "q" then. 
> > Afterwards send us the file "gdb.txt".
> > 
> > > On Sat, 2018-04-21 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 16:25:52 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > Like 20-30 is already enough to slowdown old i5 for minute or
> > > > > two.
> > > > 
> > > > Does darktable have previews/thumbnails for those images already?
> > > > 
> > > > > On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > > > > > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur
> > > > > > Irikovich
> > > > > > 
> > > > > > Davletshin:
> > > > > > > Dragging.
> > > > > > 
> > > > > > How many images do you drag at once?
> > > > > > 
> > > > > > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > > > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur
> > > > > > > > Irikovich
> > > > > > > > 
> > > > > > > > Davletshin:
> > > > > > > > > I find geotagging module very slow too. Tagging photos
> > > > > > > > > after
> > > > > > > > > daily
> > > > > > > > > shoot becomes real headache. Hanging for minute or two
> > > > > > > > > is
> > > > > > > > > normal in
> > > > > > > > > my
> > > > > > > > > case. Sometimes I prefer exiftool in CLI, it's so much
> > > > > > > > > faster.
> > > > > > > > 
> > > > > > > > Is that while applying coordinates from a GPX file or
> > > > > > > > when
> > > > > > > > dragging
> > > > > > > > images to 
> > > > > > > > the map?
> > > > > > > > 
> > > > > > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI
> > > > > > > > > 
> > > > > > > > > wrote:
> > > > > > > > > > Hello,
> > > > > > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > > > > > I have some photos that were taken with another
> > > > > > > > > > camera,
> > > > > > > > > > which
> > > > > > > > > > time
> > > > > > > > > > was a few wminutes away from the actual one.
> > > > > > > > > > I used the geotagging module to correct it, but I
> > > > > > > > > > can't
> > > > > > > > > > remember
> > > > > > > > > > the
> > > > > > > > > > value.
> > > > > > > > > > I thought I could retrieve this clicking on to the
> > > > > > > > > > magnifier
> > > > > > > > > > symbol
> > > > > > > > > > within the geotagging module, but instead DT becomes
> > > > > > > > > > kind
> > > > > > > > > > of
> > > > > > > > > > frozen
> > > > > > > > > > for a couple of minutes.
> > > > > > > > > > That means : it is not possible to select anything
> > > > > > > > > > anymore.
> > > > > > > > > > Then
> > > > > > > > > > all
> > > > > > > > > > returns to normal again, but no information is
> > > > > > > > > > displayed
> > > > > > > > > > into
> > > > > > > > > > the
> > > > > > > > > > geotagging module field.
> > > > > > > > > > Did I miss sometihing ?
> > > > > > > > > > Regards,
> > > > > > > > > > J.-Luc
> > > > > > > > > > 
> > > > > > > > > > _
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > ___ darktable user mailing list to unsubscribe
> > > > > > > > > > send a
> > > > > > > > > > mail to
> > > > > > > > > > dar
> > > > > > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > > > > > 
> > > > > > > > > ___
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > _
> > > > > > > > > darktable user mailing list
> > > > > > > > > to unsubscribe send a mail to darktable-user+unsubscrib
> > > > > > > > > e@li
> > > > > > > > > sts.
> > > > > > > > > dark
> > > > > > > > > table.org
> > > > > > > 
> > > > > > > ___
> > > > > > > 
> > > > > > > 
> > > > > > > _
> > > > > > > darktable user mailing list
> > > > > > > to unsubscribe send a mail to darktable-user+unsubscribe@li
> > > > > > > sts.
> > > > > > > dark
> > > > > > > table.org
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to u

Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Timur Irikovich Davletshin
File is in the attachment.

On Sat, 2018-04-21 at 17:00 +0200, Tobias Ellinghaus wrote:
> Am Samstag, 21. April 2018, 16:32:18 CEST schrieb Timur Irikovich
> Davletshin:
> > Yes, it does.
> 
> Well, let's find out why it hangs. Please start dt in gdb:
> 
> gdb darktable
> r
> 
> then make it hang. Once it's slowing down go back to the terminal and
> hit 
> ctrl-c. Then get a backtrace like this:
> 
> set pagination off
> set logging file gdb.txt
> set logging on
> thread apply all bt full
> c
> 
> Then wait for dt to come back and close it. You can leave gdb with
> "q" then. 
> Afterwards send us the file "gdb.txt".
> 
> > On Sat, 2018-04-21 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > Am Sonntag, 15. April 2018, 16:25:52 CEST schrieb Timur Irikovich
> > > 
> > > Davletshin:
> > > > Like 20-30 is already enough to slowdown old i5 for minute or
> > > > two.
> > > 
> > > Does darktable have previews/thumbnails for those images already?
> > > 
> > > > On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > > > > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur
> > > > > Irikovich
> > > > > 
> > > > > Davletshin:
> > > > > > Dragging.
> > > > > 
> > > > > How many images do you drag at once?
> > > > > 
> > > > > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur
> > > > > > > Irikovich
> > > > > > > 
> > > > > > > Davletshin:
> > > > > > > > I find geotagging module very slow too. Tagging photos
> > > > > > > > after
> > > > > > > > daily
> > > > > > > > shoot becomes real headache. Hanging for minute or two
> > > > > > > > is
> > > > > > > > normal in
> > > > > > > > my
> > > > > > > > case. Sometimes I prefer exiftool in CLI, it's so much
> > > > > > > > faster.
> > > > > > > 
> > > > > > > Is that while applying coordinates from a GPX file or
> > > > > > > when
> > > > > > > dragging
> > > > > > > images to 
> > > > > > > the map?
> > > > > > > 
> > > > > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI
> > > > > > > > wrote:
> > > > > > > > > Hello,
> > > > > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > > > > I have some photos that were taken with another
> > > > > > > > > camera,
> > > > > > > > > which
> > > > > > > > > time
> > > > > > > > > was a few wminutes away from the actual one.
> > > > > > > > > I used the geotagging module to correct it, but I
> > > > > > > > > can't
> > > > > > > > > remember
> > > > > > > > > the
> > > > > > > > > value.
> > > > > > > > > I thought I could retrieve this clicking on to the
> > > > > > > > > magnifier
> > > > > > > > > symbol
> > > > > > > > > within the geotagging module, but instead DT becomes
> > > > > > > > > kind
> > > > > > > > > of
> > > > > > > > > frozen
> > > > > > > > > for a couple of minutes.
> > > > > > > > > That means : it is not possible to select anything
> > > > > > > > > anymore.
> > > > > > > > > Then
> > > > > > > > > all
> > > > > > > > > returns to normal again, but no information is
> > > > > > > > > displayed
> > > > > > > > > into
> > > > > > > > > the
> > > > > > > > > geotagging module field.
> > > > > > > > > Did I miss sometihing ?
> > > > > > > > > Regards,
> > > > > > > > > J.-Luc
> > > > > > > > > 
> > > > > > > > > _
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > ___ darktable user mailing list to unsubscribe
> > > > > > > > > send a
> > > > > > > > > mail to
> > > > > > > > > dar
> > > > > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > > > > 
> > > > > > > > ___
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > _
> > > > > > > > darktable user mailing list
> > > > > > > > to unsubscribe send a mail to darktable-user+unsubscrib
> > > > > > > > e@li
> > > > > > > > sts.
> > > > > > > > dark
> > > > > > > > table.org
> > > > > > 
> > > > > > ___
> > > > > > 
> > > > > > 
> > > > > > _
> > > > > > darktable user mailing list
> > > > > > to unsubscribe send a mail to darktable-user+unsubscribe@li
> > > > > > sts.
> > > > > > dark
> > > > > > table.org
> > > > 
> > > > ___
> > > > 
> > > > _
> > > > darktable user mailing list
> > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > dark
> > > > table.org
> > 
> > ___
> > _
> > darktable user mailing list
> > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > table.org
> 
> 

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

Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Tobias Ellinghaus
Am Samstag, 21. April 2018, 16:32:18 CEST schrieb Timur Irikovich Davletshin:
> Yes, it does.

Well, let's find out why it hangs. Please start dt in gdb:

gdb darktable
r

then make it hang. Once it's slowing down go back to the terminal and hit 
ctrl-c. Then get a backtrace like this:

set pagination off
set logging file gdb.txt
set logging on
thread apply all bt full
c

Then wait for dt to come back and close it. You can leave gdb with "q" then. 
Afterwards send us the file "gdb.txt".

> On Sat, 2018-04-21 at 16:09 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 16:25:52 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > Like 20-30 is already enough to slowdown old i5 for minute or two.
> > 
> > Does darktable have previews/thumbnails for those images already?
> > 
> > > On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > Dragging.
> > > > 
> > > > How many images do you drag at once?
> > > > 
> > > > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur
> > > > > > Irikovich
> > > > > > 
> > > > > > Davletshin:
> > > > > > > I find geotagging module very slow too. Tagging photos
> > > > > > > after
> > > > > > > daily
> > > > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > > > normal in
> > > > > > > my
> > > > > > > case. Sometimes I prefer exiftool in CLI, it's so much
> > > > > > > faster.
> > > > > > 
> > > > > > Is that while applying coordinates from a GPX file or when
> > > > > > dragging
> > > > > > images to 
> > > > > > the map?
> > > > > > 
> > > > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > > > Hello,
> > > > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > > > I have some photos that were taken with another camera,
> > > > > > > > which
> > > > > > > > time
> > > > > > > > was a few wminutes away from the actual one.
> > > > > > > > I used the geotagging module to correct it, but I can't
> > > > > > > > remember
> > > > > > > > the
> > > > > > > > value.
> > > > > > > > I thought I could retrieve this clicking on to the
> > > > > > > > magnifier
> > > > > > > > symbol
> > > > > > > > within the geotagging module, but instead DT becomes kind
> > > > > > > > of
> > > > > > > > frozen
> > > > > > > > for a couple of minutes.
> > > > > > > > That means : it is not possible to select anything
> > > > > > > > anymore.
> > > > > > > > Then
> > > > > > > > all
> > > > > > > > returns to normal again, but no information is displayed
> > > > > > > > into
> > > > > > > > the
> > > > > > > > geotagging module field.
> > > > > > > > Did I miss sometihing ?
> > > > > > > > Regards,
> > > > > > > > J.-Luc
> > > > > > > > 
> > > > > > > > _
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > > > mail to
> > > > > > > > dar
> > > > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > > > 
> > > > > > > ___
> > > > > > > 
> > > > > > > 
> > > > > > > _
> > > > > > > darktable user mailing list
> > > > > > > to unsubscribe send a mail to darktable-user+unsubscribe@li
> > > > > > > sts.
> > > > > > > dark
> > > > > > > table.org
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > dark
> > > > > table.org
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.org
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Timur Irikovich Davletshin
Yes, it does.

On Sat, 2018-04-21 at 16:09 +0200, Tobias Ellinghaus wrote:
> Am Sonntag, 15. April 2018, 16:25:52 CEST schrieb Timur Irikovich
> Davletshin:
> > Like 20-30 is already enough to slowdown old i5 for minute or two.
> 
> Does darktable have previews/thumbnails for those images already?
> 
> > On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > > 
> > > Davletshin:
> > > > Dragging.
> > > 
> > > How many images do you drag at once?
> > > 
> > > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur
> > > > > Irikovich
> > > > > 
> > > > > Davletshin:
> > > > > > I find geotagging module very slow too. Tagging photos
> > > > > > after
> > > > > > daily
> > > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > > normal in
> > > > > > my
> > > > > > case. Sometimes I prefer exiftool in CLI, it's so much
> > > > > > faster.
> > > > > 
> > > > > Is that while applying coordinates from a GPX file or when
> > > > > dragging
> > > > > images to 
> > > > > the map?
> > > > > 
> > > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > > Hello,
> > > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > > I have some photos that were taken with another camera,
> > > > > > > which
> > > > > > > time
> > > > > > > was a few wminutes away from the actual one.
> > > > > > > I used the geotagging module to correct it, but I can't
> > > > > > > remember
> > > > > > > the
> > > > > > > value.
> > > > > > > I thought I could retrieve this clicking on to the
> > > > > > > magnifier
> > > > > > > symbol
> > > > > > > within the geotagging module, but instead DT becomes kind
> > > > > > > of
> > > > > > > frozen
> > > > > > > for a couple of minutes.
> > > > > > > That means : it is not possible to select anything
> > > > > > > anymore.
> > > > > > > Then
> > > > > > > all
> > > > > > > returns to normal again, but no information is displayed
> > > > > > > into
> > > > > > > the
> > > > > > > geotagging module field.
> > > > > > > Did I miss sometihing ?
> > > > > > > Regards,
> > > > > > > J.-Luc
> > > > > > > 
> > > > > > > _
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > > mail to
> > > > > > > dar
> > > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > > 
> > > > > > ___
> > > > > > 
> > > > > > 
> > > > > > _
> > > > > > darktable user mailing list
> > > > > > to unsubscribe send a mail to darktable-user+unsubscribe@li
> > > > > > sts.
> > > > > > dark
> > > > > > table.org
> > > > 
> > > > ___
> > > > 
> > > > _
> > > > darktable user mailing list
> > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > dark
> > > > table.org
> > 
> > ___
> > _
> > darktable user mailing list
> > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > table.org
> 
> 

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



Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Tobias Ellinghaus
Am Sonntag, 15. April 2018, 21:10:51 CEST schrieb Jean-Luc CECCOLI:
> Hello Tobias,
> 
>  
> 
> I checked : no other window. Only DT.
> 
> How do I know whether I am using Wayland or not ?

What does "pidof Xorg" return?

> J.-Luc

[...]

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-21 Thread Tobias Ellinghaus
Am Sonntag, 15. April 2018, 16:25:52 CEST schrieb Timur Irikovich Davletshin:
> Like 20-30 is already enough to slowdown old i5 for minute or two.

Does darktable have previews/thumbnails for those images already?

> On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > Dragging.
> > 
> > How many images do you drag at once?
> > 
> > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > I find geotagging module very slow too. Tagging photos after
> > > > > daily
> > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > normal in
> > > > > my
> > > > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > > > 
> > > > Is that while applying coordinates from a GPX file or when
> > > > dragging
> > > > images to 
> > > > the map?
> > > > 
> > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > Hello,
> > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > I have some photos that were taken with another camera, which
> > > > > > time
> > > > > > was a few wminutes away from the actual one.
> > > > > > I used the geotagging module to correct it, but I can't
> > > > > > remember
> > > > > > the
> > > > > > value.
> > > > > > I thought I could retrieve this clicking on to the magnifier
> > > > > > symbol
> > > > > > within the geotagging module, but instead DT becomes kind of
> > > > > > frozen
> > > > > > for a couple of minutes.
> > > > > > That means : it is not possible to select anything anymore.
> > > > > > Then
> > > > > > all
> > > > > > returns to normal again, but no information is displayed into
> > > > > > the
> > > > > > geotagging module field.
> > > > > > Did I miss sometihing ?
> > > > > > Regards,
> > > > > > J.-Luc
> > > > > > 
> > > > > > _
> > > > > > 
> > > > > > 
> > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > mail to
> > > > > > dar
> > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > dark
> > > > > table.org
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.org
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-19 Thread Jean-Luc CECCOLI
Bug report opened.

Rgrds,

J.-Luc

 

 

> Message du 15/04/18 22:56
> De : "Jean-Luc CECCOLI" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
>
> 16m20s since I clicked the magnifier, DT is still frozen.

> Ok, my computer is rather old, but just retrieving an information - that, 
> BTW, it doesn't anyway - and ?

>  

> Message du 15/04/18 21:13
> De : "Jean-Luc CECCOLI" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
>
> > In my case, just clicking on to the magnifier after selecting only one 
> > picture did freeze DT.

> >  

> Message du 15/04/18 16:26
> De : "Timur Irikovich Davletshin" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
> Like 20-30 is already enough to slowdown old i5 for minute or two.
> 
> On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > Davletshin:
> > > Dragging.
> > 
> > How many images do you drag at once?
> > 
> > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > I find geotagging module very slow too. Tagging photos after
> > > > > daily
> > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > normal in
> > > > > my
> > > > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > > > 
> > > > Is that while applying coordinates from a GPX file or when
> > > > dragging
> > > > images to 
> > > > the map?
> > > > 
> > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > Hello,
> > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > I have some photos that were taken with another camera, which
> > > > > > time
> > > > > > was a few wminutes away from the actual one.
> > > > > > I used the geotagging module to correct it, but I can't
> > > > > > remember
> > > > > > the
> > > > > > value.
> > > > > > I thought I could retrieve this clicking on to the magnifier
> > > > > > symbol
> > > > > > within the geotagging module, but instead DT becomes kind of
> > > > > > frozen
> > > > > > for a couple of minutes.
> > > > > > That means : it is not possible to select anything anymore.
> > > > > > Then
> > > > > > all
> > > > > > returns to normal again, but no information is displayed into
> > > > > > the
> > > > > > geotagging module field.
> > > > > > Did I miss sometihing ?
> > > > > > Regards,
> > > > > > J.-Luc
> > > > > > 
> > > > > > _
> > > > > > 
> > > > > > 
> > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > mail to
> > > > > > dar
> > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > dark
> > > > > table.org
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.org
> > 
> > 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org
> 
>

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

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

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



Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Jean-Luc CECCOLI
16m20s since I clicked the magnifier, DT is still frozen.

Ok, my computer is rather old, but just retrieving an information - that, BTW, 
it doesn't anyway - and ?

 

> Message du 15/04/18 21:13
> De : "Jean-Luc CECCOLI" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
>
> In my case, just clicking on to the magnifier after selecting only one 
> picture did freeze DT.

>  

> Message du 15/04/18 16:26
> De : "Timur Irikovich Davletshin" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
> Like 20-30 is already enough to slowdown old i5 for minute or two.
> 
> On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > Davletshin:
> > > Dragging.
> > 
> > How many images do you drag at once?
> > 
> > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > I find geotagging module very slow too. Tagging photos after
> > > > > daily
> > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > normal in
> > > > > my
> > > > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > > > 
> > > > Is that while applying coordinates from a GPX file or when
> > > > dragging
> > > > images to 
> > > > the map?
> > > > 
> > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > Hello,
> > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > I have some photos that were taken with another camera, which
> > > > > > time
> > > > > > was a few wminutes away from the actual one.
> > > > > > I used the geotagging module to correct it, but I can't
> > > > > > remember
> > > > > > the
> > > > > > value.
> > > > > > I thought I could retrieve this clicking on to the magnifier
> > > > > > symbol
> > > > > > within the geotagging module, but instead DT becomes kind of
> > > > > > frozen
> > > > > > for a couple of minutes.
> > > > > > That means : it is not possible to select anything anymore.
> > > > > > Then
> > > > > > all
> > > > > > returns to normal again, but no information is displayed into
> > > > > > the
> > > > > > geotagging module field.
> > > > > > Did I miss sometihing ?
> > > > > > Regards,
> > > > > > J.-Luc
> > > > > > 
> > > > > > _
> > > > > > 
> > > > > > 
> > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > mail to
> > > > > > dar
> > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > dark
> > > > > table.org
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.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] Geotagging module hangs

2018-04-15 Thread Jean-Luc CECCOLI
In my case, just clicking on to the magnifier after selecting only one picture 
did freeze DT.

 

> Message du 15/04/18 16:26
> De : "Timur Irikovich Davletshin" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
> Like 20-30 is already enough to slowdown old i5 for minute or two.
> 
> On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> > Davletshin:
> > > Dragging.
> > 
> > How many images do you drag at once?
> > 
> > > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > > > 
> > > > Davletshin:
> > > > > I find geotagging module very slow too. Tagging photos after
> > > > > daily
> > > > > shoot becomes real headache. Hanging for minute or two is
> > > > > normal in
> > > > > my
> > > > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > > > 
> > > > Is that while applying coordinates from a GPX file or when
> > > > dragging
> > > > images to 
> > > > the map?
> > > > 
> > > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > > Hello,
> > > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > > I have some photos that were taken with another camera, which
> > > > > > time
> > > > > > was a few wminutes away from the actual one.
> > > > > > I used the geotagging module to correct it, but I can't
> > > > > > remember
> > > > > > the
> > > > > > value.
> > > > > > I thought I could retrieve this clicking on to the magnifier
> > > > > > symbol
> > > > > > within the geotagging module, but instead DT becomes kind of
> > > > > > frozen
> > > > > > for a couple of minutes.
> > > > > > That means : it is not possible to select anything anymore.
> > > > > > Then
> > > > > > all
> > > > > > returns to normal again, but no information is displayed into
> > > > > > the
> > > > > > geotagging module field.
> > > > > > Did I miss sometihing ?
> > > > > > Regards,
> > > > > > J.-Luc
> > > > > > 
> > > > > > _
> > > > > > 
> > > > > > 
> > > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > > mail to
> > > > > > dar
> > > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > > 
> > > > > ___
> > > > > 
> > > > > _
> > > > > darktable user mailing list
> > > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > > dark
> > > > > table.org
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.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] Geotagging module hangs

2018-04-15 Thread Jean-Luc CECCOLI
Hello Tobias,

 

I checked : no other window. Only DT.

How do I know whether I am using Wayland or not ?

 

J.-Luc

 

> Message du 15/04/18 16:08
> De : "Tobias Ellinghaus" 
> A : darktable-user@lists.darktable.org
> Copie à : 
> Objet : Re: [darktable-user] Geotagging module hangs
> 
> Am Sonntag, 15. April 2018, 14:15:51 CEST schrieb Jean-Luc CECCOLI:
> > Hello,
> > 
> > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > 
> > I have some photos that were taken with another camera, which time was a few
> > wminutes away from the actual one.
> > 
> > I used the geotagging module to correct it, but I can't remember the value.
> > 
> > I thought I could retrieve this clicking on to the magnifier symbol within
> > the geotagging module, but instead DT becomes kind of frozen for a couple
> > of minutes.
> 
> That will open a new window. Maybe your window manager hides it or puts it 
> behind the main window? Are you using Wayland?
> 
> > That means : it is not possible to select anything anymore. Then all returns
> > to normal again, but no information is displayed into the geotagging module
> > field.
> > 
> > Did I miss sometihing ?
> > 
> > Regards,
> > 
> > J.-Luc
> 
> Tobias
>
> [ signature.asc (0.8 Ko) ]

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



Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Timur Irikovich Davletshin
Like 20-30 is already enough to slowdown old i5 for minute or two.

On Sun, 2018-04-15 at 16:20 +0200, Tobias Ellinghaus wrote:
> Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich
> Davletshin:
> > Dragging.
> 
> How many images do you drag at once?
> 
> > On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > > 
> > > Davletshin:
> > > > I find geotagging module very slow too. Tagging photos after
> > > > daily
> > > > shoot becomes real headache. Hanging for minute or two is
> > > > normal in
> > > > my
> > > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > > 
> > > Is that while applying coordinates from a GPX file or when
> > > dragging
> > > images to 
> > > the map?
> > > 
> > > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > > Hello,
> > > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > > I have some photos that were taken with another camera, which
> > > > > time
> > > > > was a few wminutes away from the actual one.
> > > > > I used the geotagging module to correct it, but I can't
> > > > > remember
> > > > > the
> > > > > value.
> > > > > I thought I could retrieve this clicking on to the magnifier
> > > > > symbol
> > > > > within the geotagging module, but instead DT becomes kind of
> > > > > frozen
> > > > > for a couple of minutes.
> > > > > That means : it is not possible to select anything anymore.
> > > > > Then
> > > > > all
> > > > > returns to normal again, but no information is displayed into
> > > > > the
> > > > > geotagging module field.
> > > > > Did I miss sometihing ?
> > > > > Regards,
> > > > > J.-Luc
> > > > > 
> > > > > _
> > > > > 
> > > > > 
> > > > > ___ darktable user mailing list to unsubscribe send a
> > > > > mail to
> > > > > dar
> > > > > ktable-user+unsubscr...@lists.darktable.org 
> > > > 
> > > > ___
> > > > 
> > > > _
> > > > darktable user mailing list
> > > > to unsubscribe send a mail to darktable-user+unsubscribe@lists.
> > > > dark
> > > > table.org
> > 
> > ___
> > _
> > darktable user mailing list
> > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > table.org
> 
> 

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



Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Tobias Ellinghaus
Am Sonntag, 15. April 2018, 16:10:46 CEST schrieb Timur Irikovich Davletshin:
> Dragging.

How many images do you drag at once?

> On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> > Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> > 
> > Davletshin:
> > > I find geotagging module very slow too. Tagging photos after daily
> > > shoot becomes real headache. Hanging for minute or two is normal in
> > > my
> > > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> > 
> > Is that while applying coordinates from a GPX file or when dragging
> > images to 
> > the map?
> > 
> > > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > > Hello,
> > > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > > I have some photos that were taken with another camera, which
> > > > time
> > > > was a few wminutes away from the actual one.
> > > > I used the geotagging module to correct it, but I can't remember
> > > > the
> > > > value.
> > > > I thought I could retrieve this clicking on to the magnifier
> > > > symbol
> > > > within the geotagging module, but instead DT becomes kind of
> > > > frozen
> > > > for a couple of minutes.
> > > > That means : it is not possible to select anything anymore. Then
> > > > all
> > > > returns to normal again, but no information is displayed into the
> > > > geotagging module field.
> > > > Did I miss sometihing ?
> > > > Regards,
> > > > J.-Luc
> > > > 
> > > > _
> > > > 
> > > > ___ darktable user mailing list to unsubscribe send a mail to
> > > > dar
> > > > ktable-user+unsubscr...@lists.darktable.org 
> > > 
> > > ___
> > > _
> > > darktable user mailing list
> > > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > > table.org
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Timur Irikovich Davletshin
Dragging.

On Sun, 2018-04-15 at 16:09 +0200, Tobias Ellinghaus wrote:
> Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich
> Davletshin:
> > I find geotagging module very slow too. Tagging photos after daily
> > shoot becomes real headache. Hanging for minute or two is normal in
> > my
> > case. Sometimes I prefer exiftool in CLI, it's so much faster.
> 
> Is that while applying coordinates from a GPX file or when dragging
> images to 
> the map?
> 
> > On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > > Hello,
> > > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > > I have some photos that were taken with another camera, which
> > > time
> > > was a few wminutes away from the actual one.
> > > I used the geotagging module to correct it, but I can't remember
> > > the
> > > value.
> > > I thought I could retrieve this clicking on to the magnifier
> > > symbol
> > > within the geotagging module, but instead DT becomes kind of
> > > frozen
> > > for a couple of minutes.
> > > That means : it is not possible to select anything anymore. Then
> > > all
> > > returns to normal again, but no information is displayed into the
> > > geotagging module field.
> > > Did I miss sometihing ?
> > > Regards,
> > > J.-Luc
> > > 
> > > _
> > > 
> > > ___ darktable user mailing list to unsubscribe send a mail to
> > > dar
> > > ktable-user+unsubscr...@lists.darktable.org 
> > 
> > ___
> > _
> > darktable user mailing list
> > to unsubscribe send a mail to darktable-user+unsubscr...@lists.dark
> > table.org
> 
> 

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



Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Tobias Ellinghaus
Am Sonntag, 15. April 2018, 14:22:59 CEST schrieb Timur Irikovich Davletshin:
> I find geotagging module very slow too. Tagging photos after daily
> shoot becomes real headache. Hanging for minute or two is normal in my
> case. Sometimes I prefer exiftool in CLI, it's so much faster.

Is that while applying coordinates from a GPX file or when dragging images to 
the map?

> On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> > Hello,
> > DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> > I have some photos that were taken with another camera, which time
> > was a few wminutes away from the actual one.
> > I used the geotagging module to correct it, but I can't remember the
> > value.
> > I thought I could retrieve this clicking on to the magnifier symbol
> > within the geotagging module, but instead DT becomes kind of frozen
> > for a couple of minutes.
> > That means : it is not possible to select anything anymore. Then all
> > returns to normal again, but no information is displayed into the
> > geotagging module field.
> > Did I miss sometihing ?
> > Regards,
> > J.-Luc
> > 
> > _
> > ___ darktable user mailing list to unsubscribe send a mail to dar
> > ktable-user+unsubscr...@lists.darktable.org 
> 
> 
> darktable user mailing list
> to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org



signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Tobias Ellinghaus
Am Sonntag, 15. April 2018, 14:15:51 CEST schrieb Jean-Luc CECCOLI:
> Hello,
> 
> DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> 
> I have some photos that were taken with another camera, which time was a few
> wminutes away from the actual one.
> 
> I used the geotagging module to correct it, but I can't remember the value.
> 
> I thought I could retrieve this clicking on to the magnifier symbol within
> the geotagging module, but instead DT becomes kind of frozen for a couple
> of minutes.

That will open a new window. Maybe your window manager hides it or puts it 
behind the main window? Are you using Wayland?

> That means : it is not possible to select anything anymore. Then all returns
> to normal again, but no information is displayed into the geotagging module
> field.
> 
> Did I miss sometihing ?
> 
> Regards,
> 
> J.-Luc

Tobias

signature.asc
Description: This is a digitally signed message part.


Re: [darktable-user] Geotagging module hangs

2018-04-15 Thread Timur Irikovich Davletshin
I find geotagging module very slow too. Tagging photos after daily
shoot becomes real headache. Hanging for minute or two is normal in my
case. Sometimes I prefer exiftool in CLI, it's so much faster.

On Sun, 2018-04-15 at 14:15 +0200, Jean-Luc CECCOLI wrote:
> Hello,
> DT 2.4.2 / Ubuntu 16.04 / Dell E5530 / i3110 2.4 GHz.
> I have some photos that were taken with another camera, which time
> was a few wminutes away from the actual one.
> I used the geotagging module to correct it, but I can't remember the
> value.
> I thought I could retrieve this clicking on to the magnifier symbol
> within the geotagging module, but instead DT becomes kind of frozen
> for a couple of minutes.
> That means : it is not possible to select anything anymore. Then all
> returns to normal again, but no information is displayed into the
> geotagging module field.
> Did I miss sometihing ?
> Regards,
> J.-Luc
> 
> _
> ___ darktable user mailing list to unsubscribe send a mail to dar
> ktable-user+unsubscr...@lists.darktable.org 

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