1

So I switched my desktop environment from Unity to GNOME3 in Ubuntu 16.04. I tried using both display managers (lightdm default in Unity, gdm3 as gnome recommendation). However my display seems to be broken. I am attaching a screenshot for clarificationI can't use any of those options

Anwar
  • 77,855

1 Answers1

1

The problem is associated with gtk-theme you're using, not with display manager. That theme is incompatible. I suggest using other theme.

To switch to default Adwaita theme, which should work always in GNOME, use this command

gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita'
Anwar
  • 77,855