[Digikam-devel] [Bug 175923] digikam uses wrong album root path/wrong disk uuid
Milan Knizek
knizek at volny.cz
Sun Oct 11 07:33:00 BST 2009
https://bugs.kde.org/show_bug.cgi?id=175923
--- Comment #26 from Milan Knizek <knizek volny cz> 2009-10-11 08:33:00 ---
db contents of db backup:
$ sqlite3 "digikam4 (before_lvm_migration).db"
SQLite version 3.6.10
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from AlbumRoots;
1|Images|0|1|volumeid:?uuid=cad56872-889c-4f3b-ae9c-a5367acbcecd|/media/Data/Photo/Images
db contents of a working db (collection on lvm disk, using the /boot/media
symlink workaround):
$ sqlite3 digikam4.db
SQLite version 3.6.10
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from AlbumRoots;
1|Images|0|1|volumeid:?uuid=d2c4afc9-c7e0-4ce0-89a5-d3989e14c5c3|/media/Data/Photo/Images
In the Settings, digikam shows the path to the collection as
"/boot/media/Data/Photo/Images"
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list