| Message ID | 20260908150627.2940117-2-f_l_k@t-online.de |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [meta-gnome,1/3] gnome-keyring: upgrade 46.2 -> 50.0 | expand |
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"
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 <f_l_k@t-online.de> --- meta-gnome/recipes-gimp/gimp/gimp_3.2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)