# I get the following warnings: (qemu-system-i386:2963505): Gtk-WARNING \*\*: 16:33:20.035: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name (qemu-system-i386:2963505): Gtk-WARNING \*\*: 16:33:20.036: Theme parsing error: gtk.css:1652:16: '-gtk-icon-size' is not a valid property name ========== This is solved by commenting out some lines from the file: ```plaintext /usr/share/themes/Breeze-Dark/gtk-3.0/gtk.css ``` which comes from your package. # The lines are commented are 1647-1653 and they are: .normal-icons { -gtk-icon-size: 16px; } # .large-icons { -gtk-icon-size: 32px; }
Would you like to submit a merge request to fix this?
This has been fixed in https://invent.kde.org/plasma/breeze-gtk/-/commit/49a595aaed62ce08cf6e173fa85165b1e847802d