PDA

View Full Version : [xubuntu] removed all pannels, how do i add a panel



pedrotuga
April 30th, 2008, 09:23 PM
this is embarrassing, but that's what just hapen to me... how do i fix that stupid mistake?

sisco311
April 30th, 2008, 09:28 PM
From a terminal delete the panels config files and restart the panel:

rm -fr ~/.config/xfce4/panel/
killall xfce4-panelpress Alt+F2 and type: xfce4-panel

This will restore the default panels.

magnus0
April 30th, 2008, 09:34 PM
Try these commands, if you're on Gnome:


gconftool-2 --shutdown
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

pedrotuga
April 30th, 2008, 11:23 PM
thank you.
I used sisco's method and it worked fine.