Brendan Szymanski
Brendan Szymanski
I'm also in need of a solution. As of now, I've managed to render in GTK4 using OpenGL with [this gist](https://gist.github.com/jaseg/657e8ecca3267c0d82ec85d40f423caa), but it's very buggy when resizing. Any workarounds for...
Thanks for the detailed write-up and example repo, @trin94 . Turns out that the buggy resizing wasn't a product of MPV or OpenGL, but a GTK-specific bug that I've sorted...
Update: Disabling hardware acceleration in `/var/lib/waydroid/waydroid_base.prop` by setting ``` ro.hardware.gralloc=default ro.hardware.egl=swiftshader ``` allows waydroid to start. However this is not ideal. Is there any reason why hardware acceleration isn't working...
Same issue for me still, even with the updated images.
Ah, that never crossed my mind as a necessity, as most of the packages I test use repo packages as dependencies. I could add an option to permanently install a...
Same issue on Arch, also with an AMD RX 6600. Any workarounds so far?
Currently facing the same issue on GNOME. Even though I'm on wayland, I'm stuck using xdo because no other feature works at the moment. Normally I'd be fine using Xwayland...
What are your thoughts on implementing AACP and ATT functionality as a separate Rust crate for use in other platform-agnostic projects? I'd love to go about creating a GNOME frontend...
> > What are your thoughts on implementing AACP and ATT functionality as a separate Rust crate for use in other platform-agnostic projects? I'd love to go about creating a...