Bug 285458 - deskutils/xdg-desktop-portal: Fixes issue running filechooser without linprocfs
Summary: deskutils/xdg-desktop-portal: Fixes issue running filechooser without linprocfs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-16 09:29 UTC by Thibault Payet
Modified: 2025-03-17 08:00 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments
git-format patch (1.76 KB, patch)
2025-03-16 09:29 UTC, Thibault Payet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.