How to restore the default gnome-desktop-panels in Ubuntu
Many Ubuntu users would customize their gnome desktop by changing the default panels with dock or AWN.
This tutorial shows how to restore this default panels.
First,open terminal from
Applications->Accessories->Terminal.
type this command and all panels will disappear.
gconftool –recursive-unset /apps/panel
then,type this to delete current one:
rm -rf ~/.gconf/apps/panel
Finally,reload panel:
pkill gnome-panel
Now Panels looks as default
Possibly Related Posts:
- Linux tool :Fdupes
- Backtrack : TestDisk ( Digital forensics ,forensics analysis)
- LINUX : Control users loggin /etc/passwd file
- How ot install Tweetdeck on ubuntu 10.04 64bit
- VMware : How to setup Windows Active Directory authentication on ESX 4.0
