Bug 473814

Summary: I get warnings when trying to breeze(-dark) theme....
Product: [Plasma] Breeze Reporter: Mark Veltzer <mark.veltzer>
Component: gtk themeAssignee: 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:

Description Mark Veltzer 2023-08-27 16:45:21 UTC
# 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; }
Comment 1 Nate Graham 2023-08-28 20:02:35 UTC
Would you like to submit a merge request to fix this?