Bug 1412196

Summary: searching for "network" should find (and highlight) the network component first, not system monitor
Product: [Fedora] Fedora Reporter: Ryan Rowe <ryanrowe>
Component: gnome-shellAssignee: Owen Taylor <otaylor>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: cosimo.cecchi, dakingun, debarshir, fmuellner, klember, mclasen, otaylor
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-19 17:38:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ryan Rowe 2017-01-11 14:01:23 UTC
Description of problem:
When I use the Gnome search for "network" and press enter, I get system monitor.
I'd like to get the network component instead.

Does search belong to tracker? If not sorry.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Florian Müllner 2017-01-19 17:38:03 UTC
I'm afraid this won't be fixed - application results like "System Monitor" appear in the top row, followed by results provided by applications (like "Settings").

(If you really want, you can force gnome-shell to treat Settings panels as applications with something along the lines of:

    $ cd /usr/share/applications; for f in gnome-*-panel.desktop; do sed /NoDisplay/d $f >~/.local/share/applications/$f; done

You probably want to disable the Settings search provider in the search panel in that case, to avoid duplicate results)