Releases: linuxmint/mintcommon
Releases · linuxmint/mintcommon
master.mint22
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
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
2.3.1
master.lmde5
_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.