After switching between multiple screens, I am now locked in the following situation:
- I can see that the Terminal-program runs, as I can see it with AltTAB
- Yet, when I switch to it, there is no Terminal-window visible.
- However, I get the menu bar on top, and there, I can see under menu [Tabs] that my terminal tabs are still living
- I can even access my tabs by switching to full screen, there also CntrlPageup works as expected.
- I can also say AltSPACE to get the menu for window manipulation options, but they all do not do anything noticeable, except "Minimize" which leaves full screen.
- But once I leave full screen, the windows are again invisible.
Is there a way how I can get my Terminal-tabs back to normal, visible windows?
Here is a
partialfull fix which was inspired by this answer.Pressing CtrlAltNumpad 1, the size of the fullscreen window is temporarily reduced to a reasonably sized window without the Window decoration attached to the Terminal window. However, when selecting another window and then going back to Terminal, the Terminal remembers that it is fullscreen and gets fullscreen again. Now, CtrlAltNumpad 1 no longer works, as the windows "believes" it is in that corner already. So I do
CtrlAltNumpad 7CtrlAltNumpad 1
to make it visible again. Another
bugfeature is used to kind-of undo the original one.But wait ..., then I select [View] -> [Show Menubar] and I got the original Window decoration back, and the window can now be selected normally. Everything saved!