Fabian Kneißl wrote:
David Berg schrieb:The solution I had in mind was to hand edit the database, but as it isn't a text file I'm not sure how to do that. Is there a utility I can use to go through and just change the filenames?cd ~/.gnome2/f-spot/ mv photos.db photos_orig.db sqlite3 photos_orig.db .dump > photos.dump [ edit photos.dump with a text editor ] sqlite3 photos.db < photos.dump It could be that you have to use "sqlite" instead of "sqlite3" for the ".dump" command. Just try it.
sqlite3 worked for me in version 0.2.1. Thanks much. --Dave