Summary: | Fade Desktop effect takes place while fullscreen effect (desktop grid) is active | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Lukas <zavodny.lukas> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | leszek.lesner, pereira.alex |
Priority: | NOR | ||
Version First Reported In: | 4.10.4 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kwin/b1b1360ec3fb0ddddcfed2d3db90985cf8495aa8 | Version Fixed In: | 5.15.0 |
Sentry Crash Report: |
Description
Lukas
2013-06-16 02:17:40 UTC
Just note: I am using nvidia drivers and this bug was in 4.9 too (and maybe 4.8) - Is the behavior the same after * disabling color correction (bug #321218) * disabling OpenGL 2.0 shaders, resp. on the xrender backend? - Do you use one activity per virtual desktop (ie. the plasma approach to have different wallpapers on different virtual desktops)? Disabling color correction and/or opengl 2.0 shaders doesn't solve this. Xrender backend same issue too. I don't use any special activity. I had only one with wallpaper and widgets same for all workspaces. As I am testing differ settings now, it change behaviour to I know from older KDE versions...there is no desktop blink, but actull window from desktop I am switching. Not sure what makes this appears now. However when switching from empty workspace, there is classic wallpaper blink. I recorded it https://docs.google.com/file/d/0BxqgMBnbhgmKTnFQZlJwb2tJLUE/edit Thanks for the video ;-) I can briefly see that and it depends on the correlation of the animation duration in desktop grid as compared to the static time for the fade desktop effect (FYI: there many more different ways to trigger a desktop change and this effect should not be triggered while desktop grid is active) I am glad to help. Just wondering that nobody reports this earlier. :) Finally a reason to add a fullscreenEffect property and a changed signal ;-) This problem reoccured for at least KWin 5.10 (had 5.8.7 before where the problem did not happen [not tested kwin 5.9]). See example video: https://www.youtube.com/watch?v=L7UbJHe0p6c *** Bug 365930 has been marked as a duplicate of this bug. *** Git commit b1b1360ec3fb0ddddcfed2d3db90985cf8495aa8 by David Edmundson. Committed on 10/10/2018 at 11:32. Pushed by davidedmundson into branch 'master'. [effects/fadedesktop] Set animation as a fullscreen effect Summary: This lets other effects know whether they should inhibit or not which reduces visual glitches of overlapping animations. FIXED-IN: 5.15.0 Test Plan: Switched desktops, they still faded Reviewers: #kwin, zzag Subscribers: zzag, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D15474 M +18 -3 effects/fadedesktop/package/contents/code/main.js https://commits.kde.org/kwin/b1b1360ec3fb0ddddcfed2d3db90985cf8495aa8 |