命令行安装
cd ~/.local/share/gnome-shell/extensions/
git clone https://github.com/mlutfy/hidetopbar.git hidetopbar@mathieu.bidon.ca
cd hidetopbar@mathieu.bidon.ca
make schemas 可选命令,看扩展是否需要自行编译
gnome-shell-extension-tool -e hidetopbar@mathieu.bidon.ca
Alt+F2 输入r 重启gnome
参考URL:
https://github.com/mlutfy/hidetopbar
http://bernaerts.dyndns.org/linux/76-gnome/283-gnome-shell-install-extension-command-line-script 包含完整的获取gnome extension下载地址的方法
浏览器直接安装
浏览器安装需要如下两个组件:
- 浏览器插件 GNOME Shell integration
- Native Connector
可以通过如下两个方法安装上述组件:
- 使用PPA可以完成上述两个组件的安装:
sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
sudo apt-get update
sudo apt-get install chrome-gnome-shell
sudo vim /etc/apt/sources.list.d/ne0sight-ubuntu-chrome-gnome-shell-wily.list
deb http://ppa.launchpad.net/ne0sight/chrome-gnome-shell/ubuntu trusty main
- 分别安装两个组件:
- Chrome的Gnome Shell Integration插件好找,直接Google 官方商店就可以安装。
- Native Connector如果大家像我一样讨厌PPA的话,可以直接download DEB包安装,这个包其实就是给chrome增加一个小的json文件,所以没什么依赖关系,下载后直接装就可以。
安装完成后的效果:
extensions.gnome.org
参考URL:https://github.com/GNOME/chrome-gnome-shell
Gnome Shell Theme安装
Gnome shell theme需要user theme Extension才能使用,但是user theme Extension在extensions.gnome.org网站上不能下载,通过WEB安装也不行。需要通过安装如下PPA包(基于gnome3 PPA源)才可以:
sudo apt-get install gnome-shell-extensions
上述包是一个extensions打包,会同时安装很多其他包,如下:
Paste_Image.png然后打开User themes插件,在Sidebar Apperance下即可安装自定义的Shell Theme
两个有用的扩展
自动隐藏Gnome顶部栏
程序最大化后隐藏应用的title bar,个人认为最有用
Activities-configurator
Multi Monitor,显示当前显示器
网友评论