如何将亚马逊搜索结果移动到专用的购物镜头和家庭镜头之外?

Ins*_*tus 10 unity-dash shopping-lens

我不希望亚马逊搜索结果出现在家庭镜头中,而更喜欢在独立购物镜头中访问它们。如何做到这一点?

Ins*_*tus 11

Mark Tully 创建了一个独立于 Canonical 的 unity-lens-shopping 的购物镜头。

独立镜头中的搜索结果仍然是 Canonical/Amazon 附属链接,购买将有助于资助 Ubuntu。要安装独立购物镜头,只需在终端中运行以下两个命令 (Ctrl+Alt+T)。

sudo add-apt-repository ppa:markjtully/ppa
sudo apt-get update && sudo apt-get install unity-lens-shopping-alternate 
Run Code Online (Sandbox Code Playgroud)

使用下面的终端命令从家庭镜头中删除购物结果。这将卸载 Canonical 的默认购物镜头。

sudo apt-get remove unity-lens-shopping
Run Code Online (Sandbox Code Playgroud)

omgubuntu找到