After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 559401 - F-Spot crashes at launching
F-Spot crashes at launching
Status: RESOLVED DUPLICATE of bug 557793
Product: f-spot
Classification: Other
Component: General
0.5.x
Other All
: Normal critical
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-05 11:55 UTC by peter maier
Modified: 2008-11-05 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description peter maier 2008-11-05 11:55:16 UTC
Steps to reproduce:
1. 
2. 
3. 


Stack trace:


Other information:
abcdef@ghijkl:~$ f-spot
[Info  12:41:12.701] Initializing DBus
[Info  12:41:12.884] Initializing Mono.Addins
[Info  12:41:13.179] Starting new FSpot server

(f-spot:7362): Gtk-WARNING **: Theme directory scalable/animations/small/16x16 of theme oxygen has no size field


(f-spot:7362): Gtk-WARNING **: Theme directory scalable/animations/small/22x22 of theme oxygen has no size field

[Info  12:41:18.156] Starting BeagleService
[Info  12:41:18.156] Hack for gnome-settings-daemon engaged
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at FSpot.Tag.get_SizedIcon () [0x00000] 
  at TagSelectionWidget.IconDataFunc (Gtk.TreeViewColumn column, Gtk.CellRenderer renderer, TreeModel model, TreeIter iter) [0x00000] 
  at GtkSharp.TreeCellDataFuncWrapper.NativeCallback (IntPtr tree_column, IntPtr cell, IntPtr tree_model, IntPtr iter, IntPtr data) [0x00000] 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at GtkSharp.TreeCellDataFuncWrapper.NativeCallback(IntPtr tree_column, IntPtr cell, IntPtr tree_model, IntPtr iter, IntPtr data)
   at GtkSharp.TreeCellDataFuncWrapper.NativeCallback(IntPtr , IntPtr , IntPtr , IntPtr , IntPtr )
   at Gtk.Application.gtk_main()
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Gnome.Program.Run()
   at FSpot.Driver.Mai
Comment 1 Maxxer 2008-11-05 12:08:48 UTC
it should have been fixed in svn.
if you are building from source get 
http://svn.gnome.org/viewvc/f-spot/branches/FSPOT_0_5_0_STABLE/

otherwise bug your distro to sync package with that repository.

this is the needed patch:
http://svn.gnome.org/viewvc/f-spot?view=revision&revision=4572

*** This bug has been marked as a duplicate of 557793 ***
Comment 2 peter maier 2008-11-05 12:12:31 UTC
muich thanks for quick Help, 5 minutes after posting the bug, i got the updates and everything works fine now