#22737 closed defect (fixed)
gdk-pixbuf-2.44.5 update has broken XPM and XBM
| Reported by: | Xi Ruoyao | Owned by: | Xi Ruoyao |
|---|---|---|---|
| Priority: | normal | Milestone: | 13.0 |
| Component: | BOOK | Version: | git |
| Severity: | medium | Keywords: | |
| Cc: |
Description
The new gdk-pixbuf release always attempts to load XPM and XBM via glycin (even if -D others=enabled), but the XPM and XBM loaders are only available with glycin-2.1 which is still beta.
Some possible solutions:
- Downgrade to 2.44.4.
- Hack the code to prevent it from using glycin for XPM and XBM.
- Backport the XPM and XBM patch for glycin-2.0.
- Use glycin-2.1 beta (????)
- Ignore the issue (IIRC at least Doug really has some programs requiring to load XPM/XBM via gdk-pixbuf ????)
Change History (3)
comment:1 by , 8 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at r12.4-1159-g7f327eb721.
Note:
See TracTickets
for help on using tickets.

Backporting the XPM and XBM support is much easier than I expected so I'll do it.