Summary: | JJ: Disable dim inactive during fullscreen effects | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Diederik van der Boor <vdboor> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | friiduh, myth00s |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Diederik van der Boor
2008-06-29 12:29:59 UTC
Problem is that it is currently not possible for one effect to "deactivate" other effects. So I think this is a duplicate of bug #156484 *** This bug has been marked as a duplicate of bug 156484 *** Bug is slightly different. Bug 156484 is about completely preventing a conflicting from loading while this one is to temporarily disable one when another runs. For dim windows specifically this can be solved by having it detect if a fullscreen effect is enabled--if one is then fade everything in; when the fullscreen effect ends fade everything back out again. *** Bug 183012 has been marked as a duplicate of this bug. *** SVN commit 922574 by lmurray: Add slight animations to the dim inactive effect. Also don't dim windows when a fullscreen effect is active, fixes dimmed windows during coverswitch. BUG: 165295 M +31 -3 diminactive.cpp M +4 -0 diminactive.h WebSVN link: http://websvn.kde.org/?view=rev&revision=922574 *** Bug 191724 has been marked as a duplicate of this bug. *** |