Bug 185748 - F-spot doesn't start
Summary: F-spot doesn't start
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: f-spot
Version: 5
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-17 15:54 UTC by Kjartan Maraas
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-31 18:18:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kjartan Maraas 2006-03-17 15:54:50 UTC
Description of problem:
I get this trace on the console:

Unhandled Exception: Mono.Data.SqliteClient.SqliteSyntaxException: file is
encrypted or is not a database
in <0x00106> Mono.Data.SqliteClient.SqliteCommand:GetNextStatement (IntPtr
pzStart, System.IntPtr pzTail, System.IntPtr pStmt)
in <0x000d0> Mono.Data.SqliteClient.SqliteCommand:ExecuteReader (CommandBehavior
behavior, Boolean want_results, System.Int32 rows_affected)
in <0x0001c> Mono.Data.SqliteClient.SqliteCommand:ExecuteNonQuery ()
in <0x0004c> MetaStore:CreateTable ()
in <0x000a9> MetaStore:.ctor (Mono.Data.SqliteClient.SqliteConnection
connection, Boolean is_new)
in <0x000c7> Db:Init (System.String path, Boolean create_if_missing)
in <0x0008d> FSpot.Core:.ctor ()
in <0x00337> FSpot.Driver:Main (System.String[] args)

This is the latest rawhide snapshot.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Christopher Aillon 2006-03-17 16:05:36 UTC
This is a database incompatibility.  What is the output of:

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


Comment 2 Kjartan Maraas 2006-03-18 13:03:06 UTC
Ok, the file is a sqlite 2.1 database so I'm guessing that I'm just being bit by
the fact that f-spot moved to sqlite 3 during this development cycle. Are there
tools to convert the database in sqlite3?

Comment 3 Christopher Aillon 2006-10-31 18:18:53 UTC
Sorry for the delay.  Don't think there were any tools per se, but I think there
was a way to dump out and then re-import.  Anyway, going to mark as CANTFIX
since not much that can be done.


Note You need to log in before you can comment on or make changes to this bug.