Your message dated Thu, 5 Oct 2023 00:54:36 +0200
with message-id <[email protected]>
and subject line Re: Java Web Start mime type registration
has caused the Debian Bug report #269108,
regarding Java Web Start mime type registration
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
269108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: java-common
Version: 0.22
Severity: wishlist
In order to get Java Web Start working properly (with java-package and
everything), I think this package should contain a mime type for
application/x-java-jnlp-file. Files of this type are JNLP launch files, used to
start Java Web Start applications. I have submitted this inclusion upstream to
freedesktop.org for inclusion in their official registry. I do not know how
long this process takes.
In the meantime, I think it would be acceptable if Debian added this mime type.
Doing so involves creating a file /usr/share/mime/packages/java.xml, containing
the contents:
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-java-jnlp-file">
<comment>Java Network Launcher</comment>
<magic priority="80">
<match offset="0:256" type="string" value="<!DOCTYPE jnlp" />
<match offset="0:64" type="string" value="<jnlp" />
</magic>
<glob pattern="*.jnlp" />
</mime-type>
</mime-info>
And adding "update-mime-database /usr/share/mime" to the postinst script.
Addtionally a dependency on "shared-mime-info" should be added, or not.
Thanks for the consideration.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, 30 Aug 2004 15:49:00 -0500 "Jerry Haltom"
<[email protected]> wrote:
Package: java-common
Version: 0.22
Severity: wishlist
In order to get Java Web Start working properly (with java-package and
everything), I think this package should contain a mime type for
application/x-java-jnlp-file. Files of this type are JNLP launch files, used to
start Java Web Start applications. I have submitted this inclusion upstream to
freedesktop.org for inclusion in their official registry. I do not know how
long this process takes.
It took about 3 months:
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/commit/ac1d3df9
Emmanuel Bourg
--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.