美文网首页
Centos7安装chrome-gnome-shell

Centos7安装chrome-gnome-shell

作者: 古寒飞 | 来源:发表于2018-01-20 04:45 被阅读1980次

在gnome3的桌面环境下,要想在网页上通过点击(开/关)按钮就来自动安装组建

则需要具备以下几个要素

======================================================================

1.安装好gnome-tweak-tool

2.安装chrome浏览器,并在chrome的“应用商店”里面安装gnome-shell-extensions插件

3.在centos7上安装yum源里仅有的一些gnome-shell插件:

sudo yum install -y gnome-shell*

4.(最关键的一步)安装“主机与浏览器之间的连接器”是一款名为chrome-gnome-shell的插件,这款插件在yum源里是没有的,但是github上有,从github上clone或者下载这个插件下来,依次执行以下命令:

# 进入chrome-gnome-shell目录中

# sudo yum install -y cmake

# sudo yum install -y jq

# mkdir build

# cd build

# cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../

# sudo make install

相关文章

网友评论

      本文标题:Centos7安装chrome-gnome-shell

      本文链接:https://www.haomeiwen.com/subject/mhuzoxtx.html