Warning, /libraries/xdg-portal-test-kde/README.md is written in an unsupported language. File is not indexed.
0001 # xdg-portal-test-kde 0002 0003 A simple test application for [Flatpak](http://www.flatpak.org) portals and Qt flatpak platform plugin. 0004 0005 The portal interfaces are defined in [xdg-desktop-portal](https://github.com/flatpak/xdg-desktop-portal). 0006 0007 A Qt/KDE implementation can be found in [xdg-desktop-portal-kde](https://invent.kde.org/plasma/xdg-desktop-portal-kde/). 0008 0009 To produce a flatpak of xdg-portal-test-kde run the following: 0010 0011 ``` 0012 cd flatpak-build 0013 make build 0014 ``` 0015 0016 run with: 0017 ``` 0018 make run 0019 ``` 0020 The test expects the xdg-desktop-portal service (and a backend, such as xdg-desktop-portal-kde) to be available on the session bus.