Skip to content

Instantly share code, notes, and snippets.

@bennuttall
Created November 8, 2013 22:27
Show Gist options
  • Save bennuttall/7378685 to your computer and use it in GitHub Desktop.
Save bennuttall/7378685 to your computer and use it in GitHub Desktop.
Fix Ubuntu
gsettings set com.canonical.Unity.Lenses remote-content-search none; if [ "`/usr/bin/lsb_release -rs`" \< '13.10' ]; then sudo apt-get remove -y unity-lens-shopping; else 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']"; fi; echo | sudo tee -a /etc/hosts; echo 127.0.0.1 productsearch.ubuntu.com | sudo tee -a /etc/hosts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment