New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/30076#issuecomment-822010209 Comment: could you add xdg-desktop-portal-wlr-0.3 here too? It has just been released. Looks like it runtime depends on `slurp` now. EDIT: ok maybe not: > - default: xdpw will try to use the first chooser found in the list of hardcoded choosers (slurp, wofi, bemenu) and will fallback to an arbitrary output if none of those were found. That didn't quite work for me: ``` 2021/04/18 18:15:24 [INFO] - wlroots: capturable output: Unknown model: 0x05DF: id: 39 name: eDP-1 2021/04/18 18:15:24 [INFO] - wlroots: capturable output: Samsung Electric Company model: S22F350: id: 40 name: HDMI-A-2 2021/04/18 18:15:24 [DEBUG] - wlroots: output chooser called 2021/04/18 18:15:24 [DEBUG] - wlroots: output chooser called /bin/sh: 1: slurp: not found [DEBUG] - wlroots: output chooser canceled 2021/04/18 18:15:24 [ERROR] - wlroots: no output found ``` Also, I have `bemenu` installed, so it should have selected that...