How to rearrange search results in Unity dash home?
Unity dash home currently displays results in the following order:
- Application results
- Documents results
- Downloads results
- Music results, etc
What I would like is to have the Documents and Downloads results above the application results in Dash home. Is it possible to reorder the search results?
Solution 1:
For 12.04
You can use dconf-editor
to rearrange the search results in Unity dash home.
Install dconf-editor by clicking on this big button:
Or by running this command in a terminal:
sudo apt-get install dconf-tools
Then navigate to com
→ canonical
→ Unity
→ Dash
and change the setting for home-lens-ordering
to ['files.lens', 'applications.lens', 'music.lens']
.
If you would like to get back to the default setting, you can hit the Set to Default button on the lower right corner.
This is what you get once you adjust the setting as above:
Alternatively, if you don't like to hunt with your mouse, you can run this command in a terminal:
gsettings set com.canonical.Unity.Dash home-lens-ordering "['files.lens', 'applications.lens', 'music.lens']"
It will order the results in the way you prefer.
To reset the setting, you run this command:
gsettings reset com.canonical.Unity.Dash home-lens-ordering