https://bugs.kde.org/show_bug.cgi?id=395520
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #7 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- yes, each app using Konsole KPart needs to check if the current profile has blur enabled. I'll add the check to the tests/demo_konsolepart code QMetaObject::invokeMethod(_terminalPart, "isBlurEnabled", Qt::DirectConnection, Q_RETURN_ARG(bool, blurEnabled)); KWindowEffects::enableBlurBehind(winId(), blurEnabled); The incorrect error message needs fixed in Konsole. -- You are receiving this mail because: You are watching all bug changes.