All you had to do is:
1. Check if its already running
ps aux | grep metacity
2. Then, if its not (even if its running), just load it.
sudo metacity
3. If it gives an error like "Window manager warning: Screen 0 on display ":0.0" already has a window manager;", then just force it
sudo metacity --replace
There is a catch here. this will occupy a terminal window. So, I'd suggest, you give the system a restart, if you arent into anything utterly serious.
I expertly went ahead and killed that process, and my whole GUI went for a toss. Nothing worked (except the mouse). So, I had to run to my second login screen, do a
kill -9 METACITY-PIDof the metacity manager, and restart it with
sudo metacity --display=:0.0 --replace
And then, after I had saved my documents, I restarted the system. All is well, that restarted well.
Source link
No comments:
Post a Comment