Summary: | Implement support for OpenURI portal | ||
---|---|---|---|
Product: | [Plasma] xdg-desktop-portal-kde | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | aleixpol, kde, kdedev, sitter |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nate Graham
2025-07-21 18:38:01 UTC
It's possible this was opened in error, the result of me not being able to find it in our portal implementation. But according to https://invent.kde.org/packaging/flatpak-kde-runtime/-/merge_requests/260#note_1265518, it's possible it's built into the base portal already. openuri is not a frontend-backed portal https://flatpak.github.io/xdg-desktop-portal/docs/impl-dbus-interfaces.html What makes you think this needs implementing on our end? Most likely ignorance of how this stuff works under the hood. Are you saying that it's just a DBus method we can call? Yes. The page you link to is the api an app developer can call to do things. xdg-desktop-portal then translates those calls into host level calls to the FileManager1 interface Oh all right, great. So then the actual thing we need to do is in Bug 507330. |