On Fri, 28 Aug 2026 23:40:01 GMT, Alexey Semenyuk <[email protected]> wrote:
>> Add optional validation of the value of the `--linux-menu-group` option and >> desktop entry files (`*.desktop`) using the desktop-file-validate command. >> >> If the command is not available, jpackage doesn't validate the value of the >> `--linux-menu-group` option and desktop entry files it creates. >> >> It turned out that jpackage was producing desktop files that failed >> validation with some versions of the desktop-file-validate command. It was a >> minor incompatibility due to missing the trailing semicolon (;) in the value >> of the `MimeType` and `Categories` entries. Fixed accordingly. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Alexey Semenyuk has updated the pull request incrementally with one > additional commit since the last revision: > > fname -> fileName Looks good. ------------- Marked as reviewed by almatvee (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/32523#pullrequestreview-5055877869
