Completely removing smart scopes

11,896

Solution 1

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

Solution 2

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.

Solution 3

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.

Share:
11,896

Related videos on Youtube

Mo D
Author by

Mo D

I started my working life as a ASP.Net developer, but I'm now just a developer, willing to learn and work in just about anything! I spend most of my time looking at web code, so HTML, Javascript, and CSS on the client and mostly C# or PHP (sometimes) on the server. I'm fascinated by where the web's going and I want to and try to get involved in developing for the web in any and every way I can!

Updated on September 18, 2022

Comments

  • Mo D
    Mo D almost 2 years

    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.

    • AJMansfield
      AJMansfield over 10 years
      Personally, I find even the 'files' lens annoying, because it insists on throwing random config files and stuff in my search results, even though I already finished with what I was working on there. I hardly ever edit non-programming-related files except with web applications on my computer.
  • pcworld
    pcworld over 10 years
    If that should cause "system instability", there's something fundamentally wrong with Ubuntu.
  • Mo D
    Mo D over 10 years
    I think it's more a case of knowing which scopes you can safely remove. For example removing the home scope would not be recommended. But you should be able to safely remove the music scope for example, which should remove all music results (just an example).
  • Tino
    Tino over 10 years
    Nice catch, but 99% of the time I really have no idea what such a plugin does. The description is not explaining a single bit. You cannot even trust the word "local" in it. Is there an easy to understand and complete list of which plugins do what? Exactly? Not forgetting about some details which are important? With priority, so which are dangerous for privacy, which are absolutely needed and the like?