Patrick
Patrick
It is not maintained atm.
Its up to date: https://github.com/flathub/com.vinszent.GnomeTwitch/blob/master/com.vinszent.GnomeTwitch.json#L44 I think the release just had the wrong version number or such.
Both Cairo and OpenGL backends support hardware acceleration via GStreamer-VAAPI (assuming Intel or AMD GPU). That is probably where your focus should be.
> Will moving to Rust drop the webkit deps? Not inherently.
At a glance only the login dialog uses webkit? Would it be possible to move that out of process, that is a very large dependency for such a small feature.
Should be trivial to cross compile, here is an example cross-file for fedora: ```ini ; dnf install mingw64-webkitgtk3 [binaries] c = '/usr/bin/x86_64-w64-mingw32-gcc' cpp = '/usr/bin/x86_64-w64-mingw32-g++' ar = '/usr/bin/x86_64-w64-mingw32-gcc-ar' strip =...
There are supposedly patches adding win32 waiting to be merged in upstream Webkit.
> WebKit seems to be causing problems in other areas as well (Flatpak, etc). I wasn't aware of any issues with Flatpak?
Well KDE Neon isn't relevant. Can you just verify with `flatpak update` everything is up to date?
OpenGL can be fine but the driver has to be packaged.