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

搜索 | 用户支持

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

详细了解

firefox can't find a plugin. How do I find what plugin it needs?

  • 15 个回答
  • 7 人有此问题
  • 2 次查看
  • 最后回复者为 bobcarver

more options

When I load a page, Firefox says I need to install a missing plugin. When I try to install it, it says it can't find it. How do I find out what plugin it was trying to find and install? That information isn't displayed?

When I load a page, Firefox says I need to install a missing plugin. When I try to install it, it says it can't find it. How do I find out what plugin it was trying to find and install? That information isn't displayed?

所有回复 (15)

more options

Can you post a link if the page doesn't require authentication?


Maybe you need in install the Gecko Media player plugin and Gnome MPlayer.

由cor-el于修改

more options
more options

You need a TIFF image viewer. Try this one.
http://projects.gnome.org/evince/?guid=on

more options

Unfortunately, I already have evince installed, but it doesn't work as a plugin. Nor does this answer my original question.

more options

Issues related to plugins

Check and tell if its working.

more options

There's nothing there that answers my question.

more options

By the way, the patent office makes invalid TIFF files. I downloaded them and converted them to GIFs with ImageMagick. But, that's a secondary issue: what I want to know is how one can figure out what plugin the browser is trying to find. There's no way as far as I can tell without looking at the source text to get even a hint at what it's looking for. And, if the source text is written obscurely, even that method will fail. Where does the browser display information about the plugin it's looking for?

more options

Normally when you go to a website and it tells you that you need to Install a Supporting Plugin, it also provides the information about the Missing Plugin. Sorry i can't help much cause i don't use Linux therefore i got no idea how to point you to the right direction. You can try asking the Website Developers about this issue..

more options

Well, on Windows, it's even worse. It tells you you need to install Quicktime, so you install it and it still doesn't work. It never mentions the MIME type it was trying to process on either Windows or Linux. That's pretty lame behavior in my opinion.

If by Website Developers you're referring to the Patent Office, they are government employees and, therefore, totally brainless. They have a deal with a company which produces a TIFF viewer for their nonstandard TIFF format. That's how corrupt the government is these days---taking bribes from private companies using non-standard software on our publically-financed websites.

more options

Found this link, maybe it'll be helpful to you:

more options

Thanks, but I've been over it and there's no way to find out what MIMEtype the browser is looking for. Somehow over the years that functionality got lost in the mix. So, if the browser can't match the MIME type, I guess the only reliable way to do it is to run it under a debugger and trap it. It would have been so easy to simply put it in the message either before it tries to match the plugin or after it fails, but no, we wouldn't want to actually be helpful to the end user who's left completely in the dark.

more options

By the way, Chromium is even worse. It simply puts a statement, "MIssing Plug-In" and doesn't even voluteer to try to find one that matches!

more options

Correction: Chromium spits the following to stderr: "[12636:12668:324242133947:ERROR:nss_ocsp.cc(581)] No URLRequestContext for OCSP handler."

Which isn't really helpful.

more options

Try this bookmarklet.

javascript:(function(){window.open(document.embeds[0].src)})();

more options

Thanks. In the meantime, I found a way to do it. Do ^I and examine the media tab. The offending plugin MIME type is displayed as "TIFF image".