Fix com.canonical.unity.webapps
the problem is:
Fix com.canonical.unity.webapps In order to work properly, Unity Tweak Tool recommends you install the necessary packages
To Fix this problem, open the terminal and follow me line by line:
Fix com.canonical.unity.webapps In order to work properly, Unity Tweak Tool recommends you install the necessary packages
To Fix this problem, open the terminal and follow me line by line:
mkdir tweak;cd tweak
sudo apt-get download unity-webapps-service
ar xvf *
tar xvf data*
sudo mv usr/share/glib-2.0/schemas/com.canonical.unity.webapps.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
cd ..; sudo rm -Rf tweak
This solution test in ubuntu 14.04.5
pictures from the test:
sources: link