Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Tools - options - applications only shows a limited number of file types and applications eg NO ppt

  • 1 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 colinbro

more options

I try top open for instance ppt files from a web page. They might open in .txt or .zip of .htm etc. I try to associate the filetype with the right application but can't find the filetype in the dropdown list of "Content Type" under tools - options. The "Content Type" list begins with Adobe Acrobat Document and goes through a list of application/... then shows

audio/x-pn-realaudio-plugin

irc

ircs

mailto

none

Podcast

Shockwave ...

Shockwave ...

Video Podcast

Web Feed

webcal


Tried getting rid of mime and restarting. No good Tried uninstalling and reinstalling Firefox. No good.

Any ideas?

I try top open for instance ppt files from a web page. They might open in .txt or .zip of .htm etc. I try to associate the filetype with the right application but can't find the filetype in the dropdown list of "Content Type" under tools - options. The "Content Type" list begins with '''Adobe Acrobat Document''' and goes through a list of '''application/...''' then shows audio/x-pn-realaudio-plugin irc ircs mailto none Podcast Shockwave ... Shockwave ... Video Podcast Web Feed webcal Tried getting rid of mime and restarting. No good Tried uninstalling and reinstalling Firefox. No good. Any ideas?

由 colinbro 於 修改

所有回覆 (1)

more options

Still investigating this, I found that Powerpoint 2003 was added to the Content Type list (sometime today) but not Powerpoint for pptx files. Then I went through some of the Basic Troubleshooting steps, and, after Reset all user preferences to Firefox defaults, many of Content Types, including Powerpoint have disappeared.

Here is my current mimeTypes.rdf file: <RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"

        xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
 <RDF:Description RDF:about="urn:handler:web:http://30boxes.com/external/widget?refer=ff&url=%s"
                  NC:prettyName="30 Boxes"
                  NC:uriTemplate="http://30boxes.com/external/widget?refer=ff&url=%s" />
 <RDF:Description RDF:about="urn:root"
                  NC:en-US_defaultHandlersVersion="3" />
 <RDF:Description RDF:about="urn:scheme:handler:irc"
                  NC:alwaysAsk="true">
   <NC:possibleApplication RDF:resource="urn:handler:web:https://www.mibbit.com/?url=%s"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:scheme:webcal"
                  NC:value="webcal">
   <NC:handlerProp RDF:resource="urn:scheme:handler:webcal"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:scheme:irc"
                  NC:value="irc">
   <NC:handlerProp RDF:resource="urn:scheme:handler:irc"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"
                  NC:prettyName="Yahoo! Mail"
                  NC:uriTemplate="http://compose.mail.yahoo.com/?To=%s" />
 <RDF:Description RDF:about="urn:scheme:handler:ircs"
                  NC:alwaysAsk="true">
   <NC:possibleApplication RDF:resource="urn:handler:web:https://www.mibbit.com/?url=%s"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:scheme:handler:webcal"
                  NC:useSystemDefault="true"
                  NC:alwaysAsk="true">
   <NC:possibleApplication RDF:resource="urn:handler:web:http://30boxes.com/external/widget?refer=ff&url=%s"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:schemes">
   <NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:scheme:mailto"
                  NC:value="mailto">
   <NC:handlerProp RDF:resource="urn:scheme:handler:mailto"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:scheme:ircs"
                  NC:value="ircs">
   <NC:handlerProp RDF:resource="urn:scheme:handler:ircs"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&url=%s"
                  NC:prettyName="Gmail"
                  NC:uriTemplate="https://mail.google.com/mail/?extsrc=mailto&url=%s" />
 <RDF:Seq RDF:about="urn:schemes:root">
   <RDF:li RDF:resource="urn:scheme:mailto"/>
   <RDF:li RDF:resource="urn:scheme:irc"/>
   <RDF:li RDF:resource="urn:scheme:ircs"/>
   <RDF:li RDF:resource="urn:scheme:webcal"/>
 </RDF:Seq>
 <RDF:Description RDF:about="urn:scheme:handler:mailto"
                  NC:useSystemDefault="true"
                  NC:alwaysAsk="false">
   <NC:possibleApplication RDF:resource="urn:handler:web:https://mail.google.com/mail/?extsrc=mailto&url=%s"/>
   <NC:possibleApplication RDF:resource="urn:handler:web:http://compose.mail.yahoo.com/?To=%s"/>
 </RDF:Description>
 <RDF:Description RDF:about="urn:handler:web:https://www.mibbit.com/?url=%s"
                  NC:prettyName="Mibbit"
                  NC:uriTemplate="https://www.mibbit.com/?url=%s" />

</RDF:RDF>

由 colinbro 於 修改