HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #771103
gtk_css_provider_get_default() deprecated
0%
Description
Compilation of gtk3- and gtk3.22-clients in S2_6 (and presumably later branches) give warnings because of use of deprecated gtk_css_provider_get_default() on ubuntu-18.10.
It seems to be marked deprecated in gtk+-3.24:
https://gitlab.gnome.org/GNOME/gtk/commit/cb39169ba75f2ab9081f8e48a0c207718b10a347
There it's also said that it has been deprecated for a very long time, just not marked as such until now (so it's giving deprecation warnings even though our compilation flags disable deprecation warnings for deprecations newer than the minimum gtk+ version for a client)
History
#1
Updated by Marko Lindqvist almost 4 years ago
- File 0010-gtk-clients-Avoid-deprecated-gtk_css_provider_get_de.patch 0010-gtk-clients-Avoid-deprecated-gtk_css_provider_get_de.patch added
- File 0002-gtk-clients-Avoid-deprecated-gtk_css_provider_get_de.patch 0002-gtk-clients-Avoid-deprecated-gtk_css_provider_get_de.patch added
- Status changed from New to Resolved
#2
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist