Your message dated Mon, 2 Nov 2009 21:17:51 +0100
with message-id <[email protected]>
and subject line Fixed long ago
has caused the Debian Bug report #391123,
regarding XQF xpm files not found due to filenames.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
391123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391123
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xqf
Version: 1.0.4-2

When you use xqf, map names that you don't have are not displayed.
This is due to xqf looking for red_minus.xpm when it's actually called
red-minus.xpm.  It should display the name of the map with a minus in
front of it.  Instead, it displays nothing.

The patch in debian/patches/ takes care of a lot of these cases but
skips green and red.

In debian/patches/01_xpm_segfaults.patch,  these lines:
  create_pixmap (window, "green_plus.xpm", &gplus_pix);
  create_pixmap (window, "red_minus.xpm", &rminus_pix);

Should be changed to:
  create_pixmap (window, "green-plus.xpm", &gplus_pix);
  create_pixmap (window, "red-minus.xpm", &rminus_pix);


As a temporary fix, people can symlink /usr/share/xqf/green-plus.xpm
to /usr/share/xqf/green_plus.xpm.  Same for red_minus.xpm.  This is
the method I'm using right now.


--- End Message ---
--- Begin Message ---
Version: 1.0.5-1.

Hi,

This bug was closed long, long ago in the 1.0.5-1 upload (or maybe
even in 1.0.4-2).

The changelog was the following:

xqf (1.0.5-1) unstable; urgency=low

   * New upstream release.
   * debian/control:
     - require qstat (>= 2.11)
     - bump Standards-Version to 3.7.2.0 (no changes needed).
   * debian/patches/01_xpm_segfaults.patch: update for new xpm names.
   * debian/patches/02_ef.xpm.patch: rename stvef.xpm to ef.xpm, and fix
     the relevant include.

 -- Jordi Mallach <[email protected]>  Sat, 4 Nov 2006 19:48:09 +0100

xqf (1.0.4-2) unstable; urgency=medium

   * The "They tried praying first, but it didn't work either" release.
   * debian/control: fix upstream's download URL (closes: #361432).
   * debian/patches/01_xpm_segfault.patch: Fix a segfault on startup by
     avoiding loading XPMs into the executable, and then trying funky
     dlopens to access them. Patch by Lars Wirzenius, who totally doesn't
     believe in black magic (closes: #355045). Additionally, fix references
     to XPM files, which were called using "_" separators instead of "-".
   * debian/rules: install the XPM in /usr/share/xqf.

 -- Jordi Mallach <[email protected]>  Sun, 9 Apr 2006 02:24:47 +0200


-- 
Jordi Mallach Pérez  --  Debian developer     http://www.debian.org/
[email protected]     [email protected]     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to