Results 1 to 3 of 3

Thread: cannot start gnome-panel anymore

  1. #1
    Join Date
    Sep 2009
    Beans
    62
    Distro
    Ubuntu 13.04 Raring Ringtail

    cannot start gnome-panel anymore

    Hi,

    Suddenly I cannot start the ''gnome-panel'' (when I login or manually)
    I get this error when doing it manually:

    Code:
    $> gnome-panel
    //...
    gnome-panel: symbol lookup error: /usr/lib/gnome-panel/4.0/libwnck-applet.so: undefined symbol: wnck_tasklist_set_orientation
    That libwnck-applet.so library misses a reference indeed:

    Code:
    $> ldd -r /usr/lib/gnome-panel/4.0/libwnck-applet.so >/dev/null
    undefined symbol: wnck_tasklist_set_orientation    (/usr/lib/gnome-panel/4.0/libwnck-applet.so)
    Tried rebooting, reinstalling ''gnome-panel'', and finally I completely remove the lib.
    After that I was able to start ''gnome-panel'', but some of the widgets failed to load.

    The most I miss "Window List":
    Code:
    The panel encountered a problem while loading "WnckletFactory::WindowListApplet".
    Please help,
    PM

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: cannot start gnome-panel anymore

    Sounds like a disk is going bad. What is the SMART status of the drive?

    Code:
    sudo apt-get install smartmontools
    sudo smartctl -a /dev/sda
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Sep 2009
    Beans
    62
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: cannot start gnome-panel anymore

    Solved by upgrading to 13.04.

    Regards,
    PM

Tags for this Thread

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
  •