GNOME Bugzilla – Bug 631668
Pause and and Resume icons are not loaded in Ubuntu 10.10
Last modified: 2011-01-23 02:34:05 UTC
Hi, Mahjongg fails to load the stock icons for pause and resume. This bug was filed in launchpad at: https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/656763 I have found a possibly related bug in GNOME bugzilla (Bug 630234) but it is unclear what icons are missing, what the error message is and the user is referring to an older version of mahjongg. Console output of my bug is: (mahjongg:8022): Gtk-WARNING **: Error loading theme icon 'stock_timer_stopped' for stock: Icon 'stock_timer_stopped' not present in theme (mahjongg:8022): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed ** (mahjongg:8022): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed (mahjongg:8022): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed (mahjongg:8022): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed (mahjongg:8022): Gtk-WARNING **: Error loading theme icon 'stock_timer_stopped' for stock: Icon 'stock_timer_stopped' not present in theme (mahjongg:8022): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed ** (mahjongg:8022): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed (mahjongg:8022): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed (mahjongg:8022): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed (mahjongg:8022): Gtk-WARNING **: Error loading theme icon 'stock_timer_stopped' for stock: Icon 'stock_timer_stopped' not present in theme (mahjongg:8022): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed ** (mahjongg:8022): CRITICAL **: murrine_style_draw_render_icon: assertion `base_pixbuf != NULL' failed (mahjongg:8022): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed (mahjongg:8022): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
The icons are missing because the gnome-icon-theme stopped shipping with the stock icons in gnome-icon-theme 2.30. Apps using the stock icons either need to rename the icons to standard icon names or supply icons within their own package.
@Vish: what are the replacement icon names for stock_timer_stopped stock_timer stock_scores ?
(In reply to comment #2) > @Vish: what are the replacement icon names for > > stock_timer_stopped > stock_timer > stock_scores > > ? Afaik, there are no replacements for those. Best would be requesting new icons from gnome-art team or new icon names to be included in gnome-icon-theme or copying the icons from gnome-icon-theme(2.28[Ubuntu Lucid had those icons in 2.28] or whichever older release had them.)
*** Bug 630234 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 622310 ***