Go to file
Aleksei Bavshin ea98281d0a
Add D-Bus and systemd service files
2020-04-10 10:48:41 +02:00
contrib/systemd Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
include Remove pipewire workarounds after upstream fix 2020-04-01 13:38:38 -04:00
protocols Fix CI with libpipewire02, libdrm. Remove png.h unused import. Cleanup style. 2020-03-13 21:01:32 +01:00
src Remove pipewire workarounds after upstream fix 2020-04-01 13:38:38 -04:00
.build.yml Add pipewire 0.3 support. Workaround pipewire bugs. 2020-03-16 22:43:45 +01:00
.editorconfig Add yml exception to editorconfig 2020-03-13 21:01:32 +01:00
.gitignore Fix CI with libpipewire02, libdrm. Remove png.h unused import. Cleanup style. 2020-03-13 21:01:32 +01:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md readme: add CI badge 2020-03-10 13:40:27 +01:00
meson.build Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
meson_options.txt Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
org.freedesktop.impl.portal.desktop.wlr.service.in Add D-Bus and systemd service files 2020-04-10 10:48:41 +02:00
wlr.portal First commit 2018-12-12 22:29:57 +01:00

README.md

xdg-desktop-portal-wlr

builds.sr.ht status

xdg-desktop-portal backend for wlroots

Building

meson build
ninja -C build

Installing

ninja -C build install

Make sure XDG_CURRENT_DESKTOP=sway is set.

/usr/lib/xdg-desktop-portal -r &
xdg-desktop-portal-wlr

Tooling

Useful tools include dbus-monitor to watch requests being made, and dbus-send and the similar busctl call for manual dbus calls.

You can test the integration with the portal-test Flatpak app.

Alternatively you can trigger it with trigger-screen-shot.py and xdp-screen-cast.py.

License

MIT