I am new to Ubuntu and I just installed ubuntu12.04 for a week. Everything works fine until this afternoon.
Normally, 2 windows of the same application are open, there are 2 grey arrows beside the icon on the panel. When click on the arrows, all the windows from the application line up on window for me to choose. But when I click on it now, nothing happened. The windows are not lining up for me anymore.
I though that maybe I mess with unity too much and broke it, so I tried to reset Unity by unity --reset and then go to .config/dconf/ to delete the user file. I restart the PC after that.
I realized the feature comes back after the restart, as long as I do not open another type of application. For example, right after the restart, I open three folder windows and all windows line up nicely if I click on the grey arrow. But if I open a Firefox window after that, the feature is gone, no matter how many times I click on the icon, the windows just won't line up.
How can I fix this problem?
compiz --replacewhen it's broken to restart compiz (and Unity). That will most certainly not help, but it's faster than restarting X. Since you're fairly new to Ubuntu, if you don't know it already, you might want to try the compiz scale plugin (WinKey+w) and set it up in a corner of your screen, as a workaround ... – user55822 Oct 20 '12 at 12:03sudo apt-get install ccsm) and tweak it harder with 2 other plugins (sudo apt-get install compiz-plugins-extra), "Scale Addons" for window title (need to enable the "Text" plugin for it to work ..) and mouse actions, and "Scale Window Title Filter" to filter windows by name by typing some letters. Last warning, don't try to activate "Initiate Window Picker for window group" in the "Scale" plugin since it's not working (known bug), even though it would be perfect for your issue, and for me in general. – user55822 Oct 20 '12 at 17:24