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
  • 76,649

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
  • 76,649
  • 1
    Thank you so much... I had just been scratching my head about what could have gone wrong!! – Sudip Bhandari May 11 '17 at 06:41
  • 1
    @SudipBhandari Glad it helped. Also note that you can use other compatible theme beside Adwaita. Just change the name or use gnome-tweak-tool etc – Anwar May 11 '17 at 06:42
  • Anwar Since chat requires at least 20 rep which I don't have as of now... I am posting a link to my other problem https://askubuntu.com/questions/912962/cant-seem-to-get-syndameon-working-properly-disable-touchpad-while-typing – Sudip Bhandari May 11 '17 at 07:10
  • 1
    @SudipBhandari I checked that question. Unfortunately I'm not experienced with that question – Anwar May 11 '17 at 07:13