Bug 432939 - Background blur doesn't work when a split without background blur is selected
Summary: Background blur doesn't work when a split without background blur is selected
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: split-view (show other bugs)
Version: 20.12.2
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-14 14:59 UTC by lro27292
Modified: 2023-06-09 01:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lro27292 2021-02-14 14:59:45 UTC
SUMMARY
Splits with background blur either flicker or stop being blurred.

STEPS TO REPRODUCE
1. Create at least two profiles, one with background blur, one without
2. Create a split
3. Set one split to the blurred profile, the second split to the solid-background profile
4. Select the split without a blurred background

OBSERVED RESULT
The split with the blurred background profile either flickers between crisp and blurry, or stays crisp

EXPECTED RESULT
The split with the blurred background profile should blur the background

SOFTWARE/OS VERSIONS
Linux: 5.10.0-3-amd64
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2
Comment 1 Paul McAuley 2023-06-09 01:50:35 UTC
I assume this is the same bug as Bug 456052

Konsole probably needs to specify the region parameter in:
KWindowEffects::enableBlurBehind(QWindow *window, bool enable = true, const QRegion &region = QRegion())