Table of contents

Frequently Asked Questions

Before submitting a bug, have a look here.

It's also advisable that before reporting a bug you check the output of F-Spot run from command line.

Q: Database problems

A: Many misbehaviors of F-Spot can be headed to database problems. F-Spot uses a Sqlite (http://www.sqlite.org) db, usually placed in ~/.gnome2/f-spot/photos.db. Since latest releases (> 0.3.5) there have been problems with version 2 of the db, so v3 is required.

This error can be tracked by the following command line output:

 Unhandled Exception: System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.

To check the version of your db issue the following command (the location of the db can vary depending on your installation):

 file ~/.gnome2/f-spot/photos.db

The output of a v3 db is

 .gnome2/f-spot/photos.db: SQLite 3.x database

If it's not like this, run the upgrade script

 f-spot-sqlite-upgrade

which usually can be found in the path or in the tools/ directory of the source tree. Beware that

  • there are no known faluire cases, but a backup is always a good idea
  • the script will only update the db in the default location above

To better track this issue (Sqlite v2 support) watch bug 467011 (http://bugzilla.gnome.org/show_bug.cgi?id=467011)

Q: Fullscreen/Slideshow doesn't work with Compiz enabled

A: The Legacy fullscreen fix setting in Compiz should be disabled. (ref: bgo#361031 (http://bugzilla.gnome.org/show_bug.cgi?id=361031#c14))

Q: How can I backup my archive?

A: As said before, F-Spot uses a sqlite3 database, which is normally placed in ~/.gnome2/f-spot/photos.db. This DB holds all the tags, photo, photo versions and such. Backup this file and you won't loose all your work. Don't forget to backup your photos too!

Q: Other issues

A: Always have a look at bug list (http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=f-spot&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=) before submitting a new bug!

Retrieved from "http://f-spot.org/FAQ"

This page was last modified 20:14, 10 Jan 2008. This page has been accessed 3894 times.