bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55634: inkscape does not find icons, needs wrapping or such for GDK_


From: Maxime Devos
Subject: bug#55634: inkscape does not find icons, needs wrapping or such for GDK_PIXBUF_MODULE_FILE
Date: Wed, 25 May 2022 16:08:25 +0200
User-agent: Evolution 3.38.3-1

Broken:

$ guix shell --pure inkscape -- inkscape

(crashes on start with ‘Inkscape encountered an internal error and will
close now’.)

Work-around:

$ guix shell --pure inkscape gdk-pixbuf -- inkscape

also works:

$ guix shell --pure inkscape gdk-pixbuf -- /usr/bin/env 
GDK_PIXBUF_MODULE_FILE=/gnu/store/[...]-profile/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
 inkscape

Looks like some wrapping is required to point GDK_PIXBUF_MODULE_FILE to an 
appropriate 'loaders.cache'.

Also starts in a non-pure environment without adding extra packages, but then 
the icons aren't found.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]