Skip to content

droidian/xdg-desktop-portal-phosh

Repository files navigation

xdg-desktop-portal-phosh

A backend implementation for xdg-desktop-portal that is using GTK/GNOME/Phosh to provide interfaces that aren't provided by the GTK portal

License

xdg-desktop-portal-phosh is licensed under the GPL-3.0-or-later licence.

Getting the source

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.

Dependencies

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.

Building

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

Running

Running from the source tree

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

Getting in Touch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published