Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

How can I disable Amazon search results in the Unity dash?

share|improve this question
See also askubuntu.com/questions/213543/… – Mechanical snail Dec 2 '12 at 11:59

5 Answers

up vote 86 down vote accepted

Click on the Ubuntu button, search for "Privacy" and then turn off "Include online results" :

enter image description here

You can also remove it entirely by clicking on this button, then the orange "Available on the Ubuntu Software Center" button and selecting uninstall:

Remove via the software center

or via the command line

sudo apt-get remove unity-lens-shopping

You then need to log out and back in.

Another option would be to move the lens entirely out of the home dash and make it a standalone lens:

share|improve this answer

If you don't want online shopping results in your dash but there are times when you want to search the Internet from your queries (for example, while using the Askubuntu scope to the help lens), you may not wish to disable the "Include online search results" item. In that case you may wish to remove particular packages.

Home Lens

For the new dash home lens (default) queries that are forwarded through Canonical to Amazon uninstall unity-lens-shoppingInstall unity-lens-shopping.

Either click on the bag icons above and click the Remove button on the right in the Software Center window that appears, or use an alternative of the following command line after bringing up a terminal with Alt+Ctrl+T.

sudo apt-get remove unity-lens-shopping

Or, launch Ubuntu Software Center, click Installed, expand Themes & Tweak, and scroll to the its end. You'll see Shopping lens for unity there (along with a lot of complaints).

Video Lens

For the already existing video lens lookup you can choose the source of searches by using the "Filter Results" item on the top right, and then selecting the sources you want by using the Sources drop down. Alternatively you can uninstall unity-scope-video-remoteInstall unity-scope-video-remote.

Either click on the bag icons above and click the Remove button on the right in the Software Center window that appears, or use the following command line after bringing up a terminal with Alt+Ctrl+T.

sudo apt-get remove unity-scope-video-remote

Music Lens

As in existing releases, online shopping for music in 12.10 can also go to the Ubuntu One Music Store. To remove that feature click on the bag button for unity-scope-musicstoresInstall unity-scope-musicstores and click on the Remove button on the right in the Ubuntu Software Center window that appears.

or enter the following command in a terminal:

sudo apt-get remove unity-scope-musicstores
share|improve this answer

In addition to the other answers, you can also redirect the queries to another location by changing the URL it uses for the product search:

sudo -s
echo 'OFFERS_URI="https://localhost:0/"' >> /etc/environment

And then restart your session.

share|improve this answer

With Privacy Indicator you can quickly enable or disable online results:

Screenshot of Privacy Indicator

share|improve this answer

IF you want to have a Ubuntu LiveCD without Amazon stuff there is a remastering script: http://www.helplinux.ru/wiki/en:kb:make-ubuntu-safe

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.