如何给Ubuntu添加个搜索引擎

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
chinesedragon
帖子: 294
注册时间: 2006-12-24 23:34

如何给Ubuntu添加个搜索引擎

#1

帖子 chinesedragon » 2012-03-18 13:24

Mint默认使用DuckDuckGo搜索引擎,那怎么在Ubuntu中也使用这个搜索引擎呢?
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 如何给Ubuntu添加个搜索引擎

#2

帖子 枫叶饭团 » 2012-03-18 13:29

什么意思,在哪里加搜索引擎?gnome shell那种?
chinesedragon
帖子: 294
注册时间: 2006-12-24 23:34

Re: 如何给Ubuntu添加个搜索引擎

#3

帖子 chinesedragon » 2012-03-18 14:27

枫叶饭团 写了:什么意思,在哪里加搜索引擎?gnome shell那种?
对,就是Gnome-Shell
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 如何给Ubuntu添加个搜索引擎

#4

帖子 枫叶饭团 » 2012-03-18 14:29

/usr/share/gnome-shell/search_providers/
chinesedragon
帖子: 294
注册时间: 2006-12-24 23:34

Re: 如何给Ubuntu添加个搜索引擎

#5

帖子 chinesedragon » 2012-03-18 14:52

枫叶饭团 写了:
/usr/share/gnome-shell/search_providers/
这个位置不错,但如何添加DuckDuckGo呢?
chinesedragon
帖子: 294
注册时间: 2006-12-24 23:34

Re: 如何给Ubuntu添加个搜索引擎

#6

帖子 chinesedragon » 2012-03-18 15:03

枫叶饭团 写了:
/usr/share/gnome-shell/search_providers/
但好像又不对,在DeepinLinux中Gnome-shell提供了百度、雅虎等搜索引擎,但这个文件夹下仍旧只有Google和Wiki两个文件。图片
http://planet.linuxdeepin.com/2011/12/2 ... ytocom=127
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 如何给Ubuntu添加个搜索引擎

#7

帖子 枫叶饭团 » 2012-03-18 15:15

只知道标准版gnome shell,其它的不知道了
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: 如何给Ubuntu添加个搜索引擎

#8

帖子 月下叹逍遥 » 2012-03-18 15:16

我博客里有。。。手机不方便上链接。。。
浮生七十今三十,从此凄惶未可知
头像
月下叹逍遥
论坛版主
帖子: 33994
注册时间: 2010-10-07 14:23
系统: Archdows10
来自: 某系某星某洲某国某省某市
联系:

Re: 如何给Ubuntu添加个搜索引擎

#9

帖子 月下叹逍遥 » 2012-03-18 15:22

浮生七十今三十,从此凄惶未可知
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 如何给Ubuntu添加个搜索引擎

#10

帖子 eexpress » 2012-03-18 15:22

应该在浏览器里面,添加搜索引擎。
只是一个url而已。
DeepinLinux和Gnome-shell,其实都和标准的ub发行版本无关。
● 鸣学
jtshs256
帖子: 22323
注册时间: 2010-07-19 21:41
系统: OS X

Re: 如何给Ubuntu添加个搜索引擎

#11

帖子 jtshs256 » 2012-03-18 15:23

改下 /usr/lib/firefox/searchplugins 下的 xml,把头尾的 SearchPlugin 改成 OpenSearchDescription,丢到 /usr/share/gnome-shell/search_providers/ 下就结了……没有的自己照着描……
效果如下:
Screenshot-2012-03-18.png
躺平
头像
xzy3186
帖子: 419
注册时间: 2007-09-11 18:38

Re: 如何给Ubuntu添加个搜索引擎

#12

帖子 xzy3186 » 2012-03-18 15:29

chinesedragon 写了:
枫叶饭团 写了:
/usr/share/gnome-shell/search_providers/
但好像又不对,在DeepinLinux中Gnome-shell提供了百度、雅虎等搜索引擎,但这个文件夹下仍旧只有Google和Wiki两个文件。图片
http://planet.linuxdeepin.com/2011/12/2 ... ytocom=127
那个已经不是简单的gnome-shell搜索引擎了,是一个全新的gnome-shell插件,去这里:
https://github.com/manateelazycat/DGSE
可以把deepin的shell插件打包下载,解压,里面有个文件夹叫做:
[email protected]
扔到你的~/.local/share/gnome-shell/extension/下就能用了。所有插件你都可以用。
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 如何给Ubuntu添加个搜索引擎

#13

帖子 eexpress » 2012-03-18 15:33

蛋痛,应该这样添加引擎。
附件
42.png
● 鸣学
头像
xzy3186
帖子: 419
注册时间: 2007-09-11 18:38

Re: 如何给Ubuntu添加个搜索引擎

#14

帖子 xzy3186 » 2012-03-18 15:34

xzy3186 写了:
chinesedragon 写了:
枫叶饭团 写了:
/usr/share/gnome-shell/search_providers/
但好像又不对,在DeepinLinux中Gnome-shell提供了百度、雅虎等搜索引擎,但这个文件夹下仍旧只有Google和Wiki两个文件。图片
http://planet.linuxdeepin.com/2011/12/2 ... ytocom=127
那个已经不是简单的gnome-shell搜索引擎了,是一个全新的gnome-shell插件,去这里:
https://github.com/manateelazycat/DGSE
可以把deepin的shell插件打包下载,解压,里面有个文件夹叫做:
[email protected]
扔到你的~/.local/share/gnome-shell/extension/下就能用了。所有插件你都可以用。
我这里的效果:
search.png
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 如何给Ubuntu添加个搜索引擎

#15

帖子 枫叶饭团 » 2012-03-18 15:36

还是原版gnome shell安逸。。。神又在show神器了
回复