GNOME Bugzilla – Bug 568840
please ignore (big) binary files
Last modified: 2009-03-30 01:23:43 UTC
[ Original report: http://bugs.debian.org/507737 from Luís Picciochi ] When searching for files that contain a given text, gnome-search-tool should ignore binary files. Looking inside binary files can have a big impact on how long a search takes when the (sub-)directories have huge binary files - a lot of time is spent looking for text in those files, sometimes possibly even giving them as as results, when this time should not be spent grepping them. I'm not sure if this should be an importat or wishlist bug, but under certain circumstances the search might get extremely slow, making the user get frustrated and quit the search.
Thanks for your bug report. Patch applied to version 2.27.1 in SVN. 2009-03-29 Dennis Cranston <dennis_cranston@yahoo.com> * gsearchtool.c (setup_case_insensitive_arguments): If grep supports the -I argument then use it. Bug 568840.