Created attachment 258716 [details] git-format patch Since the last update, the patch that disabled the search of /proc/%pid/root where removed (since the file was also removed, and the logic changed quite a bit). Here a patch that should mimic the same behavior, in this one I simply tell it that it is not a flatpak app.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=173f9f7eca400826af660f7dce8ae1817cc7e19b commit 173f9f7eca400826af660f7dce8ae1817cc7e19b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-03-17 07:55:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-03-17 07:56:00 +0000 deskutils/xdg-desktop-portal: Restore a patch fixing Flatpak detection PR: 285458 Reported by: Thibault Payet <monwarez@mailoo.org> deskutils/xdg-desktop-portal/Makefile | 1 + .../xdg-desktop-portal/files/patch-src_xdp-app-info-flatpak.c | 11 +++++++++++ 2 files changed, 12 insertions(+)
Thanks for the report.