I just did an svn update and this new version doesn't display any icons so I am guessing it is a gtk or lower problem. I do see the following error messages:
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) GLib-GObject: g_object_unref: assertion G_IS_OBJECT (object)' failed
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) GLib-GObject: g_object_unref: assertion
G_IS_OBJECT (object)' failed
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) GLib-GObject: g_object_unref: assertion G_IS_OBJECT (object)' failed
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) GLib-GObject: g_object_unref: assertion
G_IS_OBJECT (object)' failed
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) GLib-GObject: g_object_unref: assertion G_IS_OBJECT (object)' failed
(22:10:46) GdkPixbuf: gdk_pixbuf_get_has_alpha: assertion
GDK_IS_PIXBUF (pixbuf)' failed
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) GLib-GObject: g_object_unref: assertion G_IS_OBJECT (object)' failed
(22:10:46) GdkPixbuf: gdk_pixbuf_get_has_alpha: assertion
GDK_IS_PIXBUF (pixbuf)' failed
(22:10:46) Gtk: Useless empty GtkIconSource
(22:10:46) Gtk: Useless empty GtkIconSource
Hi,
I remember that I have seen similar messages once. I think some of the files inside of the application bundle are missing. Some of the provides script should fix that.
SVN should be as up-to-date as the latest release, so if the latest release works fine for you, some of these script should definitly fix it.
(Sorry that I cannot be more exact right now, I haven't worked on this for a while now. I think one script is fix_binary.sh (which fixes the frameworks inside the app) and another one is for copying/syncing the files / frameworks to the app.)