mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
Add tooling to README
Describes how to trigger/test with portal-test and python snippets.
This commit is contained in:
parent
df2ee009e1
commit
13076d0c10
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ Make sure `XDG_CURRENT_DESKTOP=sway` is set.
|
|||
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).
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
|
Loading…
Reference in a new issue