building darktable-cli

I’ve been using darktable 3.1.0+2374~gda0d15763-dirty from github, for quite a while.

But I just now tried to use darktable-cli:

.config/darktable/data.db’ is too new for this build of darktable. aborting

The /usr/bin/darktable-cli I have seems to have come from an old sudo apt-get install darktable rather than the recent build process.

grep cli in the build directory didn’t tell me anything. Still head scratching.

…ooooooooops. Sorry. It dawned on me in the shower.

sudo mv /usr/bin/darktable-cli /usr/bin/old_darktable-cli

cd /usr/bin
sudo ln -s /opt/barktable/bin/darktable-cli darktable-cli

I should never post nothing before shower and coffee

1 Like