Comment 45 for bug 224291

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

I installed f-spot_0.4.3.1-0ubuntu1~bunniesarecute1_i386.deb.

Here is the output of the terminal. I lanched f-spot and I tried to quit with no success, it hangs as usual. Then I forced the exit.

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

(f-spot:27915): 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