image loaders (gdkpixbuf) not easy to integrate
Bug #1576289 reported by
Sebastien Bacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
New
|
Undecided
|
Unassigned |
Bug Description
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_
export GDK_PIXBUF_
ideally snapcraft would do that for you
tags: | added: snap-desktop-issue |
description: | updated |
description: | updated |
To post a comment you must log in.
Hey seb, shouldn't this be solved with a shared part in the wiki that does that for you?