| Summary: | Using Breeze icon theme with Gtk will have some warning | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | Weng Xuetian <wengxt> |
| Component: | Icons | Assignee: | visual-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | hatto, kainz.a, psychonaut, rdieter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | 2c3510f42e7109a4452dd1aba67bf1719c7e9464 | Version Fixed/Implemented In: | 5.23 |
| Sentry Crash Report: | |||
|
Description
Weng Xuetian
2016-04-21 15:00:57 UTC
Seems one cause for this warning is that breeze/index.theme includes stuff like: Directories=...,categories/16,... but no actual categories/16 dir or [categories/16] section in index.theme either (same for the other warnings) which should be easy enough to cleanup My workaround:
cd /usr/share/icons/breeze
Edit index.theme and delete all not existing folders in the line starting with "Directories="
With other words: Replace that line by the output of:
t=`ls -d1 */* | tr '\n' ','`; echo Directories=${t%,}
I have forgotten one thing: After editing index.theme it may be helpful (or even necessary?) to execute this in the same folder/directory: gtk-update-icon-cache . ok I think now it should work, please check and close the bug report. I'm still getting the same warnings with recently-released breeze-icons-5.22.0 Ah, looks like it was fixed after 5.22 release, https://quickgit.kde.org/?p=breeze-icons.git&a=commit&h=2c3510f42e7109a4452dd1aba67bf1719c7e9464 |