Debian Jessie unable to install GNOME extension, the native host connector is not detected

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
4
down vote

favorite
2












I have a Debian Jessie 64bit 8.7 and
Google Chrome Stable 57.0.2987.110.



When I visited the GNOME Shell extensions site, I saw the following information:




Although GNOME Shell integration extension is running, native host connector
is not detected. Refer documentation for instructions about installing connector.




On Firefox ESR (Mozilla Firefox 45.6.0) , I got the following error:



ReferenceError: chrome is not defined


I can't install any GNOME extension because of it.
Should I install chrome-gnome-shell?
It is in stretch and sid repositiories, not in jessie.
Should I change browsers?










share|improve this question



























    up vote
    4
    down vote

    favorite
    2












    I have a Debian Jessie 64bit 8.7 and
    Google Chrome Stable 57.0.2987.110.



    When I visited the GNOME Shell extensions site, I saw the following information:




    Although GNOME Shell integration extension is running, native host connector
    is not detected. Refer documentation for instructions about installing connector.




    On Firefox ESR (Mozilla Firefox 45.6.0) , I got the following error:



    ReferenceError: chrome is not defined


    I can't install any GNOME extension because of it.
    Should I install chrome-gnome-shell?
    It is in stretch and sid repositiories, not in jessie.
    Should I change browsers?










    share|improve this question

























      up vote
      4
      down vote

      favorite
      2









      up vote
      4
      down vote

      favorite
      2






      2





      I have a Debian Jessie 64bit 8.7 and
      Google Chrome Stable 57.0.2987.110.



      When I visited the GNOME Shell extensions site, I saw the following information:




      Although GNOME Shell integration extension is running, native host connector
      is not detected. Refer documentation for instructions about installing connector.




      On Firefox ESR (Mozilla Firefox 45.6.0) , I got the following error:



      ReferenceError: chrome is not defined


      I can't install any GNOME extension because of it.
      Should I install chrome-gnome-shell?
      It is in stretch and sid repositiories, not in jessie.
      Should I change browsers?










      share|improve this question















      I have a Debian Jessie 64bit 8.7 and
      Google Chrome Stable 57.0.2987.110.



      When I visited the GNOME Shell extensions site, I saw the following information:




      Although GNOME Shell integration extension is running, native host connector
      is not detected. Refer documentation for instructions about installing connector.




      On Firefox ESR (Mozilla Firefox 45.6.0) , I got the following error:



      ReferenceError: chrome is not defined


      I can't install any GNOME extension because of it.
      Should I install chrome-gnome-shell?
      It is in stretch and sid repositiories, not in jessie.
      Should I change browsers?







      debian gnome3 firefox chrome gnome-shell






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 29 '17 at 18:31









      GAD3R

      24.4k1749103




      24.4k1749103










      asked Mar 26 '17 at 15:37









      domandinho

      12315




      12315




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          9
          down vote



          accepted










          Yes, you should install the GNOME Shell integration for Chrome. The Debian 9 package’s dependencies are satisfiable in Debian 8, so



          wget http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb
          sudo gdebi chrome-gnome-shell_8-4_all.deb


          should work (assuming you have gdebi installed).



          You’ll need to copy all the JSON files from /etc/chromium/native-messaging-hosts to /etc/opt/chrome/native-messaging-hosts to get the packaged extension to work with Chrome; see the troubleshooting section for details.






          share|improve this answer






















          • 3rd install this year, and I keep forgetting how to do this.
            – isaaclw
            Mar 21 at 16:02










          • why is this not documented in the homepage, it's so stupid
            – karakays
            Oct 18 at 19:14

















          up vote
          0
          down vote













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



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


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






          share|improve this answer





























            up vote
            0
            down vote













            This is to confirm that Stephen Kitt answer above worked with Firefox 60.x.



            For those not familiar with Debian Terminal command line. The package for Debian 8 Jessie can be download with your favorite browser at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb



            The downside of this temporary workaround is that you will not get automated updates. You need to manually update this "chrome-gnome-shell" package.



            For newcomers to Debian, details steps are at https://gitlab.gnome.org/Infrastructure/extensions-web/issues/74#temporary-workaround



            For other Debian versions, the packages are listed at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/






            share|improve this answer






















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "106"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f353962%2fdebian-jessie-unable-to-install-gnome-extension-the-native-host-connector-is-no%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              9
              down vote



              accepted










              Yes, you should install the GNOME Shell integration for Chrome. The Debian 9 package’s dependencies are satisfiable in Debian 8, so



              wget http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb
              sudo gdebi chrome-gnome-shell_8-4_all.deb


              should work (assuming you have gdebi installed).



              You’ll need to copy all the JSON files from /etc/chromium/native-messaging-hosts to /etc/opt/chrome/native-messaging-hosts to get the packaged extension to work with Chrome; see the troubleshooting section for details.






              share|improve this answer






















              • 3rd install this year, and I keep forgetting how to do this.
                – isaaclw
                Mar 21 at 16:02










              • why is this not documented in the homepage, it's so stupid
                – karakays
                Oct 18 at 19:14














              up vote
              9
              down vote



              accepted










              Yes, you should install the GNOME Shell integration for Chrome. The Debian 9 package’s dependencies are satisfiable in Debian 8, so



              wget http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb
              sudo gdebi chrome-gnome-shell_8-4_all.deb


              should work (assuming you have gdebi installed).



              You’ll need to copy all the JSON files from /etc/chromium/native-messaging-hosts to /etc/opt/chrome/native-messaging-hosts to get the packaged extension to work with Chrome; see the troubleshooting section for details.






              share|improve this answer






















              • 3rd install this year, and I keep forgetting how to do this.
                – isaaclw
                Mar 21 at 16:02










              • why is this not documented in the homepage, it's so stupid
                – karakays
                Oct 18 at 19:14












              up vote
              9
              down vote



              accepted







              up vote
              9
              down vote



              accepted






              Yes, you should install the GNOME Shell integration for Chrome. The Debian 9 package’s dependencies are satisfiable in Debian 8, so



              wget http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb
              sudo gdebi chrome-gnome-shell_8-4_all.deb


              should work (assuming you have gdebi installed).



              You’ll need to copy all the JSON files from /etc/chromium/native-messaging-hosts to /etc/opt/chrome/native-messaging-hosts to get the packaged extension to work with Chrome; see the troubleshooting section for details.






              share|improve this answer














              Yes, you should install the GNOME Shell integration for Chrome. The Debian 9 package’s dependencies are satisfiable in Debian 8, so



              wget http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb
              sudo gdebi chrome-gnome-shell_8-4_all.deb


              should work (assuming you have gdebi installed).



              You’ll need to copy all the JSON files from /etc/chromium/native-messaging-hosts to /etc/opt/chrome/native-messaging-hosts to get the packaged extension to work with Chrome; see the troubleshooting section for details.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Apr 7 '17 at 19:42









              Community

              1




              1










              answered Mar 29 '17 at 7:14









              Stephen Kitt

              157k23343418




              157k23343418











              • 3rd install this year, and I keep forgetting how to do this.
                – isaaclw
                Mar 21 at 16:02










              • why is this not documented in the homepage, it's so stupid
                – karakays
                Oct 18 at 19:14
















              • 3rd install this year, and I keep forgetting how to do this.
                – isaaclw
                Mar 21 at 16:02










              • why is this not documented in the homepage, it's so stupid
                – karakays
                Oct 18 at 19:14















              3rd install this year, and I keep forgetting how to do this.
              – isaaclw
              Mar 21 at 16:02




              3rd install this year, and I keep forgetting how to do this.
              – isaaclw
              Mar 21 at 16:02












              why is this not documented in the homepage, it's so stupid
              – karakays
              Oct 18 at 19:14




              why is this not documented in the homepage, it's so stupid
              – karakays
              Oct 18 at 19:14












              up vote
              0
              down vote













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



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


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






              share|improve this answer


























                up vote
                0
                down vote













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



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


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






                share|improve this answer
























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









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



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


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






                  share|improve this answer














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



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


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







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Nov 9 '17 at 14:15









                  slm

                  244k66505669




                  244k66505669










                  answered Nov 7 '17 at 13:04









                  Glats

                  1714




                  1714




















                      up vote
                      0
                      down vote













                      This is to confirm that Stephen Kitt answer above worked with Firefox 60.x.



                      For those not familiar with Debian Terminal command line. The package for Debian 8 Jessie can be download with your favorite browser at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb



                      The downside of this temporary workaround is that you will not get automated updates. You need to manually update this "chrome-gnome-shell" package.



                      For newcomers to Debian, details steps are at https://gitlab.gnome.org/Infrastructure/extensions-web/issues/74#temporary-workaround



                      For other Debian versions, the packages are listed at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/






                      share|improve this answer


























                        up vote
                        0
                        down vote













                        This is to confirm that Stephen Kitt answer above worked with Firefox 60.x.



                        For those not familiar with Debian Terminal command line. The package for Debian 8 Jessie can be download with your favorite browser at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb



                        The downside of this temporary workaround is that you will not get automated updates. You need to manually update this "chrome-gnome-shell" package.



                        For newcomers to Debian, details steps are at https://gitlab.gnome.org/Infrastructure/extensions-web/issues/74#temporary-workaround



                        For other Debian versions, the packages are listed at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/






                        share|improve this answer
























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          This is to confirm that Stephen Kitt answer above worked with Firefox 60.x.



                          For those not familiar with Debian Terminal command line. The package for Debian 8 Jessie can be download with your favorite browser at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb



                          The downside of this temporary workaround is that you will not get automated updates. You need to manually update this "chrome-gnome-shell" package.



                          For newcomers to Debian, details steps are at https://gitlab.gnome.org/Infrastructure/extensions-web/issues/74#temporary-workaround



                          For other Debian versions, the packages are listed at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/






                          share|improve this answer














                          This is to confirm that Stephen Kitt answer above worked with Firefox 60.x.



                          For those not familiar with Debian Terminal command line. The package for Debian 8 Jessie can be download with your favorite browser at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/chrome-gnome-shell_8-4_all.deb



                          The downside of this temporary workaround is that you will not get automated updates. You need to manually update this "chrome-gnome-shell" package.



                          For newcomers to Debian, details steps are at https://gitlab.gnome.org/Infrastructure/extensions-web/issues/74#temporary-workaround



                          For other Debian versions, the packages are listed at http://ftp.debian.org/debian/pool/main/c/chrome-gnome-shell/







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Nov 18 at 23:30

























                          answered Nov 18 at 23:08









                          Francewhoa

                          315




                          315



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f353962%2fdebian-jessie-unable-to-install-gnome-extension-the-native-host-connector-is-no%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown






                              Popular posts from this blog

                              How to check contact read email or not when send email to Individual?

                              Bahrain

                              Postfix configuration issue with fips on centos 7; mailgun relay