当启用用户主题扩展时,无法启动Gnome调整工具。
当我从终端尝试时,输出是:
petr@sova:~$ gnome-tweak-tool
(gnome-tweak-tool:6475): GLib-GIO-ERROR **: Settings schema 'org.gnome.shell.extensions.user-theme' is not installed
Trace/breakpoint trap (core dumped)Gnome调整工具在没有用户主题的情况下正确工作。
Ubuntu 12.04,gnome-shell 3.4.1
相关(封闭)问题:https://askubuntu.com/questions/91512/gnome-tweak-tool-doesnt-start
发布于 2013-01-10 18:11:36
相似问题这里
添加官方Gnome Shell扩展ppa:
sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update安装依赖关系:
sudo apt-get install gnome-shell-extensions
sudo apt-get install gnome-shell-extensions-common之后,在提供链接上启用就可以了。
发布于 2013-07-18 10:24:25
安装gnome扩展用户主题,即使它会产生错误,然后运行以下两个命令
sudo cp $HOME/.local/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com/schemas/org.gnome.shell.extensions.user-theme.gschema.xml /usr/share/glib-2.0/schemas
sudo glib-compile-schemas /usr/share/glib-2.0/schemas在重新加载shell att+f2之后,运行r
下面是我获得解决方案http://www.fandigital.com/2012/09/fix-user-themes-gnome-shell-extension.html的链接
https://askubuntu.com/questions/239648
复制相似问题