flavors rev 66

firefox:add mimeTypes.rdf to associate with pcmanfm
author fireflyoo <lufeng369@gmail.com>
date Tue Nov 30 19:50:42 2010 +0800 (2010-11-30)
parents fcf19d28ae14
children d851f7b01f92
files firefox/rootfs/etc/firefox/profile/mimeTypes.rdf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/rootfs/etc/firefox/profile/mimeTypes.rdf	Tue Nov 30 19:50:42 2010 +0800
     1.3 @@ -0,0 +1,25 @@
     1.4 +<?xml version="1.0"?>  
     1.5 +
     1.6 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
     1.7 +     xmlns:NC="http://home.netscape.com/NC-rdf#"
     1.8 +     xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
     1.9 +  <RDF:Description RDF:about="urn:scheme:externalApplication:file"
    1.10 +                   NC:prettyName="pcmanfm"
    1.11 +                   NC:path="/usr/bin/pcmanfm" />
    1.12 +  <RDF:Description RDF:about="urn:scheme:handler:file"
    1.13 +                   NC:alwaysAsk="false">
    1.14 +    <NC:externalApplication RDF:resource="urn:scheme:externalApplication:file"/>
    1.15 +  </RDF:Description>
    1.16 +  <RDF:Description RDF:about="urn:scheme:file"
    1.17 +                   NC:value="file">
    1.18 +    <NC:handlerProp RDF:resource="urn:scheme:handler:file"/>
    1.19 +  </RDF:Description>
    1.20 +  <Description about="urn:mimetypes"> 
    1.21 +    <NC:MIME-types> 
    1.22 +      <Seq about="urn:mimetypes:root"> 
    1.23 +    <RDF:li RDF:resource="urn:scheme:file"/>
    1.24 +      </Seq> 
    1.25 +    </NC:MIME-types> 
    1.26 +  </Description> 
    1.27 +
    1.28 +</RDF>