Skip to content

community/xdg-desktop-portal: upgrade to 1.18.2

Krassy Boykinov requested to merge chereskata/aports:xdg-desktop-portal into master

https://github.com/flatpak/xdg-desktop-portal/compare/1.18.1...1.18.2

Changelog
This is a new minor release of xdg-desktop-portal 1.18 series. Users and distributions are strongly encouraged to update to this version. These are the changes included in this release:

    Pass the token to the OpenURI portal and, when missing, an empty string.
    Fix various memory and file descriptor leaks in the Document portal.
    Make files and folders openend with the Document portal close properly. This should fix cases where the Document portal prevented external devices from unmounting, due to files inside them not getting closed after applications stop using them.
    Implement FUSE getlk and setlk callbacks.This should enable using sqlite3 through the Document portal.
    Properly resolve fd symlinks before opening them with O_NOFOLLOW.
    Fix cases where the portal id is assumed to match the .desktop file name.
    Allow sending directories in the file transfer portal. This should make it possible to, among other things, drag and drop folders and files simultaneously from and to sandboxed applications.
    Fallback to a hardcoded check to xdg-desktop-portal-gtk in the absence of any other portal or configuration file, as a last resort mechanism.
    Various smaller fixes to the build system.

Merge request reports