I solved by running a newer version of f-spot (0.4.0), but I had to do
some other stuff to have it working:

(on Ubuntu 7.04)
- dump the database with sqlite to a flat file (sqlite photos.db .dump > 
flat-file.dump)
- backup the original photos db (mv photos.db photos.db.bak)
- recreate the database with sqlite3 (sqlite3 photos.db < flat-file.dump)
- uninstall sqlite and libsqlite0 (not sure if it is needed, the first time it 
didn't work w/o uninstalling, but now it is...)

-- 
"SQL logic error or missing database" when importing
https://bugs.launchpad.net/bugs/135152
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to