16.04 - Slow login, no wallpaper, missing image icons in taskbar

As of about a week ago, my desktop has exhibited the following problems - all starting at once.

  • After a cold boot or a restart I reach the login screen in a normal amount of time, but after entering my password there's a noticeable hitch, then I end up on a black screen with only a mouse cursor.

  • If I leave it alone for a few minutes, the taskbar and launcher finally appear.

  • Besides the taskbar and launcher, the desktop remains black (as if there's no longer a wallpaper set), but the computer is otherwise functional.

  • All the icons in the top-right corner of the screen have a 'missing image' icon:

    Taskbar

As far as I know I didn't make any configuration changes at the time, besides perhaps installing updates. Here's some system information; please ask if something else would be helpful.

  • Ubuntu 16.04 LTS
  • Unity 7.4.0
  • Intel Core i3 3.3Ghz x 4 / 8GB RAM
  • Gallium 0.4 on AMD TURKS (DRM 2.43.0, LLVM 3.8.0)

Here is what I think is the log of the last apt operation before I started having trouble. Right at the end it shows Error: Sub-process /usr/bin/dpkg exited unexpectedly - but I'm not sure what in particular it's referring to, or how to recover from it.

Thanks in advance!

3

1 Answer

I can't say I'm certain of the root cause here, but just re-updating everything seems to have gotten things back to normal.

sudo apt-get update
sudo apt-get upgrade
sudo apt autoremove
sudo reboot

My best guess based on the logs is that something went terribly wrong while updating the window manager to unity (7.4.0+16.04.20160906-0ubuntu1) that at the very least caused a bunch of the built-in assets to go missing. Another upgrade fixed the install.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like