Nov 6, 2009

How to bring back your top or bottom panel in 4 steps?

Step 1:
sudo apt-get install gconf2
Step 2:
gconftool-2 --recursive-unset /apps/panel
Step 3:
rm -rf ~/.gconf/apps/panel
Step 4:
pkill gnome-panel

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...