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 737065 - Deprecation warnings with GTK+ 3.13.9-2
Deprecation warnings with GTK+ 3.13.9-2
Status: RESOLVED DUPLICATE of bug 732184
Product: NetworkManager
Classification: Platform
Component: nm-applet
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-09-21 08:37 UTC by Paul Menzel
Modified: 2014-10-05 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Menzel 2014-09-21 08:37:17 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
Comment 1 Dan Winship 2014-10-05 15:07:42 UTC
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 ***