Ubuntu 15.10 Unity-Tweak-tool

启动unity-tweak-tool
出现错误?

"The following schema is missing"

com.canonical.unity.webapps

In order to work properly, Unity Tweak Tool recommends you install the necessary packages

解决办法:sudo apt-get install unity-webapps-common即可;

如果无法安装该依赖,如:

“下列软件包有未满足的依赖关系:

 unity-webapps-common : 依赖: unity-webapps-service (>= 2.3.8-0ubuntu3) 但是它将不会被安装

”​

这种情况需要安装后面的那个依赖包。如果后面那个依赖包也无法安装的话,可以按下面的方式:

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

然后重新启动unity-tweak-tool即可​

posted @ 2016-06-14 14:19  Leon_Thomas  阅读(398)  评论(0)    收藏  举报