Closed
Bug 1199164
Opened 9 years ago
Closed 9 years ago
[GTK3] Runtime warnings - gtk-menu-images and gtk-button-images deprecated
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1164674
People
(Reporter: pjasicek, Unassigned)
References
Details
Attachments
(1 file)
1.84 KB,
patch
|
karlt
:
review-
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150518070114
Steps to reproduce:
Run firefox under GTK3 from command line
Actual results:
Running firefox produces following warnings:
firefox:17402): 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.
(firefox:17402): 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.
Expected results:
Running firefox should not yield deprecation warnings
Reporter | ||
Comment 1•9 years ago
|
||
This patch fixes runtime warnings by deprecated gtk-menu-images and gtk-button-images properties. It is deprecated since GTK 3.10.
Try:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b8e02bc5c3a
Attachment #8653394 -
Flags: review?(karlt)
Comment 2•9 years ago
|
||
Comment on attachment 8653394 [details] [diff] [review]
001_gtk3_runtime_warnings.patch
We are expecting binary backwards compat from GTK.
Applications should not need to include these kind of workarounds and the settings cannot be removed until the gtk soname is changed.
Glib warning on this usage without G_ENABLE_DIAGNOSTIC=1 is a bug in Glib and should be fixed there.
https://bugzilla.mozilla.org/show_bug.cgi?id=1164674#c7
https://bugzilla.gnome.org/show_bug.cgi?id=732184#c22
Attachment #8653394 -
Flags: review?(karlt) → review-
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•