https://bugs.kde.org/show_bug.cgi?id=473814
Bug ID: 473814 Summary: I get warnings when trying to breeze(-dark) theme.... Classification: Plasma Product: Breeze Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: gtk theme Assignee: plasma-b...@kde.org Reporter: mark.velt...@gmail.com CC: agrine...@gmail.com, uhh...@gmail.com Target Milestone: --- # 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; } -- You are receiving this mail because: You are watching all bug changes.