I want to know if it's possible to remove the Unity Smart Scopes?

Basically I like to keep a lean machine. I always remove just about everything I can - I actually only use the app and file lens', I don't use any of the others so I remove them. I'm not going to use the smart scopes because I don't want information being sent to 3rd parties (even Canonical).

I like Unity so I would like to keep using Unity, but I just want to remove smart scopes... There are going to be a lot of them I know, which means that the list to remove is going to be long, but Synaptic or a quick bit of sudo apt-get purge should take care of that.

There are the privacy controls there which will let me prevent the smart scopes from working, but I want to remove them.

So the question is simple... Can the smart scopes be removed? Can I still just leave the app and file lens' locally without any of the smart scope stuff.


Ubuntu 13.10 and up: Instead of removing, try disabling?

  1. Open the Application Scope (Super+A).
  2. Scroll down to Dash plugins.
  3. Select “See X more results”
  4. Click on the Scope you want to disable.
  5. Click “Disable”.

Tip: Toggle multiple scopes at a time using the left and right arrows in the Dash interface.


Although strongly discouraged, you can remove all individual scopes and turn the online results off in the Privacy settings. This will effectively turn off smart scopes, as there will be no scopes other than the default ones to return search results for.

Scopes are shipped as individual packages (generally named unity-scope-* or unity-lens-*), so you can uninstall each one of them. Here you've got a list of the default scopes on a desktop installation.

Again, this answer is provided to share the knowledge on scopes, but I'd strongly recommend not to mess around with such an essential part of the system such as scopes. As with any other central part of Ubuntu, removing them might cause system instability.


You can blacklist offending scopes in one swoop using the Terminal. The following command, from FixUbuntu, should do the trick:

gsettings set com.canonical.Unity.Lenses disabled-scopes "['more_suggestions-amazon.scope', 'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', 'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']"

To re-enable you only need to run the command:

  gsettings set com.canonical.Unity.Lenses enabled-scopes "['more_suggestions-amazon.scope', 'more_suggestions-u1ms.scope', 'more_suggestions-populartracks.scope', 'music-musicstore.scope', 'more_suggestions-ebay.scope', 'more_suggestions-ubuntushop.scope', 'more_suggestions-skimlinks.scope']"

you may need to reboot to make the change