Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Gnome 3.30.2 : Ignoring length property that isn't a number at line 753, col 24 #215

Open
asegarra opened this issue Mar 24, 2019 · 2 comments

Comments

@asegarra
Copy link

Got error on Fedora packaged arc-theme, tried from github and get the same error. I see the error if I go to the application overview

@fossfreedom
Copy link
Collaborator

Please can you look at gtk.css in your packaged themes folder and let us know the lines 750 - 756 - so that we can confirm where the issue is - please can you highlight line 753

@zilliu
Copy link

zilliu commented Aug 3, 2019

I got the same issue on my laptop.
In the Arc/gtk.css file there is only one line:

import url("resource:///org/gnome/arc-theme/gtk-main.css");

I guess you may be looking for the Arc/gnome-shell/gnome-shell.css, which is the file gnome-shell loads that I found in system log. The 751-756 lines are below:

#panel #panelActivities.panel-button > * {
  background-image: url("common-assets/panel/activities.svg");
  background-position: center top;  /* Line 753 */
  width: 24px;
  height: 24px;
  background-color: transparent !important;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants