Summary: | Fall Apart effect has a visual glitch | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Lilian A. Moraru <moraru69> |
Component: | effects-window-management | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.11.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Tested on Fedora and Ubuntu. | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | KWin Support Information output |
Description
Lilian A. Moraru
2013-11-12 15:03:31 UTC
For sure time colliding with another close effect (fade or sth.) - ie. same thing as with minimize ./. magic lamp. Please nevertheless attach the ouput of "qdbus org.kde.kwin /KWin supportInformation" (and of course try reproducing with disabled fade effect) Created attachment 83522 [details]
KWin Support Information output
Yes, disabling the "Fade" effect resolves the issue.
I attached a txt file since KDE Paste says "Your paste triggered our spam filter and has been dropped" and doesn't allow me to put this.
*** This bug has been marked as a duplicate of bug 156484 *** FYI: you can edit the fade effect (it's a script) in /usr/share/apps/kwin/effects/kwin4_effect_fade/contents/code/main.js and extend the fade(Out) time to 1000 (the duration of the fall apart effect) - it's just really long otherwise. (the 600ms present are already a "trick" to cover some other effect) You may want to raise the curve shape to OutQuint to compensate the extension a bit more. |