72

Just upgraded to Ubuntu 14.04, which seems to also make a full reinstall of Chromium (as all my plugins were removed).

Now, trying to access https://extensions.gnome.org/ to enable Gnome Shell extensions, but the message:

We cannot detect a running copy of GNOME on this system, so some parts of the interface may be disabled. See our troubleshooting entry for more information.

keeps appearing. There is nothing in my chrome://plugins page, but the site still seems to be whitelisted in my "click to play" settings. Has anyone found out how to force Chrome to get this plugin?

2
  • 1
    Doesn't answer your question, but I just had this problem. An easy workaround for me was to use Firefox instead. Commented Apr 23, 2014 at 5:35
  • Yeah Firefox works for me as well, I just want to know why it doesn't in Chrome anymore. Commented Apr 23, 2014 at 13:57

5 Answers 5

70

Chrome and Chromium dropped support for the NPAPI plugins (Netscape Plugin Application Programming Interface) in favor of PPAPI (Pepper Plugin Application Programming Interface) so all plugins that use NPAPI (like GNOME Extension plugin) are just not supported.

The only alternative is using another browser that allows them (like Firefox) or asking the developers to move to PPAPI (unlikely).

NOTE: This is the blog post from the Chromium blog mentioning this, titled: Saying Goodbye to Our Old Friend NPAPI.

5
  • 5
    I just stumbled into this today, I'm an avid chrome user, this is total BS. Any info on why the drop? Commented Jun 4, 2014 at 22:14
  • 1
    More info on this: reddit.com/r/gnome/comments/1wvv60/… Commented Jun 4, 2014 at 22:26
  • As a work around there's this scripting solutiont to re-enable your extensions after a crash/update: askubuntu.com/questions/359958/… Commented Jun 4, 2014 at 22:28
  • @slm there has been angry users in all bug trackers, but this is the main one Commented Jun 4, 2014 at 22:44
  • Unconfirmed (as of now) bug report for chromium Commented Dec 23, 2014 at 14:52
11

You want to install the "chrome-gnome-shell" (and probably also the "GNOME Shell Integration" Chrome Extension)

You can find instructions to install chrome-gnome-shell for your distro here on the GNOME wiki.


Essentially, install for your distro:

And then add the Chrome Extension.

3
  • This solved it for me. Commented Apr 10, 2018 at 9:41
  • Debian testing July 2018 - nope, doesn't work. It doesn't think the chrome-gnome-shell is installed. Commented Jul 9, 2018 at 9:13
  • Yes. For Ubuntu 18.04, I had to do both sudo apt install chrome-gnome-shell and click on the Add to Chrome button in GNOME Shell integration to fix this issue. Commented Apr 12, 2019 at 6:12
0

I was getting this error because the plugin package was not installed. Installing it with Yum immediately fixed the problem, although you have to use Firefox because Chrome doesn't support the protocol they are using.

sudo yum install gnome-shell-browser-plugin
0

Install chrome-gnome-shell depending on your distro and for the first time execute:

/usr/bin/python3 /usr/bin/chrome-gnome-shell --gapplication-service

After this the addon from chrome will detect the native plugin.

-3

Try going to chrome://flags/ and enabling Npapi

1
  • 5
    This is impossible to do. It's been completely ripped out of the code base on Linux. Commented Apr 27, 2015 at 20:05

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.