Results 614 comments of hipersayanX

Will just offer the installer, the AppImmage, and the portable, the other formats are a source of problems, also added an entry in the [wiki explaining how to install them](https://github.com/webcamoid/webcamoid/wiki/Installing-binary-packages-in-GNU-Linux)...

Fixed issues in 9.2.0 and added **ENABLE_IPO** for tracking this issues.

Sorry for not answering before. >ok i figured it out the correct command to launch it is >flatpak run io.github.webcamoid.Webcamoid Different to raw packages (installer, portables, appimages, et-al), flatpaks are...

This was already solved in the daily build, I will release a new version soon.

Issue fixed in Webcamoid 9.3.0, closing.

@rodrigopedra >No clue why it didn't yesterday. Don't ask me what I have done yesterday because at this point I don't even remember what I did 1 hour ago, whatever...

The problem is in [here](https://github.com/webcamoid/webcamoid/blob/ada6e29e593126fcfb46fd6d0c4507f51ed11371/libAvKys/Plugins/VideoCapture/src/capture/pipewire/src/capturepipewire.cpp#L1612), probably ```m_pwDeviceCore``` is null when calling ```pw_core_add_listener()``` adding a check return in there before ```pw_core_add_listener()``` should fix the problem.

I did tested it (without the sandboxing) and it is working fine at least for me. And the code seems to be right: [Definition of pwMainLoopQuit()](https://github.com/webcamoid/webcamoid/blob/171b91e378c9bfbd4c425415322971e4e8872108/libAvKys/Plugins/AudioDevice/src/pipewire/src/audiodevpipewire.cpp#L381) [Usage of pwMainLoopQuit()](https://github.com/webcamoid/webcamoid/blob/171b91e378c9bfbd4c425415322971e4e8872108/libAvKys/Plugins/AudioDevice/src/pipewire/src/audiodevpipewire.cpp#L663) I...