Different way to search for files in Gnome
Searching for files is one of the most frequently performed task that most of the user does. In Gnome, it can be done by any of the following four ways. Using Nautilus Search Using gnome-search-tool Using Tracker Desktop Search Using zeitgeist Using Nautilus for searching. It's more natural to use the file manager to search for files instead of using an external app, that's why i decided to starting with nautilus first. Nautilus do have a built in search functionality that works by using tracker as backend. But most of the user complains that the nautilus does not shows any search result most of the cases. This is because, search is case sensitive , and search is done only in directives which are indexed by the tracker. By default, tracker index recursively the user's document, pictures, videos, Desktop, Music, Downloads directories and non recursively on user's home directory . ...