No description, website, or topics provided.
C Meson Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
flatpak
COPYING
README.md
main.c
meson.build
org.freedesktop.portal.Account.xml
org.freedesktop.portal.Email.xml
org.freedesktop.portal.Screenshot.xml
org.gnome.PortalTest.desktop
org.gnome.PortalTest.service
portal-test-app.c
portal-test-app.h
portal-test-win.c
portal-test-win.h
portal-test-win.ui
portal-test.gresource.xml
portal-test.service
test.txt

README.md

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, use the build script in build/ to produce a flatpak of portal-test, then install it with

flatpak remote-add --user portal-test file:///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.