GNOME Bugzilla – Bug 737065
Deprecation warnings with GTK+ 3.13.9-2
Last modified: 2014-10-05 15:07:42 UTC
Using Debian Sid/unstable with nm-applet 0.9.10.0, upgrading libgtk-3-0:i386 from 3.12.2-3+b1 to 3.13.9-2, the following deprecation warnings are shown now. $ nm-applet (nm-applet:3163): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version. (nm-applet:3163): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version. (nm-applet:3163): GLib-GObject-WARNING **: The property GtkMisc:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version. (nm-applet:3163): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version. (nm-applet:3163): GLib-GObject-WARNING **: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version. (nm-applet:3163): GLib-GObject-WARNING **: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version. (nm-applet:3163): libnm-glib-CRITICAL **: nm_secret_agent_register: assertion 'priv->registered == FALSE' failed
This is a GLib bug; it shouldn't be warning about these properties since they weren't deprecated in the version of Gtk+ that nm-applet targets. *** This bug has been marked as a duplicate of bug 732184 ***