无法启动 Gnome Tweak Tool用户主题扩展已启用。
当我从终端尝试时,输出是:
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 Tweak Tool 无需用户主题即可正常工作。
Ubuntu 12.04,gnome-shell 3.4.1
相关(已关闭)问题:https://askubuntu.com/questions/91512/gnome-tweak-tool-doesnt-start
答案1
答案2
安装 gnome shell 扩展用户主题即使出现错误然后运行以下两个命令
sudo cp $HOME/.local/share/gnome-shell/extensions/[email protected]/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