Package: xemacs21-support Version: 21.4.22-3.1 Severity: normal File: /usr/share/icons/xemacs-icon3.xpm Tags: patch
The icon file xemacs-icon3.xpm contains an invalid color specification for transparent pixels. Line 6 contains the string: " s None c none", The second instance of "none" should be capitalized as "None", as specified in the document, "XPM Manual, The X PixMap Format, Version: 3.4i, September 10th 1996" by Arnaud Le Hors. http://www.xfree86.org/current/xpm.pdf This error prevents the GIMP from properly editing the icon. Some other programs do display the icon as intended. However, the GIMP apparently is more particular about the syntax of the color specification, and treats as opaque pixels which are intended to transparent. Best regards, --Neil Ormos -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Versions of packages xemacs21-support depends on: ii emacsen-common 1.4.22 Common facilities for all emacsen ii install-info 4.13a.dfsg.1-6 Manage installed documentation in ii xemacs21 21.4.22-3.1 highly customizable text editor ii xemacs21-mule [xemacs21] 21.4.22-3.1 highly customizable text editor -- xemacs21-support recommends no packages. Versions of packages xemacs21-support suggests: pn xemacs21-supportel <none> (no description available) -- no debconf information
Index: xemacs21-21.4.22/debian/build/xemacs21-support/usr/share/icons/xemacs-icon3.xpm =================================================================== --- xemacs21-21.4.22.orig/debian/build/xemacs21-support/usr/share/icons/xemacs-icon3.xpm 2011-11-23 01:13:02.694031154 -0600 +++ xemacs21-21.4.22/debian/build/xemacs21-support/usr/share/icons/xemacs-icon3.xpm 2011-11-23 01:14:44.298023430 -0600 @@ -3,7 +3,7 @@ /* width height num_colors chars_per_pixel */ "48 48 11 1", /* colors */ -" s None c none", +" s None c None", ". c #e5e5e5", "X c #cccccc", "o c #b2b2b2", Index: xemacs21-21.4.22/debian/build/xemacs21-support/usr/share/xemacs-21.4.22/etc/xemacs-icon3.xpm =================================================================== --- xemacs21-21.4.22.orig/debian/build/xemacs21-support/usr/share/xemacs-21.4.22/etc/xemacs-icon3.xpm 2011-11-23 01:13:42.002019594 -0600 +++ xemacs21-21.4.22/debian/build/xemacs21-support/usr/share/xemacs-21.4.22/etc/xemacs-icon3.xpm 2011-11-23 01:16:08.298025042 -0600 @@ -3,7 +3,7 @@ /* width height num_colors chars_per_pixel */ "48 48 11 1", /* colors */ -" s None c none", +" s None c None", ". c #e5e5e5", "X c #cccccc", "o c #b2b2b2",