When you install and uninstall Eclipse plugins you might end up with some zombie perspectives on your perspective switcher:
They have the standard perspective icon and when you click on them a perspective opens where most of the views are missing (because all code related to the perspective has been uninstalled).
Bug 217974 deals with this issue and even though there has been some activity lately there is no fix yet. Here's a way to get rid of these icons:
- Write down the tooltip text of each of your zombie perspectives.
- Close Eclipse.
- Edit the file .metadata/.plugins/org.eclipse.ui.workbench/workbench.xml in your workspace directory.
- Delete the <perspective> elements that have a child element <descriptor> with an attribute label that contains the tooltip text.
- Restart Eclipse.
The zombie icons should be gone now.


5 Comments
"Close all perspectives" has
Submitted by lkoe on
"Close all perspectives" has worked for me in such situations.
When you do "Close all
Submitted by litrik on
When you do "Close all perspectives" you lose all settings of all perspectives. When you reopen your perspectives they will all be reset to their default layout.
What's wrong with
Submitted by Daniel on
What's wrong with right-click on the perspective - close?
Right-click on the
Submitted by litrik on
Right-click on the perspective and selecting "Close" doesn't do anything.
That's strange, I just tried
Submitted by Daniel on
That's strange, I just tried it with log4eclipse in my Eclipse 3.4 and 3.5M6 installations. Deinstalled it, got the zombie and right-click-closed it - voila, icon gone.
It still exists in the open perspective dialog, but since I have all needed perspectives on the switcher, I just never noticed that glitch before.