Summary: | Crash on consecutive 'Show Desktop' when toggling Yakuake inbetween | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Eike Hein <hein> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dfedoruk, drahosh, elmerengue1902, james, nikido84, okar1, shuarmaegopez, trasgoescuro |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | kwin crash |
Description
Eike Hein
2007-05-07 17:10:04 UTC
Created attachment 20508 [details]
kwin crash
SVN commit 662906 by lunakl: Remove deleted clients also from the list for 'show desktop'. BUG: 145147 M +1 -0 workspace.cpp --- branches/KDE/3.5/kdebase/kwin/workspace.cpp #662905:662906 @@ -572,6 +572,7 @@ focus_chain[ i ].remove( c ); global_focus_chain.remove( c ); attention_chain.remove( c ); + showing_desktop_clients.remove( c ); if( c->isTopMenu()) removeTopMenu( c ); Group* group = findGroup( c->window()); *** Bug 145673 has been marked as a duplicate of this bug. *** *** Bug 143501 has been marked as a duplicate of this bug. *** *** Bug 146907 has been marked as a duplicate of this bug. *** *** Bug 147317 has been marked as a duplicate of this bug. *** *** Bug 149048 has been marked as a duplicate of this bug. *** *** Bug 149553 has been marked as a duplicate of this bug. *** *** Bug 150936 has been marked as a duplicate of this bug. *** *** Bug 153226 has been marked as a duplicate of this bug. *** |