How do I use the GUI to search for files in GNOME?
There are several ways you can do this.
- Open Files and click the Search button. This is the easiest and recommended choice since it's installed by default.
- Or you can install gnome-search-tool
- Or you can install tracker-gui
I was also looking for this myself as I find Unity too slow (Ubuntu 12.10). Best thing I've found so far is Synapse. Ctrl + Spacebar to activate once installed.
Catfish
You can also install catfish
package (written in Python):
Catfish is a search GUI powered by locate and find behind the scenes, with autocompletion from Zeitgeist and locate. The advanced options allow filtering by date and file type. The interface is intentionally lightweight and simple, using only GTK+.
References
- Official site (on Launchpad)
- Catfish on Two Toasts