835a928bd4
Add -r flag to xdpw to make sure any currently running process gets replaced. Remove the /usr/lib/xdg-desktop-portal invocation since xdpw can now be replaced. Adapt the wording to the latest xdpw changes. |
||
---|---|---|
.builds | ||
contrib | ||
include | ||
protocols | ||
src | ||
.editorconfig | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
meson.build | ||
meson_options.txt | ||
org.freedesktop.impl.portal.desktop.wlr.service.in | ||
README.md | ||
wlr.portal | ||
xdg-desktop-portal-wlr.5.scd |
xdg-desktop-portal-wlr
xdg-desktop-portal backend for wlroots
Building
meson build
ninja -C build
Installing
From Source
ninja -C build install
Distro Packages
Running
Make sure XDG_CURRENT_DESKTOP=sway
is set.
When correctly installed, xdg-desktop-portal should automatically invoke xdg-desktop-portal-wlr when needed.
Configuration
See man 5 xdg-desktop-portal-wlr
.
Manual startup
At the moment, some command line flags are available for development and testing. If you need to use one of these flags, you can start an instance of xdpw using the following command:
xdg-desktop-portal-wlr -r [OPTION...]
To list the available options, you can run xdg-desktop-portal-wlr --help
.
FAQ
Check out or FAQ for answers to commonly asked questions.
Please see the screencast compatibility guide for more information on compatible applications and how to get them working.
If you have a question or problem that is not mentioned in those documents, please open an issue or come chat with us in #sway on freenode IRC.
Contributing
If you're interested in testing or development, check out CONTRIBUTING.md for more information.
License
MIT