Bug 285458

Summary: deskutils/xdg-desktop-portal: Fixes issue running filechooser without linprocfs
Product: Ports & Packages Reporter: Thibault Payet <monwarez>
Component: Individual Port(s)Assignee: Gleb Popov <arrowd>
Status: Closed FIXED    
Severity: Affects Only Me Flags: arrowd: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git-format patch none

Description Thibault Payet 2025-03-16 09:29:04 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-03-17 07:56:17 UTC
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(+)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2025-03-17 08:00:31 UTC
Thanks for the report.