Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak sandbox requires D-Bus for opening URIs #282

Open
skyjake opened this issue May 21, 2021 · 0 comments
Open

Flatpak sandbox requires D-Bus for opening URIs #282

skyjake opened this issue May 21, 2021 · 0 comments
Labels
enhancement New feature or request flatpak Flatpak sandbox or packaging

Comments

@skyjake
Copy link
Owner

skyjake commented May 21, 2021

The Flatpak sandbox prevents opening random URIs. An API is provided for doing this, but it requires D-Bus to access it: https://github.com/flatpak/xdg-desktop-portal#readme

Related to issue #245.

The most reasonable way to implement D-Bus support may be to just link with GLib and use the existing D-Bus library. Flatpak in general seems to be most closely integrated with GTK anyway. The GLib/GTK dependency would only be necessary in the Flatpak build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flatpak Flatpak sandbox or packaging
Projects
None yet
Development

No branches or pull requests

1 participant