Results 1 to 7 of 7

Thread: Where Are My Desktop Top & Bottom Bars?

  1. #1
    Join Date
    Mar 2009
    Beans
    9

    Where Are My Desktop Top & Bottom Bars?

    All of a sudden My desktop shows only the background and the icons representing the items in the Desktop directory. No main menu, no clock, workplace switcher...

    I've recently installed Ubuntu 8.10 on a Lenova 3000 v100 and am in the process of installing my applications.

    Can you give me any clues as to how to get the regular desktop back?

    Thanks

  2. #2
    Join Date
    May 2008
    Location
    ♠ in my pc ♦
    Beans
    840
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Where Are My Desktop Top & Bottom Bars?

    try Alt+f2 and see if you get the "Run" menu
    Last edited by UbuntuNerd; April 1st, 2009 at 01:51 AM.
    *BUNTU addict
    Ubuntunerd's Blog
    Aim for success, not perfection. Never give up your right to be wrong, because then you will lose the ability to learn new things and move forward with your life.
    Unanswered posts Team
    How to mark your Threads as Solved
    download "Opera" a fast and secure browser

  3. #3
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Where Are My Desktop Top & Bottom Bars?

    If you just want the default panels back with the main stuff, this command will reset them to the original setting:
    Code:
    gconftool-2 --recursive-unset /apps/panel
    You may have to run "killall gnome-panel" if it doesn't refresh immediately. Running that command will just make your screens refresh for a few seconds.
    Back to Xorg...

    Retired.

  4. #4
    Join Date
    Mar 2009
    Beans
    9

    Re: Where Are My Desktop Top & Bottom Bars?

    drs305, UbuntuNerd:

    Appreciate your ideas:

    None of the alt-F keys work except Alt-F6 which displays a Nautalus button in the middle of the screen that vanishes if I try to click it.


    I entered these commands but nothing happened:

    david@david-lenovo:/$ gconftool-2 --recursive-unset /apps/panel
    david@david-lenovo:/$ sudo killall gnome-panel
    gnome-panel: no process killed

    Any more ideas appreciated.

    David

  5. #5
    Join Date
    Nov 2005
    Beans
    17
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Where Are My Desktop Top & Bottom Bars?

    My gnome-panel has also disappeared on one of my machines this morning after an update. I'm running gnome-panel under Openbox.

    None of the above suggestions, nor rebooting appears to help.

    Running gnome-panel from a terminal I get :

    Xlib: extension "Generic Event Extension" missing on display ":1048.0".
    Xlib: extension "Generic Event Extension" missing on display ":1048.0".
    Xlib: extension "Generic Event Extension" missing on display ":1048.0".
    Xlib: extension "Generic Event Extension" missing on display ":1048.0".
    Xlib: extension "Generic Event Extension" missing on display ":1048.0".
    The program 'gnome-panel' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadRequest (invalid request code or no such operation)'.
    (Details: serial 109 error_code 1 request_code 150 minor_code 8)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)

    [1]+ Exit 1 gnome-panel

    This is painful.

  6. #6
    Join Date
    May 2008
    Location
    ♠ in my pc ♦
    Beans
    840
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Where Are My Desktop Top & Bottom Bars?

    Quote Originally Posted by DavidDee View Post
    drs305, UbuntuNerd:

    Appreciate your ideas:

    None of the alt-F keys work except Alt-F6 which displays a Nautalus button in the middle of the screen that vanishes if I try to click it.


    I entered these commands but nothing happened:

    david@david-lenovo:/$ gconftool-2 --recursive-unset /apps/panel
    david@david-lenovo:/$ sudo killall gnome-panel
    gnome-panel: no process killed

    Any more ideas appreciated.

    David
    if you're able try this command, it should restore your panels
    Code:
    gconftool-2 --shutdown
    rm -rf ~/.gconf/apps/panel
    pkill gnome-panel
    *BUNTU addict
    Ubuntunerd's Blog
    Aim for success, not perfection. Never give up your right to be wrong, because then you will lose the ability to learn new things and move forward with your life.
    Unanswered posts Team
    How to mark your Threads as Solved
    download "Opera" a fast and secure browser

  7. #7
    Join Date
    Apr 2009
    Beans
    9

    Re: Where Are My Desktop Top & Bottom Bars?

    Quote Originally Posted by drs305 View Post
    If you just want the default panels back with the main stuff, this command will reset them to the original setting:
    Code:
    gconftool-2 --recursive-unset /apps/panel
    You may have to run "killall gnome-panel" if it doesn't refresh immediately. Running that command will just make your screens refresh for a few seconds.
    @DRS305: That did the trick for me. Eternal thankfulness!

    Anders

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •