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
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.
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