Ferdinand Schober
Ferdinand Schober
Sorry for being inactive on this one, I prioritized other things. I will try to get a draft for the Enum serialization suggestion ready this weekend.
This is now a bit of a compromise between ```rust enum ActivatedBarrier { Barrier(BarrierID), Unkown, NoBarrier, } ``` and ```rust Option ``` in that we have `Option` returned by the...
Thanks for reporting! I will need to see what the exact issue is
https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/blob/main/NEWS yeah, seems so.
Yes, Hyprland does [not yet support the input capture portal](https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues/64) thats why you're seeing the error with `--capture-backend input-capture-portal`. For some trouble shooting: Could you check, if you're getting events...
Sorry, I wanted to get back to you! `--test-capture` can be used to see if input can be grabbed from the sending device and should log events to the console...
The logs seem fine here. The gtk warnings should not matter. What do the logs on the hyprland side say if you move the cursor into the border?
There have been several issues with Hyprland before and I would not be surprised if the wlroots removal caused new issues. The `--test-capture` flag is essentially there to debug such...
We had this issue recently. You need to update cargo. ```sh rustup update ``` Should do the trick depending on how you installed rust
Do you have an update?