https://bugs.kde.org/show_bug.cgi?id=218297
--- Comment #7 from Glenn Washburn <developm...@efficientek.com> --- If the --data-directory argument is specified, then its value needs to be used as the argument to d->dbPathEdit->setFileDlgPath instead of "d->orgPrms.getCoreDatabaseNameOrDir()" in the function DatabaseSettingsWidget::setParametersFromSettings in file libs/database/utils/dbsettingswidget.cpp. See: https://cgit.kde.org/digikam.git/tree/libs/database/utils/dbsettingswidget.cpp#n763 The value of the --data-directory argument is set to commandLineDBPath here: https://cgit.kde.org/digikam.git/tree/app/main/main.cpp#n146. But it is only used to get the database paths initially and not saved. I can think of several ways to get the command line argument value to where its needed, but I don't know the project well enough to feel comfortable making that choice. For a dev on this project, this fix should be very easy and take minimal effort. -- You are receiving this mail because: You are watching all bug changes.