Ubuntu – Why does the terminal in unity 2d (Ubuntu 11.10) always stay in the foreground

terminalubuntu 11.10ubuntu-unitywindow

I have just updated to Ubuntu 11.10 and I am using unity 2d. My terminal applications (gnome-terminal or konsole) just won't go into background. When I move another application in front of them, they are still rendered, but the clicks are going through them. This behavior only appears when the terminal windows interact with another applications. I can move one terminal over another without a problem, but even the menu list of a terminal application can not be shown, since it is – for some unknown reason – "behind" the terminal.

Any ideas what might be the cause of this problem?

I do not have this problem with my other machines. The only difference is, that I am using unity 2d here and ("normal") unity at home.

Best Answer

I had the same problem, and, in fact, this very same page led me to the solution. I did not create and xorg.config file though. I solved through gconf-editor.

Open the terminal and type: gconf-editor /apps/metacity/general

look for the compositing_manager options and uncheck it. Your windows will flicker and the problem will be solved.

One thing to have in mind is that you will not have transparencies any more. For example, your launcher will not be semi-tranparent.

Personally I prefer to use gconf-editor because it gives me a sense of safety.

Related Question