Alexander, thanks for pushing that bug report.
I have bumped the count by 1!
R.
On 08/08/17 04:55, Alexander Rabtchevich wrote:
Hello, Roman
Duplication of the bug is done in Linux Mint bugtracker.
https://bugs.launchpad.net/linuxmint/+bug/1709234
With respect,
Alexander Rabtchevich
Roma
Am Donnerstag, 10. August 2017, 09:57:26 CEST schrieb Terry Duell:
> Hello Tobias,
>
> On Wed, 09 Aug 2017 18:19:04 +1000, Tobias Ellinghaus wrote:
> > Am Mittwoch, 9. August 2017, 09:20:58 CEST schrieb Terry Duell:
> >> Hello All,
> >
> > Hi.
> >
> >> I'm running a local build of the current m
Hi,
I have the same bug with Gentoo-GCC-5.4.0:
Gentoo's Bugzilla – Bug 627406
Le 2017-08-10 à 04:17, Richard Hobday a écrit :
> Alexander, thanks for pushing that bug report.
>
> I have bumped the count by 1!
>
>
> R.
>
>
> On 08/08/17 04:55, Alexander Rabtchevich wrote:
>> Hello, Roman
>>
>> D
Hello Tobias,
On Thu, 10 Aug 2017 18:35:07 +1000, Tobias Ellinghaus wrote:
[snip]
I didn't manage to reproduce the denoise issue, but did dt did
crash...something that has happened before but it has been random.
When dt crashes it tries to write a crash report in /tmp/. If you can
find su
A fresh install of the new Opensuse 42.3 and I get a new dt error when I
try to import files from my camera.
"darktable - error locking database
an error has occurred while trying to open the database from
/home/david/.config/darktable/data.db
the database lock file contains a pid that seems to be
* David Vincent-Jones [08-10-17 19:54]:
> A fresh install of the new Opensuse 42.3 and I get a new dt error when I
> try to import files from my camera.
>
> "darktable - error locking database
> an error has occurred while trying to open the database from
> /home/david/.config/darktable/data.db
>
It's a sqlite database. One way past this locking issue is to
clone it via dump, and then move the old file out of way. I keep
backups of my library like this:
$ cat ~/bin/dtbackup.sh
#!/bin/bash
DTLIB=$HOME/.config/darktable/library.db
DTNEWLIB=${DTLIB}-`/usr/bin/date +%Y%m%d_%H%M`
E