How to install chrome gnome shell?
Perhaps you can clarify this - it’s unclear whether you’re asking for chrome IN gnome shell or something else.
@auke I suspect they are looking for GNOME Shell integration - Chrome Web Store which may require some plumbing? Looks like it’s dependent on a native connector which is bundled for other distros.
the package chrome-gnome-shell as in here.
1 Like
I’ve pinged @mesiment on a github issue requesting this…
1 Like
EDIT: simple run sudo swupd bundle-add desktop-apps-extras
I had success with the following steps (from installation FreeBSD guide):
sudo swupd bundle-add python-basic c-basic
git clone https://gitlab.gnome.org/GNOME/chrome-gnome-shell.git && cd chrome-gnome-shell
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../
sudo make install
- reboot, probably
1 Like