2

Unity has just crashed and the following is displayed when I try to restart it by running the command unity:

Initializing bailer options...done
Initializing detection options...done
Initializing composite options...done
Compiz (opengl) - Fatal: No valid GL extensions string found.
Compiz (bailer) - Info: Ensuring a shell for your session
Cannot register the panel shell: there is already one running

This computer has been running Unity for the last few days with no problems, so this is not likely a hardware issue.

What do I have to do to get Unity to restart?

Nathan Osman
  • 32,155

2 Answers2

1

Try CTRL + ALT + F1

login to TTY1

type

unity --reset &

then CTRL + ALT + F7 to see if Unity was reset successfullly.

fossfreedom
  • 172,746
0

Try starting unity-window-decorator when it crashes the next time. When Natty was still in beta and apport was still enabled, apport told the name of the crashed process (and for me, it was always unity-window-decorator). You can also look in /var/log/syslog, it should have a line with "segfault".

elmicha
  • 9,728