[konsole] [Bug 395520] Konsole KPart blur does not work/incorrect warning message

Kurt Hindenburg bugzilla_noreply at kde.org
Sat Jul 7 01:14:18 BST 2018


https://bugs.kde.org/show_bug.cgi?id=395520

Kurt Hindenburg <kurt.hindenburg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #7 from Kurt Hindenburg <kurt.hindenburg at 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 the assignee for the bug.


More information about the konsole-devel mailing list