paullinuxthemer / Nextwaita

a GTK3 theme
GNU General Public License v3.0
31 stars 6 forks source link

gtk.css typos -- '-gtk-icon-shadw' is not a valid property name #2

Open antenore opened 5 years ago

antenore commented 5 years ago

A Remmina user reported the following error:

(org.remmina.Remmina:8115): Gtk-WARNING **: 10:52:54.458: Theme parsing error: gtk.css:1855:34: '-gtk-icon-shadw' is not a valid property name

(org.remmina.Remmina:8115): Gtk-WARNING **: 10:52:54.461: Theme parsing error: gtk.css:2653:66: Expected a valid selector

I think he's using Nextwaita as I can reproduce it in the same exact way.

skewty commented 5 years ago
text-shadow: none; -gtk-icon-shadow: none;

Simply fix the typo (missing 'o') in gtk-3.0/gtk.css:1855