From a23b5ec9fedb5bbc1a55728e147cff398d6a4d9e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 8 Sep 2026 17:06:21 +0200 Subject: [PATCH] gimp: add librsvg-gtk to RDEPENDS The icon themes gimp ships are SVG only. Without the gdk-pixbuf SVG loader GTK cannot load a single icon and gimp aborts at startup with "Icon 'image-missing' not present in theme Default". Images built with the GTK tooling usually carry the loader for other reasons, a Plasma image does not. Tested on a Plasma image on corei7-64, gimp starts with the loader installed. AI-Generated: Uses Claude Code (Claude Fable 5.1) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/gimp/gimp_3.2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.2.4.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.2.4.bb index cfb0c3a67f..bcd69985fb 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_3.2.4.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_3.2.4.bb @@ -135,7 +135,7 @@ do_install:prepend() { FILES:${PN} += "${datadir}/metainfo" -RDEPENDS:${PN} = "mypaint-brushes glib-networking python3-pygobject python3-pycairo" +RDEPENDS:${PN} = "mypaint-brushes glib-networking librsvg-gtk python3-pygobject python3-pycairo" CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux" CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS"