热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

unityubuntu_如何在UbuntuUnityDash中禁用AmazonSearchAds

unityubuntuUpgradetoUbuntu12.10(QuantalQuetzal)andyou’llrunintoasurprise–Ubuntunowshowsyou
unity ubuntu

unity ubuntu

image

Upgrade to Ubuntu 12.10 (Quantal Quetzal) and you’ll run into a surprise – Ubuntu now shows you advertisements for Amazon products when you search in your dash. There’s also an Amazon shortcut pinned to Unity’s launcher.

升级到Ubuntu 12.10(定量Quetzal)后,您会遇到一个惊喜–现在,当您在破折号中搜索时,Ubuntu会为您显示有关Amazon产品的广告。 Unity的启动器上还固定有一个Amazon快捷方式。

There are several ways to disable these ads, and they aren’t immediately obvious. However, you can easily disable the Amazon search results if you don’t want to see them, or if you’re concerned about the privacy implications.

有几种方法可以禁用这些广告,但它们并不立即显而易见。 但是,如果您不想看到亚马逊搜索结果,或者担心隐私会影响您,可以轻松禁用它们。

亚马逊广告如何运作 (How The Amazon Ads Work)

When you perform any search in Unity’s dash, your search terms will be sent to Canonical. Canonical forwards these search terms to third parties, such as Amazon, on your behalf. This means that Amazon can’t tie your searches to you personally.

当您在Unity破折号中执行任何搜索时,您的搜索字词将发送到Canonical。 Canonical代表您将这些搜索词转发给第三方(例如Amazon)。 这意味着亚马逊无法将您的搜索与您个人联系起来。

Canonical receives these search results from Amazon and sends them back to your computer, where they’re displayed in the dash. As Amazon is a large website with a wide variety of products, some users have reported NSFW (not safe for work) products turning up when they perform searches in the dash.

Canonical从Amazon接收这些搜索结果,并将它们发送回您的计算机,并在破折号中显示出来。 由于亚马逊是一个拥有众多产品的大型网站,因此一些用户报告称,他们在破折号中执行搜索时会出现NSFW(不安全的工作)产品。

image

You can click the information icon at the bottom right corner of the dash to view the legal notice, which explains exactly how this works.

您可以单击破折号右下角的信息图标以查看法律声明,该声明准确地解释了其工作原理。

If you click an Amazon search result and buy the product — or buy anything else on Amazon after clicking one of the ads – Canonical gets a cut of your purchase from Amazon, helping fund Ubuntu’s development.

如果您单击亚马逊搜索结果并购买产品(或单击其中一个广告后在亚马逊上购买其他商品),Canonical将从您的购买中扣除一部分,从而有助于为Ubuntu的发展提供资金。

禁用Dash中的在线内容 (Disable Online Content in the Dash)

You can disable all online content in the dash from the Privacy control panel. Bear in mind that this also disables other types of online searches, such as the online video feature in the dash.

您可以从“隐私”控制面板的破折号中禁用所有在线内容。 请记住,这还会禁用其他类型的在线搜索,例如破折号中的在线视频功能。

To launch the Privacy control panel, search for Privacy in the dash and launch the Privacy application.

要启动“隐私”控制面板,请在破折号中搜索“隐私”,然后启动“隐私”应用程序。

image

Set the Include online search results slider to Off and you won’t see Amazon ads in Ubuntu’s dash.

将“ 包括在线搜索结果”滑块设置为“关”,您将在Ubuntu的破折号中看不到亚马逊广告。

image

仅删除亚马逊搜索广告 (Remove Only Amazon Search Ads)

If you’d like to continue using some types of online content in your dash but you want to disable the Amazon search results, you can uninstall the unity-lens-shopping package to remove only the Amazon advertising.

如果您想继续在仪表板上使用某些类型的在线内容,但又想禁用Amazon搜索结果,则可以卸载unity-lens-shopping软件包以仅删除Amazon广告。

To uninstall the package, open a Terminal window from the dash.

要卸载软件包,请从破折号中打开“终端”窗口。

image

Type the following command into the Terminal window and press Enter:

在“终端”窗口中键入以下命令,然后按Enter:

sudo apt-get remove unity-lens-shopping

sudo apt-get remove unity-lens-shopping

Enter your password, type Y to confirm, and Ubuntu will remove the package.

输入密码,输入Y确认,Ubuntu将删除该软件包。

image

The ads will disappear after you log out and log back in.

注销并重新登录后,广告将消失。

image

删除亚马逊启动器 (Remove the Amazon Launcher)

The Amazon shortcut on the sidebar – which launches the Amazon website in a browser when clicked — is very easy to remove. Just right-click it and select Unlock from Launcher.

侧边栏上的Amazon快捷方式很容易删除,该快捷方式可在单击时在浏览器中启动Amazon网站。 只需右键单击它,然后选择从启动器解锁。

image


If you’re curious why Canonical added the Amazon search results, you can read Mark Shuttleworth’s “Amazon search results in the Dash” blog post where he addresses criticism from Ubuntu users.

如果您想知道Canonical为什么添加Amazon搜索结果,可以阅读Mark Shuttleworth的“ Dash中的Amazon搜索结果 ”博客文章,其中他谈到了来自Ubuntu用户的批评。

翻译自: https://www.howtogeek.com/126995/how-to-disable-the-amazon-search-ads-in-ubuntus-unity-dash/

unity ubuntu



推荐阅读
  • vue使用
    关键词: ... [详细]
  • Iamtryingtomakeaclassthatwillreadatextfileofnamesintoanarray,thenreturnthatarra ... [详细]
  • 在Android开发中,使用Picasso库可以实现对网络图片的等比例缩放。本文介绍了使用Picasso库进行图片缩放的方法,并提供了具体的代码实现。通过获取图片的宽高,计算目标宽度和高度,并创建新图实现等比例缩放。 ... [详细]
  • 向QTextEdit拖放文件的方法及实现步骤
    本文介绍了在使用QTextEdit时如何实现拖放文件的功能,包括相关的方法和实现步骤。通过重写dragEnterEvent和dropEvent函数,并结合QMimeData和QUrl等类,可以轻松实现向QTextEdit拖放文件的功能。详细的代码实现和说明可以参考本文提供的示例代码。 ... [详细]
  • HDU 2372 El Dorado(DP)的最长上升子序列长度求解方法
    本文介绍了解决HDU 2372 El Dorado问题的一种动态规划方法,通过循环k的方式求解最长上升子序列的长度。具体实现过程包括初始化dp数组、读取数列、计算最长上升子序列长度等步骤。 ... [详细]
  • android listview OnItemClickListener失效原因
    最近在做listview时发现OnItemClickListener失效的问题,经过查找发现是因为button的原因。不仅listitem中存在button会影响OnItemClickListener事件的失效,还会导致单击后listview每个item的背景改变,使得item中的所有有关焦点的事件都失效。本文给出了一个范例来说明这种情况,并提供了解决方法。 ... [详细]
  • 本文讨论了如何在不使用SearchBar display controller的情况下,单独使用SearchBar并捕获其textChange事件。作者介绍了实际状况,即左侧SliderMenu中的SearchBar需要在主页TableView中显示搜索结果。然后,作者提供了解决方案和步骤,帮助读者实现这一功能。 ... [详细]
  • 自动轮播,反转播放的ViewPagerAdapter的使用方法和效果展示
    本文介绍了如何使用自动轮播、反转播放的ViewPagerAdapter,并展示了其效果。该ViewPagerAdapter支持无限循环、触摸暂停、切换缩放等功能。同时提供了使用GIF.gif的示例和github地址。通过LoopFragmentPagerAdapter类的getActualCount、getActualItem和getActualPagerTitle方法可以实现自定义的循环效果和标题展示。 ... [详细]
  • 本文介绍了UVALive6575题目Odd and Even Zeroes的解法,使用了数位dp和找规律的方法。阶乘的定义和性质被介绍,并给出了一些例子。其中,部分阶乘的尾零个数为奇数,部分为偶数。 ... [详细]
  • CF:3D City Model(小思维)问题解析和代码实现
    本文通过解析CF:3D City Model问题,介绍了问题的背景和要求,并给出了相应的代码实现。该问题涉及到在一个矩形的网格上建造城市的情景,每个网格单元可以作为建筑的基础,建筑由多个立方体叠加而成。文章详细讲解了问题的解决思路,并给出了相应的代码实现供读者参考。 ... [详细]
  • 本文详细介绍了Java中vector的使用方法和相关知识,包括vector类的功能、构造方法和使用注意事项。通过使用vector类,可以方便地实现动态数组的功能,并且可以随意插入不同类型的对象,进行查找、插入和删除操作。这篇文章对于需要频繁进行查找、插入和删除操作的情况下,使用vector类是一个很好的选择。 ... [详细]
  • Linux环境变量函数getenv、putenv、setenv和unsetenv详解
    本文详细解释了Linux中的环境变量函数getenv、putenv、setenv和unsetenv的用法和功能。通过使用这些函数,可以获取、设置和删除环境变量的值。同时给出了相应的函数原型、参数说明和返回值。通过示例代码演示了如何使用getenv函数获取环境变量的值,并打印出来。 ... [详细]
  • 成功安装Sabayon Linux在thinkpad X60上的经验分享
    本文分享了作者在国庆期间在thinkpad X60上成功安装Sabayon Linux的经验。通过修改CHOST和执行emerge命令,作者顺利完成了安装过程。Sabayon Linux是一个基于Gentoo Linux的发行版,可以将电脑快速转变为一个功能强大的系统。除了作为一个live DVD使用外,Sabayon Linux还可以被安装在硬盘上,方便用户使用。 ... [详细]
  • [大整数乘法] java代码实现
    本文介绍了使用java代码实现大整数乘法的过程,同时也涉及到大整数加法和大整数减法的计算方法。通过分治算法来提高计算效率,并对算法的时间复杂度进行了研究。详细代码实现请参考文章链接。 ... [详细]
  • 本文介绍了Android 7的学习笔记总结,包括最新的移动架构视频、大厂安卓面试真题和项目实战源码讲义。同时还分享了开源的完整内容,并提醒读者在使用FileProvider适配时要注意不同模块的AndroidManfiest.xml中配置的xml文件名必须不同,否则会出现问题。 ... [详细]
author-avatar
mySi2502876237
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有