[konsole] [Bug 456052] Background blur apply blur to titlebar component

Paul McAuley bugzilla_noreply at kde.org
Fri Jun 9 02:47:30 BST 2023


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

Paul McAuley <kde at paulmcauley.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |kde at paulmcauley.com

--- Comment #3 from Paul McAuley <kde at paulmcauley.com> ---
I am the author of another window decoration and application style
(https://github.com/paulmcauley/klassy) that applies blur to various
components, and can confirm this bug in Konsole.

Another side effect is that blur doesn't show at all with my Application Style
when I blur the toolbar/header area to match the titlebar.

This problem with Konsole is caused by the fact it is trying to apply blur to
the entire window, rather than also specifying to blur just the input/output
text area region. 

I'm assuming the following function is being used, and the problem is that the
final optional region parameter has been omitted: 
KWindowEffects::enableBlurBehind(QWindow *window, bool enable = true, const
QRegion &region = QRegion())

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list