| Summary: | Xwayland window blur under new "Don't scale Xwayland" option in 5.26 doesn't work properly. | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Weng Xuetian <wengxt> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/commit/00388f2b8a4fb81515eadf2768d49d09c4e31d6d | Version Fixed/Implemented In: | 5.26.3 |
| Sentry Crash Report: | |||
|
Description
Weng Xuetian
2022-10-26 14:55:48 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3122 Git commit fda53d8253b5583d253bd35315229768fd414578 by Xuetian Weng, on behalf of Weng Xuetian. Committed on 31/10/2022 at 22:42. Pushed by xuetianweng into branch 'master'. Fix blur/contrast for X11 window if Xwayland is not scaled. X property from X11 window contains X native coordinates. Need to apply transform to use them in the effects like blur/contrast. M +2 -1 src/effects/backgroundcontrast/contrast.cpp M +2 -1 src/effects/blur/blur.cpp https://invent.kde.org/plasma/kwin/commit/fda53d8253b5583d253bd35315229768fd414578 Git commit 00388f2b8a4fb81515eadf2768d49d09c4e31d6d by Weng Xuetian. Committed on 01/11/2022 at 03:21. Pushed by xuetianweng into branch 'Plasma/5.26'. Fix blur/contrast for X11 window if Xwayland is not scaled. X property from X11 window contains X native coordinates. Need to apply transform to use them in the effects like blur/contrast. (cherry picked from commit fda53d8253b5583d253bd35315229768fd414578) M +2 -1 src/effects/backgroundcontrast/contrast.cpp M +2 -1 src/effects/blur/blur.cpp https://invent.kde.org/plasma/kwin/commit/00388f2b8a4fb81515eadf2768d49d09c4e31d6d |