Ubuntu18.04解决gnome-tweak-tool安装后shell主题提示user-theme extension没有启用的问题

换用Ubuntu18之后,桌面又回到了gnome,因此找到了gnome-tweak-tool对桌面进行美化。

1. 安装gnome-tweak-tool

sudo apt-get install gnome-tweak-tool

安装之后在拓展中可以开启ubuntu dockubuntu appindicators
但并没有网上所说的添加拓展的链接,主题设置中也在shell theme位置也带有一个感叹号,提示 shell user-theme extension not enabled.
Ubuntu18.04解决gnome-tweak-tool安装后shell主题提示user-theme extension没有启用的问题
2. 使用火狐浏览器访问 https://extensions.gnome.org
Ubuntu18.04解决gnome-tweak-tool安装后shell主题提示user-theme extension没有启用的问题
网页提示需要完成安装浏览器插件和本地应用两步, 直接点click here to install brower extension安装浏览器插件.然后通过Ctrl+Alt+T打开一个终端,通过以下命令安装本地软件

sudo apt install chrome-gnome-shell
  1. 安装后打开 https://extensions.gnome.org/extension/19/user-themes/
    Ubuntu18.04解决gnome-tweak-tool安装后shell主题提示user-theme extension没有启用的问题

这时候已经多了一个按钮,不用选择版本,直接点按钮,稍等之后有一个弹窗提示是否安装,点安装。
4. 关闭tweak-tool再打开,感叹号已经没有了

同时在extensions 的网页还可以选择其他拓展, 推荐dash to dock, hide top bar.

参考资料:
http://ubuntuhandbook.org/index.php/2017/05/enable-shell-theme-in-gnome-tweak-tool-in-ubuntu/
https://zhuanlan.zhihu.com/p/35362159