[darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Alexander Rabtchevich
Hello Darktable doesn't run (doesn't show lightroom). After saying "yes" to database conversion, the library.db time canges for sometime and after showing GUI frame nothing happens. gdb shows no errors. The state in the system monitor is "waiting" with no processor consumption. How long it ca

[darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread KOVÁCS István
Hi, Sometimes (I have been unable to find out under what circumstances) clicking [x] in the duplicate manager deletes all versions of the file. Here's a screenshot; if I clicked 'Yes', it'd actually remove the raw file and all three sidecars. https://photos.smugmug.com/Other/Darktable-issues/Misc/

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread Patrick Shanahan
* KOVÁCS István [03-10-19 08:46]: > Hi, > > Sometimes (I have been unable to find out under what circumstances) > clicking [x] in the duplicate manager deletes all versions of the > file. Here's a screenshot; if I clicked 'Yes', it'd actually remove > the raw file and all three sidecars. > https:

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Edgardo Hoszowski
This has probably nothing to do with performance, but this errors are saying that an iop_order must be defined for some iop: operation anlfyeni with no iop_order while upgrading database you have to add it in the right order somewhere here: https://github.com/darktable-org/darktable/blob/master/

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread KOVÁCS István
On Sun, 10 Mar 2019 at 14:48, Patrick Shanahan wrote: > > Sometimes (I have been unable to find out under what circumstances) > > clicking [x] in the duplicate manager deletes all versions of the > > file. > > Redmine: https://redmine.darktable.org/issues/12623 > > I cannot duplicate your problem.

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Alexander Rabtchevich
The situation with unknown plugins can happen for a regular user. I haven't created the anlfyeni plugin by myself - it have been in the database for sometimes. And the program should threat the unknown plugins somehow in a common matter at the conversion stage. I'll try to modify the sources to

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread Patrick Shanahan
* KOVÁCS István [03-10-19 11:05]: > On Sun, 10 Mar 2019 at 14:48, Patrick Shanahan wrote: > > > Sometimes (I have been unable to find out under what circumstances) > > > clicking [x] in the duplicate manager deletes all versions of the > > > file. > > > Redmine: https://redmine.darktable.org/issu

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Alexander Rabtchevich
So, modification of the source file hadn't help - there is no error messages, but also no working program. Starting program: /opt/darktable/bin/darktable [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe14

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Patrick Shanahan
* Alexander Rabtchevich [03-10-19 13:55]: > So, modification of the source file hadn't help - there is no error > messages, but also no working program. > > Starting program: /opt/darktable/bin/darktable > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_6

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Edgardo Hoszowski
> The situation with unknown plugins can happen for a regular user. I > haven't created the anlfyeni plugin by myself - it have been in the > database for sometimes. And the program should threat the unknown > plugins somehow in a common matter at the conversion stage. > I'll try to modify the sour

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Edgardo Hoszowski
This sound strange to me: [init] moving database into new XDG directory structure are you migrating from an old database? If so, try to migrate first to the last release and then to the current master. El dom., 10 mar. 2019 a las 14:49, Alexander Rabtchevich (< alexander.v.rabtchev...@gmx.net>)

Re: [darktable-dev] current git doesn't apply appropriate input color matrix at import

2019-03-10 Thread Alexander Rabtchevich
I've found some info. The gdb says [colorin] could not find requested profile `SonyA99.icc'! A working profile with the name SonyA99.icc still exists at the old location ~/.config/darktable/color/in . At some stage the color profile was lost by the profile preset and the program tries to subs

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Alexander Rabtchevich
I've just compiled 2.6.1 and it opens my database. Below is the output. The working program was always compiled from git master since the very beginning. Starting program: /opt/darktable/bin/darktable [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-li

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread KOVÁCS István
> > nor can I select more that one duplicate image at a time. NB: I'm not *selecting* anything. I click the x next to one of the duplicates. As shown on the screenshot, a popup appears, asking whether to delete N files, where N is the number of versions (duplicates). This is what I do: https://pho

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread Patrick Shanahan
* KOVÁCS István [03-10-19 16:09]: > > > nor can I select more that one duplicate image at a time. > > NB: I'm not *selecting* anything. I click the x next to one of the > duplicates. As shown on the screenshot, a popup appears, asking > whether to delete N files, where N is the number of versions

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread KOVÁCS István
Patrick, Thanks for the feedback. I'm trying to understand what's going on - please see below. On Sun, 10 Mar 2019 at 22:20, Patrick Shanahan wrote: > as I said, I do not see that. I cannot delete files within darkroom mode > or within duplicate module, selected or not. Do you mean there's no

Re: [darktable-dev] darktable from current git doesn't response after database conversion

2019-03-10 Thread Edgardo Hoszowski
Now try to upgrade this very same database, but instead of using gdb use -d all, output to a file so is easier to handle. El dom., 10 mar. 2019 a las 16:36, Alexander Rabtchevich (< alexander.v.rabtchev...@gmx.net>) escribió: > I've just compiled 2.6.1 and it opens my database. Below is the outpu

Re: [darktable-dev] Duplicate manager deletes all versions?

2019-03-10 Thread Patrick Shanahan
* KOVÁCS István [03-10-19 17:46]: > Patrick, > > Thanks for the feedback. I'm trying to understand what's going on - > please see below. > > On Sun, 10 Mar 2019 at 22:20, Patrick Shanahan wrote: > > as I said, I do not see that. I cannot delete files within darkroom mode > > or within duplicat