Ubuntu – How to disable all scopes, filters and dash plugins

launcherscopesunityunity-dash

The Dash is overloading me with stuff I don't need, down to the weather and food recipes (?!) when I'm just looking for a file or app. Also I can't figure out how to set it to include music files without getting results from files I don't even have.

Is there a way to go back to how it worked in 13.04, where the app launcher actually launches apps? (So get rid of ALL the filters, especially results that have nothing to do with my computer.)

It also just doesn't seem to work; I go through the list of filters trying to click everything off, but then I type something to search for and it turns it back on?

Best Answer

You can use:

dpkg -l | grep scope

to list all scopes installed on your computer.

For 13.10, all you really need is: libunity-scopes-json-def-desktop, unity-scope-home, unity-scopes-master-default, unity-scopes-runner.

You can safely uninstall all the other scopes and still have a working dash that will only search installed applications.

You should probably be interested to know what "intrusive" lens application exist as well.

dpkg -l | grep lens

will list all installed lens applicaions

For 13.10, all you really need is: unity-lens-applications and maybe unity-lens-files as well.

Again, you can safely uninstall all the other lens applications and still have a working dash that will search installed applications.

To remove those applications, copy/paste this entire command into an open terminal.

sudo apt-get purge unity-lens-friends unity-scope-audacious unity-scope-chromiumbookmarks unity-scope-clementine unity-scope-colourlovers unity-scope-devhelp unity-scope-firefoxbookmarks unity-scope-gdrive unity-scope-gmusicbrowser unity-scope-gourmet unity-scope-guayadeque unity-scope-manpages unity-scope-musicstores unity-scope-musique unity-scope-openclipart unity-scope-texdoc unity-scope-tomboy unity-scope-video-remote unity-scope-virtualbox unity-scope-yelp unity-scope-zotero unity-lens-friends unity-lens-music unity-lens-photos unity-lens-video

Always pay attention to the following prompts to ensure you do not uninstall something you wish to keep on your system in the process.

I just use nautilus to search files but I'm sure you'll get the just of what you need to do here. Also, you still have to change privacy settings to "do not include online results" to maintain your privacy.


For 15.10:

sudo apt-get purge unity-scope-audacious unity-scope-chromiumbookmarks unity-scope-clementine unity-scope-colourlovers unity-scope-devhelp unity-scope-firefoxbookmarks unity-scope-gdrive unity-scope-gmusicbrowser unity-scope-gourmet unity-scope-guayadeque unity-scope-manpages unity-scope-musicstores unity-scope-musique unity-scope-openclipart unity-scope-texdoc unity-scope-tomboy unity-scope-video-remote unity-scope-virtualbox unity-scope-yelp unity-scope-zotero unity-lens-music unity-lens-photos unity-lens-video

Related Question