Results 502 comments of hipersayanX

@Lunarequest you are reporting a bug that was fixed already in the master branch a long time ago, if you want to experiment with the Flatpak thing, do all your...

@Lunarequest it's ok, the point is to have at least a template to start working on, I will keep using AppImage and provide the flatpack as another option. Also, the...

I'm working on this, and as I've learned isn't possible to create self contained packages like in AppImage, but you just create a file with the build instructions, and the...

At the end I've discovered that its possible to create [distributable packages](https://docs.flatpak.org/en/latest/single-file-bundles.html), a flatpak package is available in the [daily build](https://github.com/webcamoid/webcamoid/releases/tag/daily-build). The next step is adding it to flathub.

And now its also available in [flathub](https://flathub.org/apps/details/io.github.webcamoid.Webcamoid). @pizzadude, did it throw some error message? I did tested it in Fedora 35 until the last moment of the release and it...

@pizzadude >@hipersayanX This is the error the AppImage gives me. > > ``` > ./webcamoid-portable-linux-9.0.0-x86_64.AppImage > [00005587ea60bf10] main libvlc error: stale plugins cache: modified /tmp/.mount_webcamu9yjUw/lib/vlc/plugins/access/libaccess_alsa_plugin.so > [00005587ea60bf10] main libvlc error:...

@pizzadude >Yes, but the application window doesn't show up after those messages, That happens because there are some bundled library that is conflicting with a system one. I debug it...

Does this command works for you? ``` echo "echo Hello world" | pkexec ```

Ok, passing the commands through the stdin works perfectly fine in Arch, doesn't work in Debian derivatives, I can then write the commands to a script fine, but then Debian...

@billypurdue yes, just check the [wiki](https://github.com/webcamoid/akvcam/wiki).