Skip to content

matthiasclasen/portal-test

Repository files navigation

portal-test

A simple test application for Flatpak portals.

The portal interfaces are defined in xdg-desktop-portal.

A GTK+ implementation can be found in xdg-desktop-portal-gtk.

To use this test, first install the SDK:

flatpak remote-add --from gnome-nightly https://sdk.gnome.org/gnome-nightly.flatpakrepo
flatpak install gnome-nightly org.gnome.Platform org.gnome.Sdk

then use the build script in flatpak/ to produce a flatpak of portal-test, then install it with

flatpak remote-add --user --no-gpg-verify portal-test file:https:///path/to/repo
flatpak install --user portal-test org.gnome.PortalTest

and run it with

flatpak run org.gnome.PortalTest

The test expects the xdg-desktop-portal service (and a backend, such as xdg-desktop-portal-gtk) to be available on the session bus.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published