Summary: | first run (with existing v3 database) fails, "No album library path..." | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jonathan Marten <jjm> |
Component: | Setup-Database | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Jonathan Marten
2009-05-21 16:48:00 UTC
Marcel, I can confirm this dysfunction. Just tried with my collection here. Gilles Probably related to bug #183972. This check needs to be removed. There some possible scenarios for which the update process does not work, but all of these are non-standard scenarios. With digikam 0.9 the database must be in the same location of the pictures, and the location of the pictures was not stored in the database. For this simple reason we rely on the only parameter that tells us this location, which is the config value written by digikam 0.9. Your scenario is non-standard because 1) you have no digikamrc although you used digikam before 2) your database is not located in the same directory as your pictures. The digikam3.db in your given db directory may be completely unrelated to the pictures directory you gave. But I am thinking about a workaround. SVN commit 1002330 by mwiesweg: Add workaround for the corner case described in this bug report BUG: 193522 M +3 -1 NEWS M +45 -0 digikam/albummanager.cpp M +3 -0 digikam/albummanager.h M +2 -0 digikam/main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1002330 |