[Bug 3723] New: [IcedTea8] Use shortened Java version first in Name field of desktop files

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Apr 10 17:25:24 UTC 2019


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3723

            Bug ID: 3723
           Summary: [IcedTea8] Use shortened Java version first in Name
                    field of desktop files
           Product: IcedTea
           Version: 3.x-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

On Fedora & RHEL, the "#ARCH#" value we converted to "@target_cpu@" is actually
used for the update version, build and release, along with any other suffixes,
as well as the architecture.

This leads to the rather messy conversion of:

Name=OpenJDK @OPENJDK_VER@ for @target_cpu@ Monitoring & Management Console

to:

Name=OpenJDK 1.8.0 for 1.8.0.201.b09-8.x86_64-slowdebug Policy Tool

If instead, we use:

Name=OpenJDK @JAVA_VER@ for @target_cpu@ Monitoring & Management Console
(@OPENJDK_VER@)

in IcedTea, they can substitute as:

Name=OpenJDK 1.8.0 for x86_64 Policy Tool (1.8.0.201.b09-8-slowdebug)

Other platforms should also benefit from this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190410/0e2a09df/attachment-0001.html>


More information about the distro-pkg-dev mailing list