Bug 7851

Summary: jnlp entry not present in freedesktop.org.xml
Product: shared-mime-info Reporter: Joseph Kowalski <jek3>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Joseph Kowalski 2006-08-11 14:32:10 UTC
freedesktop.org.xml does not contain an entry for a Java Network Launch Protocol
file (.jnlp).

The proposed xml entry follows:

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-java-jnlp-file">
    <sub-class-of type="text/xml"/>
    <comment>Java Network Launched Application</comment>
    <glob pattern="*.jnlp"/>
    <magic priority="85">
      <match type="string" value="&lt;jnlp" offset="0:64"/>
    </magic>
  </mime-type>
</mime-info>

The priority is set above normal so that this isn't recognized as a normal
text file.
Comment 1 Christian - Manny Calavera - Neumair 2006-08-11 14:46:26 UTC
Thanks for your bug report!

This one has already been reported and fixed, so I'm marking as duplicate of bug
bug 1118.

*** This bug has been marked as a duplicate of 1118 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.