Every once in a while the interface on the ubuntu box becomes unresponsive. The box has natty installed. The main menu on the top left and the taskbar icons on the top right cannot be clicked on. The only thing that can be done is to close any running applications and restart the system. Is there a more elegant solution? Somehow, this aspect of restarting the entire system just to get a functioning interface defeats the purpose of using linux.
Any help is kindly appreciated.
Thanks.
There's a good possibility that your problem is related to one I asked about earlier. I suspect that compiz is hanging. To test this, try the following the next time the problem occurs:
killall compiz
. If that doesn't solve your problem, or if compiz refuses to die as happens in my situation, get tough with compiz:killall -9 compiz
. Sending -9 forces compiz to end immediately without cleaning up after itself.