Luna
Luna
unfortunately the flatpak is a lot more susceptible to sandbox issues since we override the default sandbox using [zypak](https://github.com/refi64/zypak), we have to update regularly to ensure this doesn't happen(we don't...
Fedora kinonite
I used the tar.gz. i can not use snap as kinonite is an ostree distro
rpm build also crashes with the same log output ``` 18:43:27 debug › electerm start Gtk-Message: 18:43:29.192: Failed to load module "appmenu-gtk-module" failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so useSystemTitleBar...
@zxdong262 it gets a bit father but still crashes ``` 19:07:37 debug › electerm start Gtk-Message: 19:07:40.680: Failed to load module "appmenu-gtk-module" failed to open /usr/lib64/dri/hybrid_drv_video.so Not using hybrid_drv_video.so useSystemTitleBar...
This is known issue with electron https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1944468 it's due to glibc incompatibilities and has been fixed in electron 15
updating the electron version fixes the issues
I'm able to reproduce this as well, I believe its related to how ventoy mounts the isos. Ideally the iso should load magic initramfs which does some dmsetup magic and...
I started work on writing a flatpak manifest for webcamoid, I've gotten the following error. I'm not sure how to fix it ``` mv -f libv4lutils.so ../../release/Qt5.15.3/gpp/x86_64/bin/submodules/VideoCapture/libv4lutils.so make[4]: Leaving directory...
the manifest is here https://github.com/Lunarequest/io.github.webcamoid.Webcamoid, am i missing a dependency or something?