Cameron
Cameron
From another project that I'm referencing ([gjs-osk](https://github.com/Vishram1123/gjs-osk)), it seems that they use Clutter's events and vfunctions to detect pointer, touch, and event pen events ( `BUTTON_PRESS`, `MOTION`, `BUTTON_RELEASE`, `TOUCH_BEGIN`, `TOUCH_UPDATE`,...
I've been looking around for others' solutions and found that [Fly-Pie already created an implementation of what I proposed above](https://github.com/Schneegans/Fly-Pie/blob/main/src/extension/Menu.js). It seems that they use a background modal that captures...
Test with peer connected to cellular  Test with peer connected to wifi via ethernet 
+1 on this. Just to clear the air from the previous discussion; from what I've gathered, I think that both piksel and simskij severely misinterpreted [what neo-neo1 was trying to...
After briefly reviewing the internal/pkg code and docker sdk api, it seems that we'd need to rework quite a bit regarding the client setup process. There isn't any way to...
I'm experiencing the same issue on Fedora 40 where not only do searches yield a `No Results Found` message, but checking the details of installed extensions also shows `An Error...
Yeah I just realized that I should've checked extensions.gnome.org. I'm not running behind a proxy, its just that the extension website is down. Unless op had a different problem, this...
> I solved this problem by first adding a mapping disabling the original functionality of the key > > Menu = Disabled Menu + F6 = VolumeUP.. Is there any...