You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
With gtk-3.20.4 (Arch) and a paper theme based on 82503f8 I noticed the following warnings while running Meld from the console:
(meld:12775): Gtk-WARNING **: Theme parsing error: gtk.css:90:25: The style property GtkPaned:handle-size is deprecated and shouldn't be used anymore. It will be removed in a future version
(meld:12775): Gtk-WARNING **: Theme parsing error: gtk.css:3213:17: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'
(meld:12775): Gtk-WARNING **: Theme parsing error: gtk.css:6297:16: The 'outline-radius' property has been renamed to '-gtk-outline-radius'
(meld:12775): Gtk-WARNING **: Theme parsing error: gtk.css:6320:52: The :prelight pseudo-class is deprecated. Use :hover instead.
(meld:12775): Gtk-WARNING **: Allocating size to GtkToggleToolButton 0x92b0728 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Although the last message is propably irrelevant as it looks like an error from meld, the warnings regarding the theme parsing seem to be valid.
The text was updated successfully, but these errors were encountered:
With gtk-3.20.4 (Arch) and a paper theme based on 82503f8 I noticed the following warnings while running Meld from the console:
Although the last message is propably irrelevant as it looks like an error from meld, the warnings regarding the theme parsing seem to be valid.
The text was updated successfully, but these errors were encountered: