Whenever I search for a program in Gnome Shell's search panel, some contacts from Pidgin will appear. E.g. when I search for Chromium
, by typing chr
, Chris Andersen
will appear. I don't want this to happen. Is it possible to disable this function?
Go to: Settings | Search | Contacts | OFF
I was curious about this myself, greping around in
/usr/share/gnome-shell/js/ui
I found reference tocontactDisplay
inoverview.js
. You should be able to comment out the two lines:and that will take care of it. Just tested it, and nothing broke immediately (your results may vary). I wont make any assumptions of your skill set so to comment these lines
Alt+F2
gksu gedit /usr/share/gnome-shell/js/ui/overview.js
find the two lines listed and place//
(comment markers) in front of them, save, and Contacts are gone from search results.The search panel you refer to is called the overview. That may help with future questions.
At the time of writing (using Gnome Shell 3.10.4) the contacts search provider (
gnome-contacts-search-provider
) is added by thegnome-contacts
package:If you don't use the Contacts app you can remove it and the search provider with it.
It is by default search handling technique in gnome , better way is to use synapse for search, it is very light and very fast, plus it provides filters to search. it will solve your problem,