Jonas Ådahl

Results 146 comments of Jonas Ådahl

The main reason is that doing touchpad gestures client side without using a special "disable-all-other-touchpad-features" mode (this is the idea of what character writing would do) will cause the state...

> What's the state of trackpad gesture support on Linux Pinch, swipe and hold touchpad gestures are supported on Linux + Wayland, assuming the Wayland compositor implements the pointer gestures...

What GLFW would get is * begin/update/end/cancelled of all gestures (except no update for hold gestures) * they all provide information about the number of fingers used in the begin...

> Do we know what the results are of this? I suspect the risk is some app does flock(file) will cause other apps that flock() the same file to not...

I guess one could implement file locking on behalf of document portal owners in the document portal, i.e. as long as there is more than one lock owner, we call...

That needs mutter side work. See https://gitlab.gnome.org/GNOME/mutter/-/issues/1507.

Sounds like a mutter issue. E.g. reacting to what might be a hotplug or something.

Sadly I haven't touched much Lisp code for quite a while :/ I don't think I have any missing parts laying around either, and it is possible that things related...

Remote monitors, e.g. the ones from RDP, can't be configured by anything other than the RDP client itself. The dimensions etc all comes from the RDP client. Allowing flipping maybe...

The input capture portal needs to hook up the clipboard API, in the same way as the remote desktop portal can. It wouldn't be that complicated, but needs someone to...