Reset gnome panel for 15.04

Asked by EricDHH

Howto reset the gnome panel in Ubuntu Mate 15.04 to default? Old solutions with folder removal, dconf and gconf did not work in 15.04, old home directories produce messed up panels.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
EricDHH
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

dconf reset -f /org/gnome/gnome-panel/
killall gnome-panel

Is that what you have tried?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2
Revision history for this message
EricDHH (ericdhh) said :
#3

Now i see what's wrong, this must be really new.

eric@tethys:~$ dconf reset -f /org/gnome/gnome-panel/
eric@tethys:~$ killall gnome-panel
gnome-panel: Kein Prozess gefunden

Gnome panel got a new name in the Mate desktop.

eric@tethys:~$ gnome-panel --replace &
[1] 3330
eric@tethys:~$ Die Anwendung »gnome-panel« ist momentan nicht installiert. Sie können sie durch folgende Eingabe installieren:
sudo apt-get install gnome-panel

eric@tethys:~$ ps ax | grep panel
 2599 ? Sl 0:00 mate-panel

Yes it is called mate-panel now and changed this way the commands also work.