https://bugzilla.novell.com/show_bug.cgi?id=225146 ------- Comment #29 from dbolt.abiryy@davjam.org 2007-01-25 15:06 MST ------- Created an attachment (id=115267) --> (https://bugzilla.novell.com/attachment.cgi?id=115267&action=view) patch for check-all.sh so it can find .xpm and .ppm images Using rembrand as a part of a "lab experiment" to actually see how easy it is to create a de-branded distribution based on openSUSE, I noticed that the check-all.sh script misses a lot of images. Presently, the script won't find any .xpm files, as file identifies them a "X pixmap data" It will also miss .ppm files as file returns " image data" whereas the grep used for locating images looks for " image data," That extra "," means the they aren't found. This patch corrects that as well as adding a check for "pixmap data". I've patched my local copy of the script, and am running again. So far, I have found another 19 files. Once the run is complete, I'll submit the newly found images. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.