https://bugs.kde.org/show_bug.cgi?id=521803
--- Comment #19 from Zamundaaa <[email protected]> --- The fastest way is > sudo dnf builddep kwin > git clone https://invent.kde.org/plasma/kwin.git > cd kwin > git checkout Plasma/6.7 > git apply /path/to/hack.patch > mkdir build > cd build > CMAKE_GENERATOR=Ninja cmake .. > ninja > sudo ninja install Now restart for it to apply. You can run > sudo ninja uninstall in the build folder to remove that build again (or there will be problems after system updates) -- You are receiving this mail because: You are watching all bug changes.
