为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Search engine icons not appearing

more options

When I add en.wiktionary.org and en.wikiquote.org to my search engine list, they don't get an icon. Should this not be set to the favicon of the page in question? Is there any way for me to manually add the icons?

When I add en.wiktionary.org and en.wikiquote.org to my search engine list, they don't get an icon. Should this not be set to the favicon of the page in question? Is there any way for me to manually add the icons?

所有回复 (5)

more options

I have en.wiktionary and that has an icon. In case it was a problem with Fx48 I just added the search engine for this forum, and its icon appeared within seconds.

If you use the search engine then close and restart Firefox does it appear ? (That is not a known solution, just conjecture that it may possibly help.)

more options

No, it's not a problem that has appeared with Fx48, I've had it for a pretty long time. It used to work, but I can't remember exactly at which version it stopped working.

If I add this forum to the search engines, I get an icon, although not the favicon of the page, so I suppose that's a clue?

Here's a screenshot of what my search bar looks like. The icon to the far right is this forum that I just added, the two magnifying glasses are wiktionary and wikiquote.

more options

To the best of my cognitive abilities, the search engines in FF seem to work with the OpenSearch protocol. What eludes me is that Wikipedia and Wiktionary/Wikiquote all have identical OpenSearch definitions, yet the icon works on Wikipedia but not on the two others.

https://en.wikipedia.org/w/opensearch_desc.php

https://en.wikiquote.org/w/opensearch_desc.php

more options

That is a recognised alternative icon for support.mozilla.org and the icon I have on the search engine I just added. I think the icons are embeded in profile files rather than being discrete image files.

Trying in a new profile if I add en.wiktionary I get a plain magnifying glass so used instead the addon

Try that does it work for you ?

more options

Yes, I see the same issue (attached screenshot). I think this is related to their linking in a .ico file rather than using a data URI to encode the image directly into the XML code like the built-in seach plugins.

In https://en.wiktionary.org/w/opensearch_desc.php

<Image height="16" width="16" type="image/x-icon">https://en.wiktionary.org/static/favicon/wiktionary/en.ico</Image>

In https://en.wikiquote.org/w/opensearch_desc.php

<Image height="16" width="16" type="image/x-icon">https://en.wikiquote.org/static/favicon/wikiquote.ico</Image>

I can't tell whether failure to show linked icons was a deliberate change or a side effect of something else.

由jscher2000 - Support Volunteer于修改