← Back to issue list

image loaders (gdkpixbuf) not easy to integrate

View original Launchpad issue

Metadata

Project
snapcraft
Number
#1576289
Type
issue
State
open
Author
~seb128
Labels
snap-desktop-issue
Created
2016-04-28 15:46:18.302445+00:00
Updated
2017-06-26 10:56:02.947792+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

gtk softwares need gdkpixbuf image loaders to be able to display images (jpg, png, svg, ...) if you want that to work you need to - include the loaders - generate a cache (or ship a static one in the source and copy it) - include mimetype definition (or a static mime.cache) so the loader knows what image type is needed - set those environment variable "# Gdk-pixbuf loaders export GDK_PIXBUF_MODULE_FILE=$SNAP/usr/lib/$ARCH/gdk-pixbuf-2.0/2.10.0/loaders.cache export GDK_PIXBUF_MODULEDIR=$SNAP/usr/lib/$ARCH/gdk-pixbuf-2.0/2.10.0" ideally snapcraft would do that for you

Evaluation history

No evaluation history available.