https://bugs.kde.org/show_bug.cgi?id=443951
--- Comment #35 from Awakening <lucidsunli...@yandex.ru> --- I'm using PKGBUILD from Arch repos as a reference and doing essentially the following: - `cmake -B build -S kwin -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBEXECDIR=lib` - `cmake --build build -j $(nproc)` - `DESTDIR=install cmake --install build` - `cd install/usr/bin` - `./kwin_x11 --replace` Did a clean clone and added the print in the `main_x11.cpp` as a sanity check when running the binary, will report back once I run into flickering again. -- You are receiving this mail because: You are watching all bug changes.