hyprwm / xdg-desktop-portal-hyprland

xdg-desktop-portal backend for Hyprland
BSD 3-Clause "New" or "Revised" License
273 stars 47 forks source link

Since 1.0 share picker doesn't work #83

Closed ferrreo closed 1 year ago

ferrreo commented 1 year ago

With the 1.0 share picker I just get this in my portal logs after selecting something (all 3 tabs have the same result):

wlroots: no output / window

If I revert just the share picker to the previous build it works fine even with the 1.0 portal etc.

I get this using browsers, OBS, anything really.

Any tips on how I could debug this to help you get to the bottom of the issue?

vaxerski commented 1 year ago

oh, dang. I forgot to attach the picker to the release bin lol.

wlroots: no output / window This is an error from before 1.0. You have updated the picker, but not xdph.

ferrreo commented 1 year ago

@vaxerski the systemd service file in the updated tar is wrong too it is pointing to /usr/libexec instead of /usr/lib (like the makefile does). Also makefile could do with installing that service too

vaxerski commented 1 year ago

feel free to make a MR, I suck at these