centos7 gnome 浏览器安装GNOME Shell Extensions

本文详细介绍了在CentOS7.6环境下,如何使用GNOMEShellExtensions通过浏览器安装桌面插件,包括解决nativehostconnector未检测到的问题,以及从源码安装chrome-gnome-shell的过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

实验环境:centos7.6,  gnome3.28.3

实验背景:可以使用GNOME Shell Extensions通过浏览器来安装一些桌面插件,美化桌面

1  打开firefox浏览器,安装gnome-shell-integration插件

https://addons.mozilla.org/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.com/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.org/Projects/GnomeShellIntegrationForChrome/Installation

4 安装完成后就可以用gnome shell extention 安装gnome插件了

 

参考文章:

https://itsfoss.com/gnome-shell-extensions/

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值