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 325794 - gtk critical errors (tooltips) and glib warnings (object class has no property)
gtk critical errors (tooltips) and glib warnings (object class has no property)
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-01-04 20:40 UTC by Akkana Peck
Modified: 2006-01-05 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akkana Peck 2006-01-04 20:40:56 UTC
Please describe the problem:
After building current CVS on Ubuntu "Breezy Badger", I get a large number of
warnings on startup:

(gimp-2.3:29217): GLib-GObject-WARNING **: IA__g_object_set_valist: object class
`GimpButton' has no property named `stock-id'

(repeated about 23 times, then)
(gimp-2.3:29217): GLib-GObject-WARNING **: invalid cast from `GimpDockable' to
`GtkNotebook'

That's with a migrated 2.2 profile. If I start a fresh profile, I see all those,
but first I see some additional errors:

(gimp-2.3:29417): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion
`GTK_IS_TOOLTIPS (tooltips)' failed

(gimp-2.3:29417): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion
`GTK_IS_TOOLTIPS (tooltips)' failed

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sven Neumann 2006-01-05 09:03:53 UTC
Please update glib and gtk+, that will fix your problems.
Comment 2 Michael Natterer 2006-01-05 10:10:07 UTC
The problem is fixed in GTK+ >= 2.8.8

I wonder if we should add a runtime version check here to
avoid the warnings, or alternatively just depend on
GTK+ > 2.8.8
Comment 3 Sven Neumann 2006-01-05 11:49:26 UTC
Let's depend on it at build-time. People using the old libraries will get warnings at runtime but these are just warnings and sooner or later everyone will have updated to 2.8.8 or newer.

2006-01-05  Sven Neumann  <sven@gimp.org>

	* configure.in: depend on gtk+ >= 2.8.8 (see bug #325794).