https://bugs.kde.org/show_bug.cgi?id=455780
--- Comment #19 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit eb13085de2173cb31dbb645725462d5cefadb213 by Vlad Zahorodnii. Committed on 08/12/2023 at 14:40. Pushed by vladz into branch 'master'. plugins/overview: Load screen delegate asynchronously The compilation step still takes a significant amount of time on the first launch. On my machine, it's around 1s. Even if it happens just once, freezing the session for 1 second is not great. This change makes the overview effect load main.qml asynchronously when plasma session starts. By the time the session is loaded, it should be ready. M +4 -0 src/effect/quickeffect.cpp M +8 -1 src/plugins/overview/overvieweffect.cpp https://invent.kde.org/plasma/kwin/-/commit/eb13085de2173cb31dbb645725462d5cefadb213 -- You are receiving this mail because: You are watching all bug changes.