Closed shibumi closed 3 years ago
Are you using a config file? If so, could you please paste it?
@columbarius
[screencast]
output_name=
max_fps=30
chooser_cmd="/usr/bin/slurp -f %o -o"
chooser_type=simple
Note: I've added the full path /usr/bin/slurp
, because it fails with slurp -f %o -o
as well..
@shibumi
Please remove the quotes from the chooser_cmd. We moved from iniparser to inih for parsing and the new parser doesn't remove them when parsing, so xdg-desktop-portal tries to launch "/usr/bin/slurp -f %o -o"
with the quotes.
We should do release notes for changes like that.
This was mentioned in the release notes.
@columbarius thanks! fixed.
This was mentioned in the release notes.
I was looking at 0.4.0 instead of 0.3.0 where it landed.
On Arch Linux invoking the slurp command fails, although the slurp binary is there.
Logs:
Slurp Version: 1.3.2-1 xdg-desktop-portal-wlr Version: 0.4.0-1 wlroots verson: 0.13.0-1