Bug 260254

Summary: [FlipSwitch] effect does not render an 'Include desktop' item
Product: [Plasma] kwin Reporter: Will Stephenson <wstephenson>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Will Stephenson 2010-12-16 10:14:33 UTC
Version:           unspecified (using Devel) 
OS:                Linux

When 'Include desktop' is enabled for the switcher and Flip Switch is used as the effect, nothing is rendered at the desktop's position in the window stack.

Reproducible: Always
Comment 1 Martin Flöser 2010-12-16 17:27:40 UTC
No surprise, that it does not show the desktop window:

        if( w->isDesktop() )
            {
            // desktop is painted in normal way
            effects->paintWindow( w, mask, region, data );
            return;
            }

Should be easy to fix.
Comment 2 Martin Flöser 2010-12-16 19:52:03 UTC
SVN commit 1207055 by graesslin:

Show desktop in flip stack when desktop should be shown.
BUG: 260254

 M  +10 -1     flipswitch.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1207055