After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767430 - Theme parsing error: Adwaita.css:24:14:
Theme parsing error: Adwaita.css:24:14:
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: 3.22
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-09 07:16 UTC by Torben Andresen
Modified: 2016-06-09 08:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Log Output related to Adwaita.css (12.81 KB, text/plain)
2016-06-09 07:57 UTC, Torben Andresen
  Details
theme: Do not use single color "gradients" (1.49 KB, patch)
2016-06-09 08:55 UTC, Florian Müllner
committed Details | Review

Description Torben Andresen 2016-06-09 07:16:43 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
Comment 1 Lapo Calamandrei 2016-06-09 07:23:51 UTC
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
Comment 2 Torben Andresen 2016-06-09 07:56:27 UTC
It looks like that Gnome-Photos and Nautilus are responsible for this. I attach an Log output for journalctl | grep Adwaita.css
Comment 3 Torben Andresen 2016-06-09 07:57:02 UTC
Created attachment 329433 [details]
Log Output related to Adwaita.css
Comment 4 Florian Müllner 2016-06-09 08:24:39 UTC
The gnome-photos warning should be fixed by https://git.gnome.org/browse/gnome-photos/commit/?id=41f56715ba199b.
Comment 5 Lapo Calamandrei 2016-06-09 08:44:53 UTC
No need for another bug then, reassigning to nautilus.
Comment 6 Florian Müllner 2016-06-09 08:55:51 UTC
The following fix has been pushed:
f704cbc theme: Do not use single color "gradients"
Comment 7 Florian Müllner 2016-06-09 08:55:55 UTC
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 ...