https://bugs.kde.org/show_bug.cgi?id=448220
--- Comment #39 from Zamundaaa <xaver.h...@gmail.com> --- Tbh I don't know a thing about how to build patched packages for rpm based distros either. For building and installing directly though, git clone https://invent.kde.org/plasma/kwin.git --branch Plasma/5.24 cd kwin git apply "path of the patch file" mkdir build && cd build cmake .. make sudo make install would do the job. You can then "sudo make uninstall" in that folder to remove the installed files again, and then re-install your KWin system package to revert to standard KWin again. -- You are receiving this mail because: You are watching all bug changes.