| Summary: | I get warnings when trying to breeze(-dark) theme.... | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | Mark Veltzer <mark.veltzer> |
| Component: | gtk theme | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | agrinev98, kratky, nate, uhhadd |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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 |
# 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; }