Closed smcv closed 3 years ago
Maybe xdg-desktop-portal should also look for attachments
as an array of fds, to interoperate with outdated Flatpak runtimes.
flatpak-xdg-utils 1.0.0 switched from
attachments
as an array of URIs toattachments
as an array of fds
Actually it's worse than that, it's an array of int32
, which is clearly the wrong type as well as the wrong name.
xdg-desktop-portal 0.9 switched from
attachments
as an array of URIs toattachment_fds
as an array of fds. but flatpak-xdg-utils 1.0.0 switched fromattachments
as an array of URIs toattachments
as an array of fds.flatpak-xdg-utils should send
attachment_fds
instead.