Installing
gnome extension addon on linux
gnome extension is required to new install all
GNOME 3 extension to control UI of GNOME
1.
Install git
yum
install git
2.
Install cmake
yum
install cmake
3.
Install python ,python-requests
yum
install python python-requests
4.
Install jq
yum
install jq
5.
Clone git jq
git
clone git://git.gnome.org/chrome-gnome-shell
5.
build
cd
chrome-gnome-shell/
mkdir
build
cd
build
cmake
-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../
make
install
Final
screen :
This
will fix below errors :
1.
"Native
host has exited."
2.
No extension
No comments:
Post a Comment