panel @ top of screen fails to appear after login

Asked by Will Grant

panel @ top [applications, places, system] fail to appear on restart, after I selected the update to replace quit with an icon that controls logout as well as instant messaging.

After download I restarted my computer, and all panels appeared. A window gave me the option to pick the icon to replace quit. I did so. Then I selected ctl/alt/delete, which produced a choice to close the computer or restart or hibernate. I chose close computer. The operating system closed as far as "Ubuntu" on the screen. On my computer using 8.04, the OS never exited completely. It was always necessary for me to push the button to turn off the machine.

I did the same. Waited. Then started the machine again. That's when I observed no panels.

I am able to write this description, because I accessed internet, using the Help Menu.

The solution to my problem/mistake must be simplistic, but I don't have a clue what to do. Thank you.

Question information

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

To reset the panel to defaults, type this in a terminal:
gconftool --recursive-unset /apps/panel && killall gnome-panel

This will give you default vanilla panels. You can then build from there, sounds like something in gconf has gone screwy and giving you bad panels

Revision history for this message
Sam_ (and-sam) said :
#2

> On my computer using 8.04, the OS never exited completely. It was always necessary for me to push the button to turn off the machine.

Well, any *nix system hates hard reset, sooner or later you'll run into e.g. fsck issues.
Next time rather use MagicSysRq instead.
http://www.ubuntugeek.com/how-to-use-magic-system-request-keys-in-ubuntu-linux.html

Or try via terminal:
sudo shutdown -h now
http://theos.in/howto/howto-shutdown-reboot-ubuntu-linux-command/

Consider to solve the shutdown issue for good. In case open a new question or report a bug.
(linked confirmed bugs)

e.g. test option acpi=off and at least disable quiet splash via menu.lst.

https://answers.launchpad.net/ubuntu/+question/30768
http://www.computing.net/answers/linux/cant-turn-off-computer-/30054.html
https://lists.ubuntu.com/archives/ubuntu-users/2008-August/156193.html

Reference.
https://help.ubuntu.com/community/BootOptions
https://help.ubuntu.com/community/GrubHowto

Revision history for this message
Will Grant (diwilly) said :
#3

Sam

Thank you because you took the time to reply.  Happy to report upon startup today Ubuntu loaded Desk 1 and "presto" top and bottom panel returned as downloaded.

Will

--- On Sat, 9/18/10, Sam <email address hidden> wrote:

From: Sam <email address hidden>
Subject: [Question #125855]: panel @ top of screen fails to appear after login
To: <email address hidden>
Date: Saturday, September 18, 2010, 1:17 PM

Your question #125855 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/125855

    Linked to bug: #229043
    https://bugs.launchpad.net/bugs/229043
    "System freezes when clicking shutdown button "

--
You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Will Grant (diwilly) said :
#4

Sam

Thank you again.  I'll try your suggestion when I discover that 10.04 continues to "lock up" at Quit.

Thanks for reading my question.  Thanks for taking the time to reply.

Will

--- On Sat, 9/18/10, Sam <email address hidden> wrote:

From: Sam <email address hidden>
Subject: Re: [Question #125855]: panel @ top of screen fails to appear after login
To: <email address hidden>
Date: Saturday, September 18, 2010, 1:13 PM

Your question #125855 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/125855

Sam proposed the following answer:
> On my computer using 8.04, the OS never exited completely. It was
always necessary for me to push the button to turn off the machine.

Well, any *nix system hates hard reset, sooner or later you'll run into e.g. fsck issues.
Next time rather use MagicSysRq instead.
http://www.ubuntugeek.com/how-to-use-magic-system-request-keys-in-ubuntu-linux.html

Or try via terminal:
sudo shutdown -h now
http://theos.in/howto/howto-shutdown-reboot-ubuntu-linux-command/

Consider to solve the shutdown issue for good. In case open a new question or report a bug.
(linked confirmed bugs)

e.g. test option acpi=off and at least disable quiet splash via
menu.lst.

https://answers.launchpad.net/ubuntu/+question/30768
http://www.computing.net/answers/linux/cant-turn-off-computer-/30054.html
https://lists.ubuntu.com/archives/ubuntu-users/2008-August/156193.html

Reference.
https://help.ubuntu.com/community/BootOptions
https://help.ubuntu.com/community/GrubHowto

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/125855/+confirm?answer_id=1

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/125855

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Will Grant (diwilly) said :
#5

Thanks for reading my question, and for taking the time to answer it.

The problem is solved. Today upon startup, the OS loaded Desk 1. With Desk 1, both top and bottom panels loaded. My screen now looks the same as it did following the restart required to complete the download.

Thanks again. Yippee!

Revision history for this message
Will Grant (diwilly) said :
#6

Sam

Thanks again.  I am saving your replies to guide my choices when faced with yet another problem.  I appreciate your input.

Will

--- On Sat, 9/18/10, Will Grant <email address hidden> wrote:

From: Will Grant <email address hidden>
Subject: Re: [Question #125855]: panel @ top of screen fails to appear after login
To: <email address hidden>
Date: Saturday, September 18, 2010, 2:45 PM

Your question #125855 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/125855

    Status: Answered => Open

You are still having a problem:
Sam

Thank you because you took the time to reply.  Happy to report upon
startup today Ubuntu loaded Desk 1 and "presto" top and bottom panel
returned as downloaded.

Will

--- On Sat, 9/18/10, Sam <email address hidden> wrote:

From: Sam <email address hidden>
Subject: [Question #125855]: panel @ top of screen fails to appear after login
To: <email address hidden>
Date: Saturday, September 18, 2010, 1:17 PM

Your question #125855 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/125855

    Linked to bug: #229043
    https://bugs.launchpad.net/bugs/229043
    "System freezes when clicking shutdown button "

--
You received this question notification because you are a direct
subscriber of the question.

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Sam_ (and-sam) said :
#7

Will,
this is an essential note, your entry post mentioned:
> On my computer using 8.04 ...

then you say:
> I'll try your suggestion when I discover that 10.04 continues to "lock up" at Quit.

Hence, bug reports and links concern 8.04 which is quite different from 10.04.
So, please let me know which Ubuntu you run, in case to remove bug links to avoid confusion.
Please open a terminal (applications -> accessories -> terminal) and post output of:
lsb_release -d

## Please, avoid reply via email, since the already given answer is quoted over and over again, which makes a question unreadable, rather directly reply via web browser. Thanks.

Revision history for this message
Will Grant (diwilly) said :
#8

Sam

I hope this reply meets your expectation.
I upgraded last evening to 10.04 from 8.04.   10.04 appears to work and to shut down and restart w/o problem.

You request that I reply directly using web browser.  I am uncertain of the procedure to meet your request.

Will

--- On Sat, 9/18/10, Sam <email address hidden> wrote:

From: Sam <email address hidden>
Subject: Re: [Question #125855]: panel @ top of screen fails to appear after login
To: <email address hidden>
Date: Saturday, September 18, 2010, 7:19 PM

Your question #125855 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/125855

Sam posted a new comment:
Will,
this is an essential note, your entry post mentioned:
> On my computer using 8.04 ...

then you say:
> I'll try your suggestion when I discover that 10.04 continues to "lock up" at Quit.

Hence, bug reports and links concern 8.04 which is quite different from 10.04.
So, please let me know which Ubuntu you run, in case to remove bug links to avoid confusion.
Please open a terminal (applications -> accessories -> terminal) and post output of:
lsb_release -d

## Please, avoid reply via email, since the already given answer is quoted over and over again, which makes a question unreadable, rather directly reply via web browser. Thanks.

--
You received this question notification because you are a direct
subscriber of the question.