admin 管理员组文章数量: 887021
实验环境:centos7.6, gnome3.28.3
实验背景:可以使用GNOME Shell Extensions通过浏览器来安装一些桌面插件,美化桌面
1 打开firefox浏览器,安装gnome-shell-integration插件
https://addons.mozilla/en-US/firefox/addon/gnome-shell-integration/
2 安装完成后,解决native host connector is not detected问题
“Although GNOME Shell integration extension is running, native host connector is not detected. Refer documentation for instructions about installing connector.“
需要安装chrome-gnome-shell ,centos7 yum仓库没有chrome-gnome-shell,需要从源码安装
3 chrome-gnome-shell 安装方法(需要先安装cmake , jq等)
git clone https://github/GNOME/chrome-gnome-shell.git
cd chrome-gnome-shell
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../
sudo make install
参考方法:
https://wiki.gnome/Projects/GnomeShellIntegrationForChrome/Installation
4 安装完成后就可以用gnome shell extention 安装gnome插件了
参考文章:
https://itsfoss/gnome-shell-extensions/
本文标签: 浏览器 gnome Extensions shell
版权声明:本文标题:centos7 gnome 浏览器安装GNOME Shell Extensions 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1727391290h1113472.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论