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 751266 - Disable property deprecation warnings in 2.44
Disable property deprecation warnings in 2.44
Status: RESOLVED DUPLICATE of bug 732184
Product: glib
Classification: Platform
Component: gobject
2.44.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2015-06-20 18:48 UTC by Scott Talbert
Modified: 2017-11-17 12:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott Talbert 2015-06-20 18:48:45 UTC
It seems that gobject property deprecation warnings were left enabled in 2.44:

[talbert@easel ~]$ brasero 

(brasero:6760): 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.

(brasero:6760): GLib-GObject-WARNING **: The property GtkCellRendererPixbuf:follow-state is deprecated and shouldn't be used anymore. It will be removed in a future version.

(brasero:6760): 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.

(brasero:6760): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

Shouldn't they be disabled in a stable release?
Comment 1 Philip Withnall 2017-11-17 12:36:56 UTC
Let’s keep all the discussion about deprecation warnings in one place: bug #732184.

(Also, they were turned off by default for properties in commit 3bd1618ea955f950f87bc4e452029c5f0cea35aa, and have remained that way since.)

*** This bug has been marked as a duplicate of bug 732184 ***