You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since KWin 6.5 (or probably a little before it), KWin's blur effect has got this regression: When QTerminal is tiled or maximized under kwin_wayland, the blurring may randomly flicker until the window is unfocused and focused again.
This tiling regression may happen in Konsole (and perhaps some other apps) too, but I haven't encountered it in other Qt apps.
I opened this page for two reasons:
To tell Kvantum users that the cause of the problem is in KWin (or KWindowEffects or both), not in Kvantum, which just makes use of KWindowEffects::enableBlurBehind() if KWin's blur wffect is available, as it always did; and
To see in which version of KWin the regression might be fixed.
As for QTerminal, a small workaround is possible in its code, but hiding the bugs of other apps isn't an option in LXQt.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Since KWin 6.5 (or probably a little before it), KWin's blur effect has got this regression: When QTerminal is tiled or maximized under
kwin_wayland, the blurring may randomly flicker until the window is unfocused and focused again.This tiling regression may happen in Konsole (and perhaps some other apps) too, but I haven't encountered it in other Qt apps.
I opened this page for two reasons:
KWindowEffects::enableBlurBehind()if KWin's blur wffect is available, as it always did; andAs for QTerminal, a small workaround is possible in its code, but hiding the bugs of other apps isn't an option in LXQt.
All reactions