Skip to content

Releases: linuxmint/mintcommon

master.mint22

26 Dec 00:04
933069e
Compare
Choose a tag to compare
appstream: Check for .desktop suffixed ids also.

The starts-with() function was originally used because some flatpak
appstream ids ended in .desktop for historical reasons. This fact was
forgotten in 7a4d6e04c51ecd due to lack of commenting.

Fixes #linuxmint/mint22.1-beta#81.

master.lmde6

26 Dec 00:04
933069e
Compare
Choose a tag to compare
appstream: Check for .desktop suffixed ids also.

The starts-with() function was originally used because some flatpak
appstream ids ended in .desktop for historical reasons. This fact was
forgotten in 7a4d6e04c51ecd due to lack of commenting.

Fixes #linuxmint/mint22.1-beta#81.

master.mint21

13 Feb 16:06
Compare
Choose a tag to compare

master.lmde5

21 Sep 15:58
8ddcdd2
Compare
Choose a tag to compare
_flatpak.py: Fix end-of-lifed-with-rebase handling.

This was only marking the eol'd package for removal, but would
fail to add a replacement, as the arguments for add_rebase() were
incorrect.