搜索 | 用户支持

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

详细了解

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于修改