How to install chrome gnome shell?

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):

  1. sudo swupd bundle-add python-basic c-basic
  2. git clone https://gitlab.gnome.org/GNOME/chrome-gnome-shell.git && cd chrome-gnome-shell
  3. mkdir build && cd build
  4. cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../
  5. sudo make install
  6. reboot, probably
1 Like