Difference between revisions of "Panel - Reset to Default"

From FreekiWiki
Jump to navigation Jump to search
m (Reverted edits by Messingerevan (Talk); changed back to last version by Paulm)
Line 1: Line 1:
Here's a script to fix all your panel problems = ) It will reset your panels to the ubuntu default and make sure everything is running properly.
+
==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
  
'''BEFORE YOU RUN IT''', however, open:
+
[[Category: Tech support]]
/etc/NetworkManager/nm-system-settings.conf
 
Now find:
 
[ifupdown]
 
managed = false
 
And change the second line to:
 
managed = true
 
 
 
Download this script anywhere, double-click it, and choose "run."
 
 
 
[[Media:Restore-panel.sh]]
 
 
 
[[Category: Tech Support]]
 

Revision as of 17:56, 1 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