Git commit 9e8406c4191283a1d1b2afa80f07ae4d8ffcb93d by Michail Vourlakos. Committed on 31/03/2018 at 22:06. Pushed by mvourlakos into branch 'master'. reenable blur for wayland --as it appears the crash and the support for blur has been fixed for Plasma 5.13 M +3 -3 app/dock/dockview.cpp https://commits.kde.org/latte-dock/9e8406c4191283a1d1b2afa80f07ae4d8ffcb93d diff --git a/app/dock/dockview.cpp b/app/dock/dockview.cpp index fd56fff..c5f43ac 100644 --- a/app/dock/dockview.cpp +++ b/app/dock/dockview.cpp @@ -1524,9 +1524,9 @@ void DockView::updateEffects() { //! CRASH: Dont update effects under wayland //! because they arent supported yet - if (KWindowSystem::isPlatformWayland()) { - return; - } + //if (KWindowSystem::isPlatformWayland()) { + // return; + //} = if (!m_behaveAsPlasmaPanel) { if (m_drawEffects && !m_effectsArea.isNull() && !m_effectsArea.isE= mpty()) {