Difference between revisions of "Panel - Reset to Default"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
Open a Terminal and type the following
 
Open a Terminal and type the following
  
  gconftool –recursive-unset /apps/panel (All panels will disappear)
+
  <code>gconftool --recursive-unset /apps/panel (All panels will disappear)
 
  rm -rf ~/.gconf/apps/panel
 
  rm -rf ~/.gconf/apps/panel
  pkill gnome-panel  
+
  pkill gnome-panel </code>
  
 
(Removed script as it needs to go in the proper package not on the wiki)
 
(Removed script as it needs to go in the proper package not on the wiki)
 
[[Category: Tech support]]
 
[[Category: Tech support]]

Revision as of 15:30, 9 April 2011

How to Reset the Panel to Default

Open a Terminal and type the following

gconftool --recursive-unset /apps/panel (All panels will disappear)
rm -rf ~/.gconf/apps/panel
pkill gnome-panel 

(Removed script as it needs to go in the proper package not on the wiki)