If you accidentally removed your GNOME panel, here's a quick "how-to" restore the gnome panel by using a terminal.
1. Open the Terminal. Go to Applications > Accessories > Terminal
2. On the Terminal, execute this command:
gconftool --recursive-unset /apps/panel
3. And execute this another command:
rm -rf ~/.gconf/apps/panel
4. And lastly, execute this command:
pkill gnome-panel
That's all. It restores both the top and bottom panels with the default settings.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.