After upgrade to 16.04 the Desktop UI is broken

enter image description here

Here is a screenshot of some of the windows and how they look since I've upgrade to Ubuntu 16. It's the Ambiance theme, but the Radiance theme looks the same. The High Contrast there sort of works but it has other problems.

Things of note

  • Background is black but it's set to be the default Ubuntu wallpaper
  • Inputs (text, checkboxes, sliders, etc) ui missing borders and background
  • Borders around windows and buttons are missing
  • Hover states of various ui elements such as drop downs don't work
  • There is no padding between list/tab items

Things I've tried

  • rebooting
  • updating && upgrading
  • restarting unity
  • tried changing gtk-window-decorator to compiz-decorator
  • ensured ubuntu unity plugin was enabled
  • tried changing themes
  • re-installing ubuntu-desktop

System Specs:

  • Ubuntu 16.04 LTS (64 bit)
  • 16 gb ram
  • i7-4790K @ 4 ghz
  • Geforce GTX 970

Does anyone have any idea what's going on and how to solve this?

2

2 Answers

For anyone having the same issue in the future, I had the exact same UI problem after trying out gnome3-staging ppa's gnome-terminal. Here's how I fixed it.

Try resetting compiz and unity configurations first (be sure to backup config files first!)

dconf reset -f /org/compiz/
setsid unity
unity --reset

For me that didn't work. However, I remembered I added gnome3-staging ppa right before so removed it

sudo ppa-purge pa:gnome3-team/gnome3-staging

Removing gnome3-staging ppa fixed everything for me

1

I experienced the same issue when I upgraded from Ubuntu 16.04 LTS to 16.10. I solved it by changing the theme provided by Unity Tweak Tool from arc-dark which is what I was using to a paper theme. I also realized that the radiance theme equally solved the issue

1

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