真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

UbuntuUnity在線搜索怎樣只顯示終端應(yīng)用

Ubuntu Unity在線搜索怎樣只顯示終端應(yīng)用,針對這個問題,這篇文章詳細介紹了相對應(yīng)的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

公司專注于為企業(yè)提供成都做網(wǎng)站、網(wǎng)站設(shè)計、微信公眾號開發(fā)、電子商務(wù)商城網(wǎng)站建設(shè),小程序開發(fā),軟件按需搭建網(wǎng)站等一站式互聯(lián)網(wǎng)企業(yè)服務(wù)。憑借多年豐富的經(jīng)驗,我們會仔細了解各客戶的需求而做出多方面的分析、設(shè)計、整合,為客戶設(shè)計出具風(fēng)格及創(chuàng)意性的商業(yè)解決方案,成都創(chuàng)新互聯(lián)更提供一系列網(wǎng)站制作和網(wǎng)站推廣的服務(wù)。

相信大家在Ubuntu下使用Unity的在線搜索功能的時候,一定遇到過這樣的問題,那就是搜索出來的結(jié)果總是帶有第三方應(yīng)用,不勝其煩,下面小編就教大家讓Unity只顯示終端應(yīng)用的方法。

Ubuntu Unity在線搜索怎樣只顯示終端應(yīng)用

正如上面的截圖所見,Unity顯示內(nèi)置的 Terminal 應(yīng)用、引用鏈接、天氣鏈接和其他第三方的推薦,如電影等。顯示了太多的搜索結(jié)果。

  在終端輸入以下命令:

wget -q -O - https://fixUbuntu.com/fixubuntu.sh | bash

  上述腳本的內(nèi)容如下:

#!/bin/bash

GS=“/usr/bin/gsettings”

CCUL=“com.canonical.Unity.lenses”

# Figure out the version of Ubuntu that you‘re running

V=`/usr/bin/lsb_release -rs`

# The privacy problems started with 12.10, so earlier versions should do nothing

if awk “BEGIN {exit ?。?V 《 12.10 || $V 》= 14.10)}”;then

echo “Good news! This version of Ubuntu is not known to invade your privacy.”

else

# Check Canonical schema is present. Take first match, ignoring case.

SCHEMA=“`$GS list-schemas | grep -i $CCUL | head -1`”

if[-z “$SCHEMA”]

then

printf “Error: could not find Canonical schema %s.\n”“$CCUL”1》&2

exit1

else

CCUL=“$SCHEMA”

fi

# Turn off “Remote Search”, so search terms in Dash don’t get sent to the internet

$GS set $CCUL remote-content-search none

# If you‘re using earlier than 13.10, uninstall unity-lens-shopping

if[ $V \《 13.10];then

sudo apt-get remove -y unity-lens-shopping

# If you’re using a later version, disable remote scopes

else

$GS set $CCUL 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;

# Block connections to Ubuntu‘s ad server, just in case

if! grep -q “127.0.0.1 productsearch.ubuntu.com”/etc/hosts;then

echo -e “\n127.0.0.1 productsearch.ubuntu.com”| sudo tee -a /etc/hosts 》/dev/null

fi

echo “All done. Enjoy your privacy.”

fi

再次進入Unity dash 的終端。現(xiàn)在Unity 只顯示終端應(yīng)用。

Ubuntu Unity在線搜索怎樣只顯示終端應(yīng)用

更新:這一招只適用Unity desktop。如果你使用其他的比如GNOME,LXDE或Xfce不用這么做。同時,這個在線搜索功能將不會包含在Ubuntu 14.10和即將推出的版本中。

關(guān)于Ubuntu Unity在線搜索怎樣只顯示終端應(yīng)用問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道了解更多相關(guān)知識。


網(wǎng)頁標題:UbuntuUnity在線搜索怎樣只顯示終端應(yīng)用
文章來源:http://weahome.cn/article/jjpeos.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部