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.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to