aboutsummaryrefslogtreecommitdiff
path: root/privacy.sh
blob: 5da6150659215f38119b4202dfb05ae1b01711b6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Disable online searches (amazon products, etc)
gsettings set com.canonical.Unity.Lenses remote-content-search none
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']"