Package: gdk-imlib11 Version: 1.9.14-31 Severity: normal When trying to view certain .xbm files with qiv, the following error is reported.
gdk_imlib ERROR: Cannot load image: hand-open-data.xbm All fallbacks failed. You should not see this. Submit bug against gdk-imlib package. One such file is attached. It was taken from the dia package, so in case of a problem with the attachement, you should be able to reproduce the problem with: apt-get source dia cd dia-0.95.0/app/pixmaps qiv hand-open-data.xbm -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-amd64 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gdk-imlib11 depends on: ii imlib-base 1.9.14-31 Common files needed by the Imlib/G ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libglib1.2 1.2.10-10.1 The GLib library of C routines ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libpng12-0 1.2.8rel-5.2 PNG library - runtime ii libtiff4 3.8.2-6 Tag Image File Format (TIFF) libra ii libungif4g 4.1.4-4 shared library for GIF images ii libx11-6 2:1.0.0-9 X11 client-side library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxi6 1:1.0.1-3 X11 Input extension library ii zlib1g 1:1.2.3-13 compression library - runtime gdk-imlib11 recommends no packages. -- no debconf information
/* Made with Gimp */ #define hand_open_data_width 20 #define hand_open_data_height 20 static unsigned char hand_open_data_bits[] = { 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xf9, 0x0f, 0x9f, 0xc9, 0x0f, 0x9f, 0xc9, 0x0f, 0x3f, 0xc9, 0x0e, 0x3f, 0x49, 0x0e, 0x7f, 0x40, 0x0e, 0x67, 0x00, 0x0e, 0x47, 0x00, 0x0f, 0x0f, 0x00, 0x0f, 0x1f, 0x00, 0x0f, 0x1f, 0x80, 0x0f, 0x3f, 0x80, 0x0f, 0x7f, 0xc0, 0x0f, 0xff, 0xc0, 0x0f, 0xff, 0xc0, 0x0f, 0xff, 0xff, 0x0f, 0xff, 0xff, 0x0f };