Restore Panels In Ubuntu Back To Their Default Settings

163

ubuntulogo.jpgMessed up your panels in Gnome? Maybe your new to Ubuntu and accidentally deleted items or the panel itself and now you can't figure out how to get it back.

Sure, you can add a new panel and rebuild it by adding the items back on the panel.

Instead of going through the trouble, there is an easy fix that will restore your panels back to their default settings quickly.

Open up a Terminal window, by clicking on Applications \ Accessories \ Terminal. Or, if you deleted the top panel and cannot access the menus, just press ALT+F2 and in the run dialog box, type gnome-terminal then click on Run.

You can also browse for applications, such as Terminal from the Run window, by clicking on the arrow icon next to 'Show list of known applications" and browse for Terminal.

gnomedefaultpanel.png

Once the Terminal window opens, enter the following command at the prompt:

gconftool-2 – -shutdown

(Note: There should be no spaces between the two dashes before shutdown.)

EDIT – Reader nickrud has suggested a better method instead of shutting down gconfd. Instead use the following command (thanks nickrud!)

gconftool – -recursive-unset /apps/panel

(Remember: There should be no spaces between the two dashes before shutdown.)

Then enter the next command:

rm -rf ~/.gconf/apps/panel

And enter one more command:

pkill gnome-panel

That's it!

Both top and bottom panels will appear (if missing) with their default settings. Now you can customize them to your preference and get on with using Ubuntu.

NOTE: This method will work in Gutsy Gibbon (7.10) and Hardy Heron (8.04) version of Ubuntu.

Source: ethernal.org

Comments on Restore Panels In Ubuntu Back To Their Default Settings Leave a Comment

May 30, 2008

sankar @ 2:52 am #

I did what you said when i accidentally deleted my bottom panel.

The top panel resets and appears. but the bottom one does not appear.

and one more thing,
the command

gconftool-2 –shutdown

does not work it gives an error message

Run 'gconftool-2 –help' to see a full list of available command line options.

when used as gconftool-2 shutdown

does not give any error message

I use Ubuntu 8.04

June 18, 2008

Ian @ 11:07 am #

This worked fantastically. A million thanks!

droid8622 @ 3:19 pm #

thanx! this article saved me a lot of time for my friend,why not to write first command like it should be ?

gconftool-2 –shutdown

droid8622 @ 3:19 pm #

oops , i understood<sorry :)

July 7, 2008

Sigint @ 2:26 pm #

Thanks alot!! I was puzzled for a couple of days with that one.

July 15, 2008

fere @ 3:19 am #

thank you so much!! Didn't work the first time, but after several tries, it worked out perfectly.

July 29, 2008

Quyen @ 11:37 am #

Thank you so much for this.

July 30, 2008

HaydenPC @ 3:54 pm #

Wow, thanks a lot
It works~!

August 3, 2008

nickrud @ 12:56 pm #

There's no reason to shutdown gconfd with gconftool –shutdown. gconftool is quite capable of pruning the tree while gconfd is running, use

gconftool –recursive-unset /apps/panel

Killing gconfd is not a very good idea. Most (if not all) gnome apps keep their settings there, and one of them may very well restart gconfd before you get a chance to run your rm command.

nickrud @ 12:58 pm #

hm, I don't care much for the formatting of messages here ;)

it's

gconftool gconftool – -recursive-unset /apps/panel

( dash – no space – dash no space recursive-unset )

August 8, 2008

Nawaf @ 7:31 pm #

Thanks. This helped me a lot.

August 14, 2008

FMZ @ 9:44 pm #

This command doesn't work for me, I am using Ubuntu 7.10.
What's wrong with my Ubuntu 7.10

August 15, 2008

nickrud @ 11:58 am #

FMZ, try this:

In a terminal, run ps -A | grep gnome-panel , if you see it (meaning it's running), run:

alt-f2 gconftool –recursive-unset /apps/panel && killall gnome-panel

if you don't, run:

alt-f2 gconftool –recursive-unset /apps/panel && gnome-panel

August 21, 2008

Mike @ 2:34 am #

nick's last post worked wonders… nothing else worked for me.. thanks nick.

August 30, 2008

randy @ 1:31 am #

it didnt work. no errors, just nothing appeared.

October 5, 2008

Val Cyril Estrada @ 4:03 am #

you guys were AH!, but genius AH, but if you want to help, pls dont make some confusions, well anyway thanks a lot guys, ive discarded windows in favor of ubuntu.

November 29, 2008

centguy @ 1:36 pm #

Thanks !!! I was so depressed before I found this article.

January 3, 2009

Michael Mann @ 9:11 pm #

This method also works under 8.10. Thanks for this as it was much needed here.

January 11, 2009

Jonathan @ 8:31 am #

Thanks for this tip.
One thing I wish to suggest is you make it clear that this will also reset both the top and bottom panels even if they have no been lost etc. Without explicitly stating this, the following statement, "Both top and bottom panels will appear (if missing) with their default settings" gave me the impression that if a panel is not missing it will not be reset to the default settings. I only wanted to restore my bottom panel (which I deleted some time ago). I did not want to reset my top panel, which I have greatly customised to the way I like it.

Again, thanks for the tip. I am happy I at least go the bottom panel back, and I'll now set about redoing my top panel.

Jonathan

January 22, 2009

anoop @ 9:54 pm #

thanks…worked like a gem for my 8.10….

January 29, 2009

nubuntu @ 7:30 pm #

thanks a lot for the tips, saved me from having to do a fresh install of e.p. on my eee (easy peasy is based on 8.10 [intrepid] iirc), the only problem i had is i had to put a space before /apps/panel e.g. gconftool –recursive-unset /apps/panel and it took me a sec to figure that out.

February 11, 2009

noob @ 4:52 pm #

thanks so much! somehow I deleted my one and only panel and panicked for few minutes.
I thought we *can't* delete it to prevent this accident happened to me !?!
Anyway thanks a bunch.

February 17, 2009

rorus @ 3:23 pm #

sweet! thanks for helping out us noobs :P

March 14, 2009

chris @ 7:22 pm #

YESSSS THANK YOU SO MUCH!.

April 7, 2009

Joel @ 7:05 pm #

Thank you so much for this article. I messed up my panels majorly and wanted the default settings back, but didn't know what exactly they were.

April 16, 2009

Duncan @ 1:51 pm #

Worked for me, thanks.

April 17, 2009

Josef @ 12:29 am #

Thankyou good sir. You saved me a lot of worry and confusion.

April 28, 2009

Jason @ 9:57 pm #

Thanks a lot I spent an entire weekend trying to figure this out! Very well written article easy to follow.

May 10, 2009

nXa @ 10:29 am #

tnx

May 13, 2009

cworkman @ 12:48 pm #

for me it worked with just these 2 lines of code

gconftool – -recursive-unset /apps/panel
pkill gnome-panel

May 15, 2009

Craig Jacobs @ 9:01 am #

I am using Ubuntu Hardy 8.04.2, I press ALT+F2 but nothing happens…….I have read elsewhere on other sites to press ALT+F12 / CRTL+2 / CRTL+12 but none of these will open terminal or "run application".

I am truly stuck here….I can see my icons but have no panels. I can right click my desktop, open my home folder using ATL+home, open my "open directory" using CRTL+L.

Please help me….aaaaahhhhh I love Ubuntu but this is killing me.

cworkman29729 @ 9:07 am #

@Craig Jacobs

Right Click The Desktop Click Create Launcher

in the command textbox type gnome-terminal

Give it the name Treminal Or Anything You Wish

click ok

Thats it you have a terminal shortcut on your desktop :)

June 1, 2009

Bijay Rungta @ 12:32 am #

Worked like wonders

Thanks for this..

June 2, 2009

Michael Mann @ 1:09 pm #

I have confirmed this also works under Ubuntu 9.04 (Ibex)

July 9, 2009

Zvi @ 8:20 am #

I'm using an install of ubuntu which came with my dell mini 9. the system comes with 2 different ways of viewing the desktop, the classical version, and dells weird simple one. for some reason when doing this it reset the panels to the way they looked in the dell version and I'm not sure how to get it back to my normal settings :(

July 12, 2009

Francisco B @ 7:23 pm #

I had trouble with ubuntu because I was using my PC with a normal 19´´ screen and then I used my PC in a plasma TV, I changed the screen settings in order to see better resolution (I changed to 1200 x 900, then to 900 x 750 more or less). Then I changed again to the normal 19´´ screen but now I cannot see anything except the initial process when I turn on the PC (it apperas the "Press F12 to boot"…etc), then the screen comes totally invisible so I cannot use the PC anymore.

Can I restore the screen settings with the CD without losing my data?

Thanks!
Paco

July 16, 2009

Shraddha @ 12:28 am #

Thanks a lot it worked!!!!

July 17, 2009

ambdukias66 @ 7:07 am #

Is there something similar to reset the default movie player? I tried going in to system, preferences, preferred applications and clicking the multimedia tab and making sure totem was chosen. But whenever i play something it wont play in totem but in a new tab in my browser. I'm not sure what the heck I did.

August 10, 2009

ATTENTIVE @ 2:52 am #

Users of these steps will notice a disappearance of both top and bottom panels in Ubuntu while initiating the second step in terminal. Also if they minimize the browser window and terminal, these will seem to disappear. To bring back the browser and terminal, press the escape key while holding the alt key.

August 14, 2009

Salv @ 11:54 pm #

Thanks, I had deleted my custom panel on my second desktop while trying to customize it (because there actually was none originally) and couldn't even switch back to the main desktop anymore (I guess there is a shortcut, but I don't know it yet). Now I got both panels back on both desktops, which is actually an improvement from how it originally was ^^'

August 15, 2009

Salv @ 12:00 am #

Right-click your media file, choose "Properties" and there should be an "Open with" tab (or something similar, I'm using the French interface). I would suppose that selecting the desired application there would do the trick (the modification is applied to all files of the same extension, like in Windows if you're familiar with that).

I started using Ubuntu two days ago, so it's the best advice I can offer; good luck ^^

Jacroe @ 12:25 pm #

This also works in 9.04 Jaunty.

August 25, 2009

Gerrit @ 1:00 pm #

Wow… thank you! I deleted this while a noob and have been unable to get it back to original! Thanks for the simple tip… I had no problems getting it to work!

August 26, 2009

allen bina @ 3:36 am #

bless you. saved my ass

September 17, 2009

Bertie_boy @ 9:32 am #

I have 9.04 installed.
I uninstalled Evolution and after the reboot I dont have a taskbar with anything on the desktop – just the icons on the desktop?
I reinstalled evolution but taskbar did not return.
I have tried everything on here but to no avail…
please help

BB

September 19, 2009

Peter Wood Brisbane Australia @ 5:33 am #

Hi,
I went through this too today.

However . . . .

All those grateful thanks, but I can't see anyone asking how to prevent accidental deletion of panels. Is it possible?

Peter

Azenquor @ 12:47 pm #

Thanks… I used it and it worked perfectly…

You should write out a list of helpful terminal commands for download…

I'd download them all…

September 23, 2009

ahmed khalaf @ 9:47 am #

REallly thank you very much
thank you very much, thank you very much, thank you very much, thank you very much, thank you very much, thank you very much, thank you very much, thank you very much, thank you very much, thank you very much, thank you very much,

:*

September 26, 2009

Zaka @ 11:52 am #

This was a tricky one! After 2 years with Ubuntu, I finally managed to zap the bottom panel. I could recreate it, but not knowing the NAMES of what was originally there I was not a happy camper. Funny, when I 1st used gnome, I didn't like having top & bottom panels…now I wouldn't have it any other way! Thanks so much for posting this tip!

September 28, 2009

RJ @ 3:58 pm #

thanks… but it did not work until I changed the
rm -rf ~/.gconf/apps/panel

to

rm -rf ~ /.gconf/apps/panel
(I added a space after the tilde and it worked like a charm)

thanks, RJ

October 4, 2009

vinny @ 8:13 pm #

dud you are my hero thank you so much

October 13, 2009

diopu @ 10:24 am #

I have the same trouble, it seems that steps above doesn't work on my Jaunty…what's wrong? I've already uninstalled compiz and set Desktop effects to none. And also, I'm getting frustated cuz Alt+F2 and Create Launcher by right click on the desktop couldn't work. Somebody, please help me!

November 14, 2009

Sunil @ 1:54 am #

It really helped. Very good and quick solution. Worked for me with Ubuntu 9.10

Thank you.

November 29, 2009

Working for Ubuntu NR 9.10, thanks

December 6, 2009

IchBinRene @ 6:52 pm #

Thanks a million , you're awesome, saved me a reinstall!

December 21, 2009

Shayon @ 9:27 am #

Works with Karmic Koala too.

December 30, 2009

Max @ 3:12 pm #

@cworkman: This worked perfect in ubuntu 9.10. Thanks a lot!

January 3, 2010

Syl @ 12:55 pm #

tnx. Saved me some work to restore.

January 4, 2010

Geert @ 7:52 am #

Worked like a charm in ubuntu 9.10 although i only had to use 2 commands :)

thanks for this time-saving post.

January 11, 2010

toaster @ 3:40 pm #

Worked in 9.10 Netbook Remix as well, but

gconftool –recursive-unset /apps/panel

was enough. Thanks a lot, I already fell back to generate xml diffs for the different users to find out what to change.

January 12, 2010

Pim @ 11:50 am #

Works perfect on Ubuntu 9.10 Remix indeed.

Only had to use: gconftool –recursive-unset /apps/panel

January 25, 2010

getglenn @ 10:04 am #

worked first time on Ubuntu 8.10… many thanks for the info

January 27, 2010

shriv_noob @ 6:14 pm #

YAY! it works in 9.10 though I did have to figure out the correct order of spaces and dashes..
Thanks a bunch!!

February 5, 2010

Dennis Gearon @ 10:46 pm #

Thank you VERY much. Ubuntu 9.04 (holding out until the bugs are worked out of 9.10). Deleted top panel, was surprised how much returned after doing this.

February 6, 2010

mfragin @ 2:11 pm #

Thanks! I had added four or five instances of the weather applet, just for fun. The only problem was that half the time I booted up the panel was just blank. Resetting worked.

February 12, 2010

Caron @ 3:30 pm #

HOORAY! Worked like a charm, I killed my panel trying to help someone get theirs back (good thing I know some hot keys… and now I will create a few desktop launchers). We're both reset and ready to go back to tinkering!

Ubuntu 9.10 & 9.10 remix here.

Cheers!

February 15, 2010

Samantha @ 1:34 am #

@nickrud: hi. im new to this whole ubuntu/linux thingy. and i accidentally deleted my top panel. i tried what you guys said. it didn't work. im wondering if i put it in incorrectly. this is what i put. >>
owner@owner-desktop:~$ gconftool-2 –shutdown
owner@owner-desktop:~$ rm -rf ~/.gconf/apps/panel
owner@owner-desktop:~$ pkill gnome-panel
<<<
is that correct?

Samantha @ 1:38 am #

nevermind i tried it over and over and finally got it right! thnx

Sri @ 9:19 am #

Works perfectly, Thanks a ton dude :)

February 17, 2010

Shifty @ 12:53 am #

THX dude!!!!!!!!!!!!!!!!!!!!!!!!!

you've solved my problem!!!! THX a lot my man! I really REALLY apreciate it!!!

February 18, 2010

nerd @ 8:53 pm #

Worked great! Thanks!

February 19, 2010

Dario @ 6:05 am #

Legend! Worked a treat.
Thank you.

February 23, 2010

Luca @ 2:48 pm #

It works for me with 9.10 Kermic Koala. Thanks a lot, I was getting mad.

February 24, 2010

Matt @ 4:15 am #

Thanks for this post… By accident, I deleted the top bar and I was going crazy wondering how to restore…

I searched Google and found this post and it worked like a charm… I am using 9.10…

Thank you…

Thomas Schodt @ 7:10 am #

I made the same mistake – on CentOS, 5.4
These instructions work a treat
(allowing for obvious or explicitly stated caveats)

March 11, 2010

rajat @ 1:56 am #

thanks a lot. It worked. :)

March 24, 2010

vinay @ 12:21 pm #

thanks buddy

March 27, 2010

new2ubuntu @ 3:34 pm #

Thank you *so* much.

April 3, 2010

madhu @ 12:26 am #

hi everybody

April 6, 2010

vtiger @ 7:50 am #

thanks…it worked perfect for me

April 7, 2010

saravanan @ 11:24 am #

thanks a lot …..it works fine ….

April 8, 2010

Merlin2007 @ 3:00 am #

Running Ubuntu 9.10. I discovered all the problems where due to not typing it correctly on the terminal. Where you see the asterisk symbol * replace it with a space, and it should work. It did for me! Thanks a lot!

gconftool*–recursive-unset*/apps/panel
rm*-rf*~/.gconf/apps/panel
pkill*gnome-panel

Merlin2007 @ 3:05 am #

Oops. I pasted the version that did not work for me, here is the correct sequence. replace * with a space. two dashes in front of the word recursive.

gconftool*–recursive-unset*/apps/panel
rm*-rf*~/.gconf/apps/panel
pkill*gnome-panel

Merlin2007 @ 3:11 am #

Don't know why the two dashes are replaced by one dash when I post this. So I did not goof. I pasted directly from the Terminal the second time, but It still only shows as one minus sign, when there should be two! Weird??

April 11, 2010

e-k-o @ 7:08 pm #

thanks a lot. this works for karmic as well. :)

April 13, 2010

e-k-o @ 4:24 am #

hmm…, one more question. for new user who's new and not familiar to Ubuntu and command line, is there any convenient way to do this in GUI? thank you.

April 18, 2010

sinus @ 3:12 pm #

Please correct the topic (two dashes):
gconftool –recursive-unset /apps/panel

Thanks!

#Hope the two dashes don't disappear as Merlin2007 mentioned above.

sinus @ 3:15 pm #

Ok, seems something wrong with webpage coding :-(

April 19, 2010

vasile @ 11:03 am #

i have ubuntu 9.10 i did everything here was written but the panel still doesn't apear…what should i do?

Dennis @ 8:32 pm #

I made my panel disappear (auto-hide) behind my other one and now I can't make it re-appear. Any suggestions?

April 20, 2010

Kurt @ 7:13 am #

Works. Thanks Ubuntu 9.10 64 bit

April 23, 2010

ben @ 3:02 pm #

It doesn't work for me nothing happens at all when i enter these commands:
gconftool-2 – -shutdown
gconftool – -recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

I have ubuntu 9.10 or kubuntu 9.10

April 24, 2010

Merlin2007 @ 1:21 pm #

Someone has created a script

Here is the link…

http://www.starryhope.com/linux/ubuntu/2010/restore-the-default-panels-in-ubuntu/

It works! And when you run it, it looks and works like a desktop application.

There is another program that you can install in the Application, Ubuntu Software Center, called Lockdown Editor to prevent your panels from being accidentally changed.

April 26, 2010

John @ 9:31 am #

it works!! tnks a lot!

ben @ 8:18 pm #

instructor showed me how.
step 1: open up your home.
step 2: in your home click on view, then scroll down and put a check on hidden files.
step 3: find ".kde" folder and delete it.
step 4: log out, then log back in.
step 5: your desktop is set to default again.

April 30, 2010

Ahsanul @ 11:50 pm #

Thanx for the help however did not work for me when tried to copy paste and run in a terminal. But the following 3 lines did the job:

gconftool-2 –shutdown
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

Cheerz~

May 1, 2010

Ioannis @ 7:33 pm #

Omg thank you so much !!! haha! every day someone is saved by this thread!! :D

Adam @ 9:12 pm #

It worked in 10.04.

I love you.

May 2, 2010

audi @ 12:48 pm #

Thanks !!!!!!!!
i love u so much !!!!!

May 3, 2010

pEDo @ 9:57 am #

thank you very much for the help…

May 4, 2010

DHarmin @ 10:27 am #

Thanks a lot for the post.

May 5, 2010

jessica @ 10:31 pm #

@Ahsanul: that worked for me!! thank you so much!

May 7, 2010

homer @ 5:14 am #

Thanks you, it saved me.

May 8, 2010

iceolate @ 9:56 am #

thanks, accidentally deleted both panels and couldn't figure out how to get it back, even after rebooting.

May 10, 2010

Akash Kumar @ 6:29 am #

Worked for ubuntu 10.04 as well

May 12, 2010

lynn @ 1:18 am #

i am not so sure if i made a huge mistake but.. my whole stuff in my laptop are gone as i used this process…. did i something wrong?

May 16, 2010

mahn @ 3:08 am #

Thank you it works.
This avoids me to become a gnome expert
for this you have my eternal gratitude :)

Scooter @ 6:49 pm #

Perfect! I love easy fixes!

May 18, 2010

cheyo pimienta @ 12:09 pm #

It still works on Lucid Lynx, :D

Dr. Rudra Lad @ 3:36 pm #

thanx a ton dude

May 19, 2010

Rasmus Eriksson @ 1:59 am #

Hi

I tried using:

owner@owner-desktop:~$ gconftool-2 –shutdown
owner@owner-desktop:~$ rm -rf ~/.gconf/apps/panel
owner@owner-desktop:~$ pkill gnome-panel

to restore my panel, it worked. BUT.

All my files have gone missing on my desktop, only by looking at my harddrive it seems like all my data is lost.

Is there any way to fix it?

May 22, 2010

JaBu @ 12:30 am #

Thank you for this helpful tip.

I've just carelessly delete my only panel in linuxmint isadora and this tip works flawlessly to get my panel back.

May 23, 2010

NooB @ 2:56 pm #

Thanks alot!

May 26, 2010

robbin @ 5:55 pm #

Thanks man, it fixed one thing but when I select 'Places' from the panel menu, I get an option to copy a CD/DVD, a panel with Select disc to copy (no disc available) then Select a disc to write to (image file) and the cancel option ? any help for a know nowt and thanks again, lost with out it !

I can still get to all my folders only not via Places drop down menu :(

Also your tip was applied to Ubuntu 10 Lucid Lynx :)

May 29, 2010

Eric @ 6:22 pm #

I just wanted to say it works and thank you very much.
10.04 x64 ubuntu.

May 30, 2010

anonymous @ 5:55 am #

You saved my day

May 31, 2010

dwayne @ 1:22 am #

When I click online the google screen covers the top and bottom panels so I can't see them. To go off I have to go into file and click quit.

This happened when I tried to make my google screen bigger by going to view and clicking on full screen.

From there I ended up deleting both panels trying to fix that. Thanks to this link I restored both panels but still can't get my internet screen to show both panels while surfing the net. Please help me this is very frustrating.

dwayne @ 1:50 am #

I found another site that said to go back to view and click on full screen and then hit F11. I tried that prior many times but I figured I would try it again. When I clicked on full screen it brought it down little again. I didn't even get to the F 11 part. Well it worked. The only problem is when I stretch it to make it fit the full screen it comes just a little short on the right side.

I then hit the up arrow at the left upper corner of the screen and then stretch it to fit but when I click off and come back it is back to being short on the right side. Well better that nothing.

June 1, 2010

DibDoank @ 5:50 am #

Thank you, bro! It's really helpful.

Anon. @ 7:22 am #

Thank you very much. you saved my day ! :)

June 2, 2010

nl @ 1:58 am #

Thanks! worked perfectly!

June 3, 2010

guy123 @ 2:51 pm #

Haha somehow I managed to delete every panel and reset the gui to default with nothing on so I would have been screwed, but I had a firefox window left open so I managed to do a google search to get this. Ty.

June 4, 2010

ILHN @ 8:26 pm #

it is not working on my computer. it happend to me one time then i did this and some other things and it came back then now 3 days later it came off again. it was there wen i turned the computer off when i turn it back on its gone. i tried doing this so many times and nothing happens. when i try putting a space between ~ and / it says
rm: cannot remove directory `/home/r*****o': Permission denied
r*****o@R*****os:~/Desktop$
and its just waiting 4 me to put a command

HELP
please

June 5, 2010
June 7, 2010

panos @ 11:26 am #

WOW! Works great, thanks!

June 8, 2010

lmars @ 1:34 am #

thanks Huge help, I'm new to linux and this was a huge help

June 10, 2010

pwnz0r3d @ 3:53 pm #

thanks a lot. worked on 10.04 as well. used nickrud's method.

June 14, 2010

Binu @ 2:13 am #

Thanks guys and especially to Merlin2007 for the exact way to type in the commands.thanks a ton!!so glad to see the default panel back.keep up the good work…

June 15, 2010

FCerezo @ 9:24 pm #

you can (highly recommended) put those three commands in a file (ie: vi restoreDesktop) and then run the file with the line below:
. restoreDesktop

Simply futile to try it differently.

BTW, Thanks a lot! It worked for me!

user@portal:~$ cat restorePanel

gconftool –-recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel

user@portal:~$

FCerezo @ 10:15 pm #

hold on. There is a fundamental error from the latest (in my case 10.04 LTS) version of Ubuntu.
Everytime that I shutdown and power up the PC, the desktop disapears….
That is quite weird!

A temporary solution is to change the file permissions (she my previous post) so that it can be run from the desktop as an application. To do this:
ALT+F2 to run gnome-terminal
chmod 774 restorePanel
Now you can close the terminal and create a launcher on your desktop to point to this file (the actual launcher)

Alternatively, you can embed your "restorePanel" in the script that runs under your user home (short of the equivalent to the old DOS Batch file)
but that is an advanced option.

Try the one above first and if this works, you can rest assure it would work always.

In the mean time, someone would have to go to Ubuntu creators an let them know about this flaw in the latest release of their otherwise wonderful Linux distro.

Good luck!

June 17, 2010

Nachiket @ 1:11 pm #

Thanks a lot…it worked for Ubuntu 10.04 too

June 20, 2010

Paul Hatch @ 10:16 am #

amazing… definitely a time saver

June 21, 2010

Ron @ 2:07 pm #

I'm using 10.04 and it worked like a charm. Many thanks!

lowemissions @ 10:12 pm #

amazing! it work like a charm on 10.04.
Thank you for instruction. Linux newbie

June 22, 2010

Nathan @ 11:39 pm #

Thanks for the tips guys – but can anyone explain why it is even possible to do something like delete ALL your panels and thus have no way of accessing your programs, files etc? For a lot of people this would be highly confusing I think, since the only way to get the panels appears to be to run terminal commands.
If the UI has an easy way to delete panels, should it not also have an easier way to restore them?

June 24, 2010

Alexander Lai @ 4:58 am #

Wonderful~! Thanks a lot for your advice, solved my problem in a very simple way!

ece_virus @ 2:16 pm #

It's great ..
Thanks a lot

June 29, 2010

Santosh @ 10:59 pm #

Thanks a lot… It saved me from one of the crash….

July 12, 2010

zacaj @ 10:53 am #

Thanks, worked great on 10.04

July 16, 2010

harry @ 1:05 pm #

Thanks a lot!! this trick works on Ubuntu Lucid Lynx (10.04) as well.

July 25, 2010

expfunc @ 6:49 pm #

@dwayne: Thank you, thank you. it works!!

July 29, 2010

Kristen @ 8:38 am #

I am somehow just an idiot….I deleted just my bottom panel, when trying this I was able to also delete my top panel….while staring at the blank desktop I remembered someone had posted alt F2 to get terminal to open. I did that and was now staring at my blank desktop with a terminal window….clueless I figured what the heck, let me try some more alt combinations. Maybe I was just lucky but I hit alt F1 and viola I got back top and bottom panels.
Thought I would mention just in case it works for someone else.

July 31, 2010

anders @ 7:33 am #

worked on ubuntu lucid lynx 10.04, thanks!

August 1, 2010

virat @ 8:30 am #

thanx to help me

Yannis @ 7:26 pm #

@FCerezo:

I had the same problem after installing the updates for 10.04 LTS.
Once I restart the system all taskbars disappear.
Like you suggested I added theses 2 lines at the bottom of the .bashrc file and it works fine!

rm -rf ~/.gconf/apps/panel
pkill gnome-panel

You can open up .bashrc (or .tcshrc etc) in your home directory with an editor and add the above 2 commands in the end of the file.
ALT-F2 and run xterm
vi ~/.bashrc

Also an easier way to do it is to open xterm with ALT-F2 (type xterm in the Run Application window)

and then type the folowing commands:
echo "rm -rf ~/.gconf/apps/panel" >> ~/.bashrc
echo "pkill gnome-panel" >> ~/.bashrc

and then restart the system.

It seems like a temporary solution that it works till the new updates fix the bug.

ivo @ 9:54 pm #

thanks

August 8, 2010

tarun @ 10:35 am #

thanks a lot! worked a like a charm in 10.04

August 9, 2010

Vamshi Krishna Reddy Bandaru @ 1:14 pm #

hey thanks it worked fine…and i am is using 10.4. thanks for this help…
thanks

August 16, 2010

Matt @ 10:08 am #

Thanks for this tutorial on restoring the default panels. I was screwing around with the panels and accidentally deleted the entire top panel and was having a hard time trying to get it back. Your instructions worked great. It only took about a minute to restore the panels using your method.

I'm using Ubuntu 10.04 with all the latest updates and your method still works very nicely! Thanks again!

August 21, 2010

Richard @ 11:21 am #

Two years after you posted this advice, it's still helping us. Thanks a million!!!!!

August 23, 2010

R.P. Singh @ 12:33 am #

Thank you very much. You guys are really genius. You solved my problem in the simplest way possible.

August 24, 2010

nishad @ 12:19 pm #

wow g8 ……….. thx for the information ..

August 26, 2010

Aman @ 5:15 am #

@nickrud: Nickrud's tips worked like a charm on Ubuntu 9.10 for some reason the other commands didn't do it.

Thanks a lot for the suggestion.

Gary @ 12:05 pm #

thanks.. it's working!
God Bless you all.

Jim Donnelly @ 6:48 pm #

Worked like a charm!

Alt F2 (brings up the Run command window)
Type "gnome-terminal" and hit the "Run" button to open the terminal.
$ gconftool-2 –shutdown
$ rm -rf ~/.gconf/apps/panel
$ pkill gnome-panel

August 27, 2010

John @ 10:26 pm #

ever so grateful, was pulling my hair out.
thanks again
JackM

August 28, 2010

Skip @ 8:27 pm #

Thanks ever so much for your fix… newbies such as I stand in awe of your kindness and sharing of knowledge, no doubt hard learned.

Thank you kindly,
Skip

August 29, 2010

Jasper @ 11:56 am #

What Skip said! Thanks a bunch!

jcbpwr @ 5:35 pm #

thanks so much. this did it perfectly. I'm a noob and this was a piece of cake. I'm running lucid and it worked great. fantastic commands

August 30, 2010

Thomas @ 2:27 pm #

Worked! What a relief. Thank you.

Leave a Comment

Fields marked by an asterisk (*) are required.

Subscribe without commenting