[Lugos-mozilla] FF2 in ICA

"Žiga '[BISI]' Sancin" bisi at pikslar.com
Mon Mar 12 19:10:52 CET 2007


Robert Ludvik wrote:
> Evo:
> <?xml version="1.0"?>
> <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:mimetype:application/x-gzip"
>                    NC:value="application/x-gzip"
>                    NC:editable="true"
>                    NC:fileExtensions="gz"
>                    NC:description="WinRAR archive">
>     <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-gzip"/>
>   </RDF:Description>
>   <RDF:Description RDF:about="urn:mimetype:handler:application/x-sdlc"
>                    NC:alwaysAsk="true"
>                    NC:saveToDisk="true">
>     <NC:externalApplication
> RDF:resource="urn:mimetype:externalApplication:application/x-sdlc"/>
>   </RDF:Description>
>   <RDF:Seq RDF:about="urn:mimetypes:root">
>     <RDF:li RDF:resource="urn:mimetype:application/x-sdlc"/>
>     <RDF:li RDF:resource="urn:mimetype:application/x-zip-compressed"/>
>     <RDF:li RDF:resource="urn:mimetype:application/x-gzip"/>
>   </RDF:Seq>
>   <RDF:Description
> RDF:about="urn:mimetype:externalApplication:application/x-zip-compressed"
>                    NC:prettyName=""
>                    NC:path="" />
>   <RDF:Description
> RDF:about="urn:mimetype:externalApplication:application/x-gzip"
>                    NC:prettyName=""
>                    NC:path="" />
>   <RDF:Description RDF:about="urn:mimetype:application/x-zip-compressed"
>                    NC:value="application/x-zip-compressed"
>                    NC:editable="true"
>                    NC:fileExtensions="zip"
>                    NC:description="Compressed (zipped) Folder">
>     <NC:handlerProp
> RDF:resource="urn:mimetype:handler:application/x-zip-compressed"/>
>   </RDF:Description>
>   <RDF:Description RDF:about="urn:mimetypes">
>     <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
>   </RDF:Description>
>   <RDF:Description RDF:about="urn:mimetype:handler:application/x-gzip"
>                    NC:alwaysAsk="true"
>                    NC:saveToDisk="true">
>     <NC:externalApplication
> RDF:resource="urn:mimetype:externalApplication:application/x-gzip"/>
>   </RDF:Description>
>   <RDF:Description RDF:about="urn:mimetype:application/x-sdlc"
>                    NC:value="application/x-sdlc"
>                    NC:editable="true"
>                    NC:fileExtensions="exe"
>                    NC:description="Application">
>     <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-sdlc"/>
>   </RDF:Description>
>   <RDF:Description
> RDF:about="urn:mimetype:handler:application/x-zip-compressed"
>                    NC:alwaysAsk="true"
>                    NC:saveToDisk="true">
>     <NC:externalApplication
> RDF:resource="urn:mimetype:externalApplication:application/x-zip-compressed"/>
>   </RDF:Description>
>   <RDF:Description
> RDF:about="urn:mimetype:externalApplication:application/x-sdlc"
>                    NC:prettyName=""
>                    NC:path="" />
> </RDF:RDF>
>   
No ja, mime tipi, rak rana Firefoxa v dolocenih primerih. Poskusi 
vstavit spodnje znotraj RDF:RDF taga v mimeTypes.rdf:
 
  <RDF:Description RDF:about="urn:mimetype:handler:application/x-ica"
                   NC:useSystemDefault="true"
                   NC:alwaysAsk="false">
    <NC:externalApplication 
RDF:resource="urn:mimetype:externalApplication:application/x-ica"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/x-ica"
                   NC:value="application/x-ica"
                   NC:editable="true"
                   NC:description="ICA"
                   NC:fileExtensions="ica">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-ica"/>
  </RDF:Description>
  <RDF:Description 
RDF:about="urn:mimetype:externalApplication:application/x-ica"
                   NC:prettyName="" />

Ce ni v sistemu nastavljeno ravnanje z .ica datotekami, potem nadomesti 
NC:useSystemDefault z NC:path="pot_do_programa". Poleg tega pa dodaj se 
sledece znotraj RDF:Seq taga:
    <RDF:li RDF:resource="urn:mimetype:application/x-ica"/>

Ce tudi to ne pomaga... potem pa se pisi kaj na seznam. :)

lp
bisi


More information about the lugos-mozilla mailing list