From 86a63c7b4d2d832cf6b50ae8a31de66709b392eb Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 25 Aug 2026 08:11:14 +0200 Subject: [PATCH] docs: mention gir1.2-rsvg-2.0 for SVG icon rendering on Debian/Ubuntu Without it, wibox.widget.imagebox silently skips .svg icons (no crash, just a "Could not load Rsvg" warning and blank icons). Co-Authored-By: Claude Sonnet 5 --- docs/getting-started/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 14c158c..91e966f 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -112,6 +112,9 @@ sudo apt install libpam0g-dev # Optional: systemd session integration (somewm-session, login manager entry) sudo apt install systemd-dev + +# Optional: SVG icon rendering +sudo apt install gir1.2-rsvg-2.0 ``` ### Fedora