A backend implementation for xdg-desktop-portal that is using GTK/GNOME/Phosh to provide interfaces that aren't provided by the GTK portal
xdg-desktop-portal-phosh is licensed under the GPL-3.0-or-later licence.
git clone https://gitlab.gnome.org/guidog/xdg-desktop-portal-phosh.git
cd xdg-desktop-portal-phosh
The main branch has the current development version.
On a Debian based system run
sudo apt-get -y install build-essential
sudo apt-get -y build-dep .
For an explicit list of dependencies check the Build-Depends
entry in the
debian/control file.
We use the meson build system for xdg-desktop-portal-phosh. The quickest way to get going is to do the following:
meson setup _build
meson compile -C _build
After making sure xdg-desktop-portal-phosh
isn't already running in your use session:
systemctl stop --user xdg-desktop-portal-phosh.service
you can run it from the source tree:
G_MESSAGES_DEBUG=all src/_build/xdg-desktop-portal-phosh