13

Ever bad experience in ubuntu 19.10, This the second time I'm facing this problem, The sidebar and top-bar are frozen which is not responding to me even when I hover over, click. It's solved when I restart my machine!

I also tried this: killall gnome-panel

command not found, I see in this case

Here is an image of top bar

enter image description here

Ericgit
  • 453

1 Answers1

8

The following steps worked for me:

Press Alt + F2 a box appears like the attached image.

Input r and press Enter.

Tested in Ubuntu 18.04 and 20.04. So, it should be just fine with 19 as well.

Wayland:

If you are using wayland or for any reason, the above method did not work try this:

Press CTRL+ALT+F2 (login if needed) and

sudo systemctl stop gdm  #use lightgdm if you are on lightgdm
sudo systemctl start gdm #use lightgdm if you are on lightgdm

enter image description here

zx485
  • 2,426
Sadra
  • 340