Difference between revisions of "Panel - Reset to Default"
Jump to navigation
Jump to search
(New page: ==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 gnom...) |
|||
| 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. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | [[Category: Tech | + | '''BEFORE YOU RUN IT''', however, open: |
| + | /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 15:43, 1 April 2011
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.
BEFORE YOU RUN IT, however, open:
/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."