Comment 47 for bug 224291

Revision history for this message
Daniele I. (d-iencinella) wrote :

I installed all the lib packages (after solving some issues with dependences).

Same as usual.

dani@#####:~$ f-spot
Starting new FSpot server
Reloading
item changed
error checking orientation

(f-spot:893): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.
**F-spot uses non-standard shutdown methods, herein detailed
toplevels.Remove (sender);
if (toplevels.Count == 0) {
if (db != null)
db.EmitDown ();
System.Environment.Exit (0);
Killed