Pliavi / arch-tweaks-and-fixes

Some tweaks for distros, like resolve emoji problems and distro specific problems
MIT License
7 stars 0 forks source link

[GNOME] “No such native application org.gnome.chrome_gnome_shell” #12

Open Pliavi opened 1 year ago

Pliavi commented 1 year ago

For Debian: sudo apt install gnome-shell-extensions

For Arch(AUR): yay -S gnome-browser-connector

Or install this to search extension directly in the extensions app sudo apt install gnome-shell-extension-manager

source: https://itsfoss.com/gnome-shell-extensions/

JamesOsborn-SE commented 11 months ago

For Arch in the off chance you don't use yay or AUR it's now in the official repo (not AUR as of 2 months ago) so pacman will also work: sudo pacman -Syu gnome-browser-connector

Pliavi commented 10 months ago

Thank you @JamesOsborn-SE ! o/

tippfehlr commented 7 months ago

For Arch in the off chance you don't use yay or AUR it's now in the official repo (not AUR as of 2 months ago) so pacman will also work: sudo pacman -Sy gnome-browser-connector

The Arch Wiki recommends to always do

sudo pacman -Syu gnome-browser-connector

or just

sudo pacman -S gnome-browser-connector