GNOME Bugzilla – Bug 767430
Theme parsing error: Adwaita.css:24:14:
Last modified: 2016-06-09 08:55:55 UTC
Hi, looks like there is a bug in Adwaita.css: Theme parsing error: Adwaita.css:24:14: not a number Theme parsing error: Adwaita.css:24:14: Expected a string
I don't think it's gtk+ related, there is no Adwaita.css in gtk+, the issue is most likely with your running application shipped css. Would you provide more details please? I
It looks like that Gnome-Photos and Nautilus are responsible for this. I attach an Log output for journalctl | grep Adwaita.css
Created attachment 329433 [details] Log Output related to Adwaita.css
The gnome-photos warning should be fixed by https://git.gnome.org/browse/gnome-photos/commit/?id=41f56715ba199b.
No need for another bug then, reassigning to nautilus.
The following fix has been pushed: f704cbc theme: Do not use single color "gradients"
Created attachment 329440 [details] [review] theme: Do not use single color "gradients" GTK's parser now started to complain about gradients with a single color stop ...