Bug 473814 - I get warnings when trying to breeze(-dark) theme....
Summary: I get warnings when trying to breeze(-dark) theme....
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: gtk theme (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-27 16:45 UTC by Mark Veltzer
Modified: 2023-09-21 15:27 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?