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
I'm using this nice theme on Debian unstable which uses gtk-3.20. When opening some apps (e.g. meld) I get lots of GTK warnings about broken CSS. One example:
(meld:27480): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:186:14: not a number
I traced that back to /usr/share/themes/Blackbird/gtk-3.20/gtk-widgets.css, and it seems that this is identical to the current version in this repo. The warning comes from:
I'm using this nice theme on Debian unstable which uses gtk-3.20. When opening some apps (e.g.
meld
) I get lots of GTK warnings about broken CSS. One example:(meld:27480): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:186:14: not a number
I traced that back to /usr/share/themes/Blackbird/gtk-3.20/gtk-widgets.css, and it seems that this is identical to the current version in this repo. The warning comes from:
Changing that line 186 to
font-weight: bold;
removed that warning.If that is a correct fix: you want a pull request for this and other issues like this?
If that is not a correct fix: what is it?
The text was updated successfully, but these errors were encountered: