Difference between revisions of "Panel - Reset to Default"

From FreekiWiki
Jump to navigation Jump to search
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
{{Migrated}}
 +
 +
[https://docs.google.com/document/d/11m9IcynorezyxvAkTyv4sVBcyWMQ9ZFPn5MyUfgCG84/edit?usp=sharing]
 +
 +
=RESETTING PANELS=
 +
 +
==Xubuntu==
 +
 +
https://help.ubuntu.com/community/XubuntuPanels
 +
 +
==Ubuntu 12.04==
 +
 +
====How to Reset the Panel to Default====
 +
 +
To restore default panels:
 +
 +
<code>mv ~/.config/xfce4/panel ~/.config/xfce4/panel.bak</code>
 +
 +
To restore default panel items:
 +
 +
<code>mv ~/.config/xfce4/xfconf ~/.config/xfce4/xfconf.bak</code>
 +
 +
Log out and then log back in.  This will generate the default config files.
 +
 +
==Ubuntu 10.04==
 +
 +
=== How to Reset the Panel to Default (for the end user)===
 +
 +
Most of our end users have a very hard time with the command line. On the phone the following would be the easiest to explain:
 +
 +
If the user has access to Places from the top panel...(if "Places" has disappeared...please see below)
 +
 +
Navigate to the user's home folder
 +
  go to Places -> Home Folder
 +
 +
Show hidden files
 +
  go to View -> show hidden files
 +
 +
Navigate to the apps folder
 +
  go to .gconf -> apps
 +
 +
Find and delete the panel folder
 +
 +
Log out and back in again, or restart the computer
 +
 +
On reboot or log out and in the panels will be restored to the base default (all original plugins in original positions)
 +
 +
 +
IF PLACES IS NOT ACCESSIBLE FROM THE TOP PANEL...
 +
 +
  Start Nautilus (file browser) by pressing the ALT and F2 keys at the same time
 +
  Type "nautilus" in the Run Application window.
 +
 +
Show hidden files
 +
  go to View -> show hidden files
 +
 +
Navigate to the apps folder
 +
  go to .gconf -> apps
 +
 +
Find and delete the panel folder
 +
 +
Log out and back in again, or restart the computer
 +
 +
On reboot or log out and in the panels will be restored to the base default (all original plugins in original positions)
 +
 +
COMMAND LINE VERSION OF THE ABOVE...
 +
 
==How to Reset the Panel to Default==
 
==How to Reset the Panel to Default==
 
   
 
   
 
Open a Terminal and type the following
 
Open a Terminal and type the following
  
  <code>gconftool --recursive-unset /apps/panel (All panels will disappear)
+
  <code>gconftool-2 --recursive-unset /apps/panel (All panels will disappear)
  rm -rf ~/.gconf/apps/panel
+
  # rm -rf ~/.gconf/apps/panel (not needed it does  the same thing as the line above)
 
  pkill gnome-panel </code>
 
  pkill gnome-panel </code>
  
Line 20: Line 87:
 
  managed = true
 
  managed = true
  
Then run the following:
+
And make sure nm-applet will run on login. Make sure this command has an entry in the list of startup programs:
  
  gksudo apt-get purge gnome-panel indicator-applet-session
+
  nm-applet --sm-disable  (System -> Preferences -> Startup Applications)
  gksudo apt-get install gnome-panel indicator-applet-session
+
 
  gksudo restart network-manager
+
Then run the following:  (note that a "gk" preceeding sudo was removed as it was discovered to inhibit the process. [[User:Rhean|Rhean]] 18:34, 13 October 2011 (UTC))
 +
 
 +
sudo apt-get purge gnome-panel indicator-applet-session network-manager-gnome
 +
  sudo apt-get install gnome-panel indicator-applet-session network-manager-gnome
 +
  sudo restart network-manager
 
  gconftool --recursive-unset /apps/panel
 
  gconftool --recursive-unset /apps/panel
 
  rm -rf ~/.gconf/apps/panel
 
  rm -rf ~/.gconf/apps/panel
 
  pkill gnome-panel
 
  pkill gnome-panel
  
[[Category: Tech Support]]
+
To get network manager to show up as a separate applet (useful in restoring it to the panel under some versions of ubuntu), do:
 +
 
 +
sudo apt-get install indicator-session indicator-applet-session
 +
 
 +
[[Category: Tech support]]

Latest revision as of 13:43, 9 May 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


[1]

RESETTING PANELS

Xubuntu

https://help.ubuntu.com/community/XubuntuPanels

Ubuntu 12.04

How to Reset the Panel to Default

To restore default panels:

mv ~/.config/xfce4/panel ~/.config/xfce4/panel.bak

To restore default panel items:

mv ~/.config/xfce4/xfconf ~/.config/xfce4/xfconf.bak

Log out and then log back in. This will generate the default config files.

Ubuntu 10.04

How to Reset the Panel to Default (for the end user)

Most of our end users have a very hard time with the command line. On the phone the following would be the easiest to explain:

If the user has access to Places from the top panel...(if "Places" has disappeared...please see below)

Navigate to the user's home folder

  go to Places -> Home Folder

Show hidden files

  go to View -> show hidden files

Navigate to the apps folder

  go to .gconf -> apps

Find and delete the panel folder

Log out and back in again, or restart the computer

On reboot or log out and in the panels will be restored to the base default (all original plugins in original positions)


IF PLACES IS NOT ACCESSIBLE FROM THE TOP PANEL...

  Start Nautilus (file browser) by pressing the ALT and F2 keys at the same time
  Type "nautilus" in the Run Application window.

Show hidden files

  go to View -> show hidden files

Navigate to the apps folder

  go to .gconf -> apps

Find and delete the panel folder

Log out and back in again, or restart the computer

On reboot or log out and in the panels will be restored to the base default (all original plugins in original positions)

COMMAND LINE VERSION OF THE ABOVE...

How to Reset the Panel to Default

Open a Terminal and type the following

gconftool-2 --recursive-unset /apps/panel (All panels will disappear)
# rm -rf ~/.gconf/apps/panel (not needed it does  the same thing as the line above)
pkill gnome-panel 

In case that didn't do anything

You can do this if your panels/networking applet are really messed up. This is a "complete reset" of your panel settings. It reinstalls the panel applications and resets everything to default at the end.

BEFORE YOU RUN IT, make sure the networking applet will give you the option to change around wired connections. Open:

/etc/NetworkManager/nm-system-settings.conf

Now find:

[ifupdown]
managed = false

And change the second line to:

managed = true

And make sure nm-applet will run on login. Make sure this command has an entry in the list of startup programs:

nm-applet --sm-disable   (System -> Preferences -> Startup Applications)

Then run the following: (note that a "gk" preceeding sudo was removed as it was discovered to inhibit the process. Rhean 18:34, 13 October 2011 (UTC))

sudo apt-get purge gnome-panel indicator-applet-session network-manager-gnome
sudo apt-get install gnome-panel indicator-applet-session network-manager-gnome
sudo restart network-manager
gconftool --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

To get network manager to show up as a separate applet (useful in restoring it to the panel under some versions of ubuntu), do:

sudo apt-get install indicator-session indicator-applet-session