GNOME Bugzilla – Bug 777407
Stop using deprecated style properties
Last modified: 2017-11-09 21:14:36 UTC
The following shows up when running Maps: (gnome-maps:20317): Gtk-WARNING **: Theme parsing error: application.css:14:30: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version (gnome-maps:20317): Gtk-WARNING **: Theme parsing error: application.css:15:31: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version These should be replaced by the relevant replacement CSS styles. (I think GtkWidget:interior-focus: true as is set manually in our application CSS might be redundant, as the documentation seems to imply this is the default value).
*** Bug 780349 has been marked as a duplicate of this bug. ***
I would like to Take this Up
(In reply to Aswin Mohan from comment #2) > I would like to Take this Up That sounds great! Your contributions will be most welcome!
Created attachment 363313 [details] [review] css: Remove deprecated style properties These style properties are deprecated and it seems they are not really needed (the widget positioning looks the same without them).
Attachment 363313 [details] pushed as dfef516 - css: Remove deprecated style properties