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 : How to Disable Direct Root Logins
- Linux :How to encrypt text file in Linux (VIM)
- FreeBSD : Data set and change
- Mysql : Connect to a remote mysql Server
- MySql : how to create database user on mysql databbase?
