Created attachment 21767 [details] Listing of duplicate files I installed the Windows version of the library and noticed a lot of duplicates when adding them to the OpenOffice.org Gallery. I then downloaded openclipart-0.18-full.tar.bz2 and did a duplicate check (on Ubuntu) and found thousands. The commands I used are below and were run from the clipart directory: find . -type f -exec md5sum '{}' \; >md5_listing.txt sort md5_listing.txt | uniq -d -w32 | cut -c 1-32 >md5_duplicates.txt grep -f md5_duplicates.txt md5_listing.txt | sort >duplicates_listing.txt My report is attached.
Closing all openclipart bugs as openclipart is now on launchpad, as per request from Jon Philips.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.