If you have problems to see your Ubuntu App Pannel just open Terminal and write this :
metacity –replace &
If this not work for you then try to remove this folders from your Home
rm -rf ~/.gconf* ~/.gnome* ~/.metaci* ~/.thumb* ~/.nautilus* ~/.gtk* ~/.themes* ~/.icons*
———————
How do I move the Unity title bar buttons to the right side?
Just go to Configuration Editor > Apps > Metacity > General > Button layout edit key from maximize,minimize,close to menu:minimize,maximize,close
Method 2 ( Terminal )
gconftool-2 --set "/apps/metacity/general/button_layout" --type string ":minimize,maximize,close"
| This post was thanked 0 time(s). Thank it ? |
