Summary: | Window previews and window screen sharing are flipped vertically | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alessandro Astone <ales.astone> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahiemstra, aleixpol, chriserizo, kdebug3rep0rt.lwyfo, matt.fagnani, me, nate, vlad.zahorodnii, xaver.hugl |
Priority: | NOR | Keywords: | qt6, wayland-only |
Version First Reported In: | master | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/1ce25f713787abdc60003bacd14e48ecaef61ea3 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Alessandro Astone
2023-12-07 16:40:04 UTC
@Nate this is definitely in the kwin wayland backend/screencast plugin, that's why i assigned it to kwin. Unfortunately there's no component in the list that expresses that... But whatever can get the right people to look into it works, i suppose. See also: https://invent.kde.org/plasma/kwin/-/merge_requests/3611 *** Bug 480787 has been marked as a duplicate of this bug. *** Can confirm this also happens in Nvidia GPUs running the latest stable branch propietary driver (535) Some users have reported that the latest beta release (550) fixes this issue. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5204 *** Bug 478067 has been marked as a duplicate of this bug. *** Git commit 3388b7643c1e7e6299d98dab9c485b6ae76e8bd0 by Vlad Zahorodnii. Committed on 15/02/2024 at 13:54. Pushed by vladz into branch 'master'. plugins/screencast: Fix window screencasts being vertically mirrored with memfd WindowScreenCastSource::render(GLFramebuffer) renders windows with the y axis flipped, but the offscreen has no FlipY flag set. M +5 -8 src/plugins/screencast/windowscreencastsource.cpp https://invent.kde.org/plasma/kwin/-/commit/3388b7643c1e7e6299d98dab9c485b6ae76e8bd0 Git commit 1ce25f713787abdc60003bacd14e48ecaef61ea3 by Vlad Zahorodnii. Committed on 15/02/2024 at 14:18. Pushed by vladz into branch 'Plasma/6.0'. plugins/screencast: Fix window screencasts being vertically mirrored with memfd WindowScreenCastSource::render(GLFramebuffer) renders windows with the y axis flipped, but the offscreen has no FlipY flag set. (cherry picked from commit 3388b7643c1e7e6299d98dab9c485b6ae76e8bd0) M +5 -8 src/plugins/screencast/windowscreencastsource.cpp https://invent.kde.org/plasma/kwin/-/commit/1ce25f713787abdc60003bacd14e48ecaef61ea3 |