I installed compizconfig on ubuntu 12.04, and was changing the desktop effects, suddenly all menus disappeared, I can't even open terminal. I restarted several times. When I tried Ctrl+Alt+F2, logged in and typed unity --reset, it displays lot of error messages (I don't understand what they are), and finally says 'segmentation fault'. Other accounts on the system are working fine. I need help..!!
Asked
Active
Viewed 3,404 times
1
2 Answers
1
Compiz is very advanced tool and should be used with caution. Otherwise you will face this kind of problem.
Reset Unity
Run following in terminal.
unity --reset
Reset Unity Launcher icons
If you want to reset the Unity Launcher icons (dock bar on the left) to their initial state, run the following command:
unity --reset-icons
Reset Compiz
Run following in terminal.
sudo gconftool --recursive-unset /apps/compiz-1
sudo gconftool --recursive-unset /apps/compizconfig-1
Logout and Logback in.
Web-E
- 21,716
0
- Somehow open a terminal in your x session. I created a file on my desktop called tmp.sh, edited its rights to be executable, entered sleep 100000 in it and then ran it.
- Run
ccsmthis will open the compiz configuration manager window. - Do the opposite of what you did that screwed it up.
Geoffrey De Smet
- 101