https://bugs.kde.org/show_bug.cgi?id=499789
--- Comment #18 from Harald Weissmueller <rro...@gmail.com> --- (In reply to DemonicSavage from comment #15) > For now, a workaround for Arch users is to get the PKGBUILD for KWin via ABS > and modify it to include `-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF` as a > CMake directive. This seems to have fixed the problem for me. I tried this and it didn't seem to work for me, it still causes a black screen when "prefer color accuracy" is enabled or if Night Light is enabled. I tried adding the argument to the first cmake command line in the build() function of the PKGBUILD. What does work here for me is adding a line "options=( !lto )" to the PKGBUILD to disable the use of LTO. -- You are receiving this mail because: You are watching all bug changes.