[Solved] CentOS7 Gnome Desktop Shell Extension Installation Error

I used Shell mode before and didn’t study the Gnome desktop very much. Today, I reported an error when I opened the Application >> System Tools >> Application Installer interface. According to the prompt information, combined with the cases on the Internet (the names of the shell script plugins given by many blog posts are wrong, but fortunately, the ideas can be used for reference), the solution ideas will be sorted out and recorded here.

Table of Contents

1. Error message

2. Install the Gnome extension

2.1, install through the YUM library

2.2, install through the GNOME plugin market


Running Environment:CentOS-7.9.2009-x86_64

1, error message

Open Applications >> System Tools >> Application Installer The interface reports an error:

Failed to download update from “extensions.gnome.org”: [*/*/*/source/shell-extensions/*] failed to download https://extensions.gnome.org//static/extensions.json: SSL handshake failed

Failed to download update from “odrs.gnome.org”: [*/*/*/source/odrs/*]failed to download https://odrs.gnome.org/1.0/reviews/api/ratings: SSL handshake failed

According to the prompt information, combined with the online case, it can be seen that the gnome-shell plug-in is missing.

2. Install Gnome Extensions

2.1, installed through YUM library

yum install chrome-gnome-shell

Installation log:

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.ustc.edu.cn
 * epel: mirrors.tuna.tsinghua.edu.cn
 * extras: mirrors.ustc.edu.cn
 * nux-dextop: mirror.li.nux.ro
 * updates: mirrors.ustc.edu.cn
Resolving dependencies
--> Checking transaction
---> Package chrome-gnome-shell.x86_64.0.10.1-4.el7 will be reinstalled
--> Resolve dependencies complete

Dependency Resolution

===================================================== ===================================================== ===================
 Package Architecture Version Source Size
===================================================== ===================================================== ===================
re-install:
 chrome-gnome-shell x86_64 10.1-4.el7 base 29k

Transaction Summary
===================================================== ===================================================== ===================
Reinstall 1 package

Total: 29k
Install size: 61k
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : chrome-gnome-shell-10.1-4.el7.x86_64 1/1
  Verifying: chrome-gnome-shell-10.1-4.el7.x86_64 1/1

Installed:
  chrome-gnome-shell.x86_64 0:10.1-4.el7

complete!

Verified after installation, the available programs under Software category can be displayed normally

2.2, install via GNOME add-on marketplace

Download the corresponding extension plug-ins from the webpage and install them manually.

Gnome Plugin Market https://extensions.gnome.org/

?

Hope to help “you who love toss”…