5

following message appears:

enter image description here

If I press okay, nothing happens. What do I have to do?

Jacob Vlijm
  • 83,767
empedokles
  • 3,883
  • 15
  • 46
  • 68

1 Answers1

6

Install the necessary packages. From terminal:

sudo apt-get install unity-webapps-common

Now try to execute tweak tool.

sudo unity-tweak-tool
SY_13
  • 486