after changing compiz configs - the panels disappeared
I just see my files on the desktop, Problem I cant open settings to reset the compiz settings or what ever happend. How do I solve this?
after changing compiz configs - the panels disappeared
I just see my files on the desktop, Problem I cant open settings to reset the compiz settings or what ever happend. How do I solve this?
You can reset your Unity configuration with unity --reset
(via How do I reset my Unity configuration?)
Based on the contents of unity --help
, running unity --reset
will clear any custom settings you use in the unity plugin.
When my panel disappears, I instead run unity --replace
Unity's --reset
switch is deprecated. To reset Unity's settings run the following 2 commands:
(This should only apply to 13.04 and 13.10, I'm not sure about older versions)
sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
(This is not a path on your disk, but it just identifies compiz-specific settings)setsid unity
this work fine for me. :)