[Docs] Including custom symbolic icons is different in GTK 4
Describe the bug In GTK 4, icons need to be put in a faux-icon-theme directory structure to be recognized as symbolic - just putting them in there like in GTK 3 will not recolor them anymore.
To Reproduce N/A
Expected behavior The docs should say that in GTK 4 you have to follow the icon theme directory structure.
Additional context Here's an example directory structure that works:
icons
└── hicolor
└── scalable
├── devices
│ ├── fa-memory-symbolic.svg
│ └── fa-microchip-symbolic.svg
└── status
├── fa-bell-slash-symbolic.svg
└── fa-bell-symbolic.svg
Previously, all 4 of the SVG files would just be put in the icons directory directly.
Thanks for posting this, I also ran into this but had no idea why they weren't inheriting the text colour as they were in the old version. This works for me. I had to use an existing theme name like Adwaita or hicolor for the top directory.
I believe the spec says that apps should place their own icons in the hicolor theme. Don't quote me on that, though.
https://aylur.github.io/ags/guide/faq.html#custom-svg-symbolic-icons