Can't uninstall "GNOME Shell integration" extension after uninstalling GNOME

17,025

Solution 1

Figured it out.

From https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting:

sudo rm /etc/opt/chrome/policies/managed/chrome-gnome-shell.json
sudo rm /etc/chromium/policies/managed/chrome-gnome-shell.json

I also had to these steps:

  1. Go to chrome://version/ and copy the profile path
  2. Navigate to the profile path and navigate to the Extensions folder
  3. Remove the folder named "gphhapmejobijbbhgpjhcjognlahblep"
  4. Restart Chrome

Solution 2

sudo apt-get purge chrome-gnome-shell

Should get rid of it on Ubuntu without restarting

Share:
17,025

Related videos on Youtube

Duncan
Author by

Duncan

hey

Updated on September 18, 2022

Comments

  • Duncan
    Duncan almost 2 years

    I installed GNOME into my Ubuntu 16.04 installation for a short amount of time. After uninstalling it (with sudo apt remove gnome-shell ubuntu-gnome-desktop), I still have the "GNOME Shell integration" extension installed into Google Chrome. Unfortunately, I can't remove the extension, because it was installed "administratively":

    enter image description here

    How may I get rid of this tumor?

  • badp
    badp over 7 years
    Restarting Chrome is not sufficient. It appears that Chrome will cache this information internally for some amount of time. Until this period of time elapses, the extension will remain installed. When Chrome finally does realize, it will however automatically uninstall the extension.
  • Duncan
    Duncan over 7 years
    @badp Edited the answer to also delete the extension folder
  • Blkc
    Blkc about 7 years
    For me step 3 and step 4 is not required after applying sudo apt remove chrome-gnome-shell
  • Fran Marzoa
    Fran Marzoa about 7 years
    This should be the accepted answer. You don't even need to restart Chrome for it to work.
  • briankip
    briankip almost 7 years
    Does not work for me.
  • briankip
    briankip almost 7 years
    Is this not scammy, bloatware behaviour, or is there a valid reason for it auto-installing itself.
  • Franziskus Karsunke
    Franziskus Karsunke almost 7 years
    Worked for me without restart.
  • David C.
    David C. almost 7 years
    @briankip: SInce it's just a package that you can remove like any other, I don't see it as any more bloatware than any other pre-installed package that you may not want to have installed.
  • David C.
    David C. almost 7 years
    I found it necessary to purge the package as well: "sudo apt-get purge chrome-gnome-shell" and then it went away from Chromium on its own
  • bmacnaughton
    bmacnaughton almost 7 years
    If it just allowed itself to be removed without having to go through extra steps I would agree that it's not spam or bloatware. It might even be useful, but made no attempt to explain why anyone should want to use it.
  • Admin
    Admin almost 7 years
    Yes it is necessary to use "purge"
  • Qi Fan
    Qi Fan almost 7 years
    sudo rm the two files works immediately for OpenSuse 42.3. Extra steps not needed.
  • Indacochea Wachín
    Indacochea Wachín over 6 years
    Working fine in Ubuntu Studio 17.04
  • thebunnyrules
    thebunnyrules over 6 years
    Adding an extension that you need to do all of this to uninstall is more of the same of what I've come to expect of gnome whose attitude is that they know better than the user and fuck user agency. Don't beleive me? Look at gnome shell, look at all the preferences and features they've gutted since the initial release. If they keep this up, I think by the time we get gnome-shell 3.48, it's going to look like gnome 2 again.
  • Max
    Max over 6 years
    This works on ubuntu 17
  • ZeeCoder
    ZeeCoder over 6 years
    FINALLY. Simply running remove didn't work, only purge. 🙄