Go to file
Jan Beich 7b7d927cae build: introduce sd-bus-provider option
Based on https://github.com/emersion/mako/commit/67f2ed1862a9
2021-01-09 12:21:13 +01:00
.builds ci: add Alpine build (#30) 2020-04-23 09:57:02 -04:00
contrib/systemd systemd: ensure service is stopped on exit of graphical session 2020-08-07 12:33:26 -04:00
include build: introduce sd-bus-provider option 2021-01-09 12:21:13 +01:00
protocols Update to wlr-screencopy-unstable-v1 version 3 2020-10-19 23:40:30 +02:00
src Fix cursor_mode checks in screencast.c 2020-11-06 13:44:58 +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
CONTRIBUTING.md Update contrib to mention XDG_DESKTOP_PORTAL_DIR 2020-05-27 16:49:15 +02:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md Add documentation 2020-04-29 19:50:53 +02:00
meson.build build: introduce sd-bus-provider option 2021-01-09 12:21:13 +01:00
meson_options.txt build: introduce sd-bus-provider option 2021-01-09 12:21:13 +01: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 Add river to portal UseIn list 2020-12-08 15:46:19 +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

From Source

ninja -C build install

Distro Packages

Arch Linux (AUR)

xdg-desktop-portal-wlr-git

Running

Make sure XDG_CURRENT_DESKTOP=sway is set.

When correctly installed, xdg-desktop-portal should automatically invoke xdg-desktop-portal-wlr when needed.

At the moment, some command line flags are available for testing, compatibility, or output selection. If you need to use one of these flags, you can provide an instance of xdpw using the following command:

/usr/lib/xdg-desktop-portal -r & xdg-desktop-portal-wlr [OPTION...]

To understand 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