0

Logging into my usual user account today after updates two days ago (I update regularly), and my desktop opens up, but with no launcher, no control bar, just the desktop shortcuts.

ALT+L doesn't work, can go into System Settings via display settings but nothing gives me a working desktop.

Ctrl+Alt+del brings up processes window, so I can kill my gnome process, then login with another user account, and everything is normal on the other user account.

I have no idea what's going on. Any suggestions?

Zanna
  • 72,312

1 Answers1

0

What worked was to remove the following file for that user account

rm ~/.config/dconf/user

This put back the launcher and the menu bar in that account. I still got a system error report pop up, (the same had popped up once earlier but was unfathomable to me at the time). In the details was some complaint about libprocps3, so I reinstalled:

sudo apt-get install libprocps3-dev  

as advised in this help page

Zanna
  • 72,312