可作为 wlroots 环境下的 XDG 桌面门户后端,支持桌面环境与应用间的交互,通过配置和命令行参数实现灵活运行,兼容相关应用并提供开发测试选项。【此简介由AI生成】
| Files | Last commit | Last update |
|---|---|---|
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago | ||
| 2 years ago |
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 is set. Make sure WAYLAND_DISPLAY and
XDG_CURRENT_DESKTOP are imported into D-Bus. If you're running Sway, this
can be added to your config file:
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
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 Libera Chat.
Contributing
If you're interested in testing or development, check out CONTRIBUTING.md for more information.
License
MIT