Ubuntu – Broken gtk theme

gtk

All my menus are highlighted like in the attached image.

I asked around and someone told me my gtk theme might be broken. However, I have no clue how to fix it. This occurs on my system menus, DE changer in the login menu, and most other programs.

Best Answer

It's problem with unity-settings-daemon / gnome-settings-daemon. You can report a bug here.

  • On Ubuntu 14.04 and newer following command should fix problem (run it from a Terminal):

    sudo killall -9 unity-settings-daemon && unity-settings-daemon & disown
    
  • On Ubuntu older than 14.04 tou can try (run it from a Terminal):

    sudo killall -9 gnome-settings-daemon && gnome-settings-daemon & disown