SVN commit 1078328 by lmurray: Backport r1078327: Don't auto-group transient windows. M +4 -0 workspace.cpp --- branches/KDE/4.4/kdebase/workspace/kwin/workspace.cpp #1078327:1078328 @@ -2850,6 +2850,10 @@ return found; } + // If this is a transient window don't take a guess + if( c->isTransient() ) + return NULL; + // If we don't have an ID take a guess if( c->rules()->checkAutogrouping( options->autogroupSimilarWindows )) {