Bug 257337 - deskutils/xdg-desktop-portal: disable (broken) support for flatpak and snap
Summary: deskutils/xdg-desktop-portal: disable (broken) support for flatpak and snap
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: 2021-07-22 14:38 UTC by Tobias C. Berner
Modified: 2021-07-22 16:14 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments
v1 (2.74 KB, patch)
2021-07-22 14:38 UTC, Tobias C. Berner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias C. Berner freebsd_committer freebsd_triage 2021-07-22 14:38:08 UTC
Created attachment 226614 [details]
v1

Moin moin

    Make it possible to run firefox with KDE filedialogs.

    The call for parse_app_info_from_flatpak_info uses the /proc/$PID/root
    file to access the flatpak information file.

    We neither have support for /proc/$PID/root nor flatpaks or snaps.

    With this fix and deskutils/plasma5-xdg-desktop-portal-kde it is now possible
    to run firefox using the KDE file dialogs.

    > GTK_USE_PORTAL=1 firefox

mfg Tobias
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2021-07-22 16:13:01 UTC
Sorry, accidentally pushed in 15fc57c8377fad22b338e9e59d40c78fa0813aa2 :)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2021-07-22 16:14:19 UTC
Belated LGTM, thanks.