BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
htmlandpixel
Root
/
usr
/
share
/
doc
/
chrome-gnome-shell
📤 Upload
📝 New File
📁 New Folder
Close
Editing: README.md
# GNOME Shell browser connector ## Introduction This repository contains OS-native connector counterpart for [GNOME Shell browser extension](https://gitlab.gnome.org/GNOME/chrome-gnome-shell). ## Build and install First you need to install build requirements: - meson - python3 - pygobject Then invoke meson to build and install connector: ```shell meson --prefix=/usr builddir cd builddir meson install ```
Save
Cancel