Results 511 comments of hipersayanX

So basically, start minimized or minimized to tray?

The first one is the easier, the second one will be a design hell and and totally out of the project goals.

Supporting MF apps is quite tricky, there are only two ways of supporting them. The first option is writing a kernel space driver and, based on my experience writing a...

Ok, get it ``` VideoEffects::VideoEffects() { ... this->d->updateEffects(); // -> self->setEffects(effects); // -> this->d->updateEffectsProperties(); /* Since this is called in the previous call, it should be removed. * You must...

Nope, just test manually if it keep working fine without breaking anything, if so do a PR.

I was checking it but [this](https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake) looks a much better solution, because the uninstall can work in any platform, while the SackOverflow code only works on Unix like systems. The...

Hmm... it will need more work. I installed it in place (as a normal user) ``` cd build-webcamoid-Desktop-Debug make install DESTDIR="${PWD}/test" ``` And then tried uninstalling with ``` cmake --build...

It still failing for me. ``` user@user-VirtualBox:~/build-webcamoid-Desktop-Debug$ make DESTDIR="${PWD}/test" uninstall -- Uninstalling /home/user/build-webcamoid-Desktop-Debug/test/home/user/webcamoid-data/lib/libavkys.so.9.0.0 CMake Error at cmake_uninstall.cmake:16 (message): Problem when removing /home/user/build-webcamoid-Desktop-Debug/test/home/user/webcamoid-data/lib/libavkys.so.9.0.0 make[3]: *** [CMakeFiles/uninstall.dir/build.make:57: CMakeFiles/uninstall] Error 1 make[2]: ***...

>Is it possible the application is running and has the library open and locked so it cannot be unlinked? It's a consistent failure, it fails with cmake but the bare...

>Qt is named as a potential culprit, but as a KDE user I have tons of Qt apps and this is the only one for which this happens. Most KDE...