Go to file
Simon Ser e27157e4ab
ci: add .build.yml
2020-03-10 13:38:56 +01:00
include Add session boilerplate 2019-12-09 12:55:12 +01:00
.build.yml ci: add .build.yml 2020-03-10 13:38:56 +01:00
.gitignore Initial commit 2018-12-12 11:46:19 +01:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md readme: add links, improve formatting 2019-12-09 12:45:30 +01:00
main.c First commit 2018-12-12 22:29:57 +01:00
meson.build Add session boilerplate 2019-12-09 12:55:12 +01:00
request.c Add missing request.c 2019-02-12 13:09:21 +01:00
screenshot.c Use sd_bus_message_append shorthand for screenshot 2019-07-24 18:28:26 +03:00
session.c Add session boilerplate 2019-12-09 12:55:12 +01:00
wlr.portal First commit 2018-12-12 22:29:57 +01:00

README.md

xdg-desktop-portal-wlr

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