I'm trying to run:
f-spot-0.8.2-10.fc19.x86_64
under KDE and it's throwing the following error:
----
[Info 22:56:18.875] Initializing Mono.Addins
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
(f-spot:16559): Gtk-CRITICAL **: IA__gtk_style_detach: assertion `style->attach_count > 0' failed
Object reference not set to an instance of an object
System.NullReferenceException: Object reference not set to an instance of an object
at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x00000] in <filename unknown>:0
at FSpot.Widgets.PhotoImageView.HandlePhotoItemChanged (System.Object sender, FSpot.Core.BrowsablePointerChangedEventArgs args) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) <Module>:invoke_void__this___object_BrowsablePointerChangedEventArgs (object,FSpot.Core.BrowsablePointerChangedEventArgs)
at FSpot.Core.BrowsablePointer.SetIndex (Int32 value, IBrowsableItemChanges changes) [0x00000] in <filename unknown>:0
at FSpot.Core.BrowsablePointer.HandleCollectionChanged (IBrowsableCollection collection) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) <Module>:invoke_void__this___IBrowsableCollection (FSpot.Core.IBrowsableCollection)
at (wrapper delegate-invoke) <Module>:invoke_void__this___IBrowsableCollection (FSpot.Core.IBrowsableCollection)
at FSpot.PhotoQuery.RequestReload () [0x00000] in <filename unknown>:0
at FSpot.QueryWidget.Close () [0x00000] in <filename unknown>:0
at FSpot.MainWindow.UpdateFindByTagMenu () [0x00000] in <filename unknown>:0
at FSpot.MainWindow..ctor (FSpot.Database.Db db) [0x00000] in <filename unknown>:0
at FSpot.App.get_Organizer () [0x00000] in <filename unknown>:0
at FSpot.App.HandleOrganize () [0x00000] in <filename unknown>:0
at FSpot.App.Organize () [0x00000] in <filename unknown>:0
at FSpot.Driver.Startup () [0x00000] in <filename unknown>:0
at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00000] in <filename unknown>:0
(f-spot:16559): 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.
----
I've been running f-spot for years under KDE and previous versions of Fedora--at least 15 and 17--though I think I had to build f-spot from source in the past, at least to get an up-t0-date version.