xdg-desktop-portal-hyprland/README.md

37 lines
723 B
Markdown
Raw Normal View History

2018-12-12 11:46:19 +01:00
# xdg-desktop-portal-wlr
2018-12-12 22:29:57 +01:00
2018-12-12 11:46:19 +01:00
xdg-desktop-portal backend for wlroots
2018-12-12 22:29:57 +01:00
## Building
```sh
meson build
ninja -C build
```
## Installing
```sh
ninja -C build install
```
Make sure `XDG_CURRENT_DESKTOP=sway` is set.
```sh
/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](https://github.com/matthiasclasen/portal-test) flatpak app.
Alternatively you can trigger it with [trigger-screen-shot.py](https://gitlab.gnome.org/snippets/814) and [xdp-screen-cast.py](https://gitlab.gnome.org/snippets/19).
2018-12-12 22:29:57 +01:00
## License
MIT