How to get more information about “Error loading extension”?












9















How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?



enter image description here










share|improve this question

























  • The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.

    – pomsky
    Jan 9 at 17:34
















9















How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?



enter image description here










share|improve this question

























  • The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.

    – pomsky
    Jan 9 at 17:34














9












9








9


2






How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?



enter image description here










share|improve this question
















How do I get more information why a specific extension is not working and showing me "Error loading extension" when trying to enable it?



enter image description here







gnome-shell gnome-shell-extension






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 13 '18 at 20:34









pomsky

29.2k1190116




29.2k1190116










asked Feb 15 '18 at 15:06









orschiroorschiro

5,02264398




5,02264398













  • The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.

    – pomsky
    Jan 9 at 17:34



















  • The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.

    – pomsky
    Jan 9 at 17:34

















The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.

– pomsky
Jan 9 at 17:34





The new answer by @Cibes is a better alternative imo, you might want to consider accepting that instead.

– pomsky
Jan 9 at 17:34










2 Answers
2






active

oldest

votes


















9














Run



sudo journalctl /usr/bin/gnome-shell


and look for errors associated with the extension while trying to enable it.



Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.

To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.






share|improve this answer































    3














    You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:




    1. press Alt+F2, type lg, then Return.

    2. go to the "Extensions" section

    3. search the relevant extension and click on "Show Errors" for it






    share|improve this answer










    New contributor




    Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      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',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      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%2faskubuntu.com%2fquestions%2f1006499%2fhow-to-get-more-information-about-error-loading-extension%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      9














      Run



      sudo journalctl /usr/bin/gnome-shell


      and look for errors associated with the extension while trying to enable it.



      Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.

      To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.






      share|improve this answer




























        9














        Run



        sudo journalctl /usr/bin/gnome-shell


        and look for errors associated with the extension while trying to enable it.



        Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.

        To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.






        share|improve this answer


























          9












          9








          9







          Run



          sudo journalctl /usr/bin/gnome-shell


          and look for errors associated with the extension while trying to enable it.



          Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.

          To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.






          share|improve this answer













          Run



          sudo journalctl /usr/bin/gnome-shell


          and look for errors associated with the extension while trying to enable it.



          Also sometimes an extension works alright if you just manually add your GNOME shell version (which is not officially supported by the extension) to the extension's metadata.json file.

          To do that (if you have installed the extension not as the root) go to ~/.local/share/gnome-shell/extensions/ and look for the directory associated with the extension. Open it and you should find a metadata.json file inside. Open the file, add your GNOME shell version under the "shell-version": section and save the file. Relogin and if you're lucky the extension may start working.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 15 '18 at 15:35









          pomskypomsky

          29.2k1190116




          29.2k1190116

























              3














              You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:




              1. press Alt+F2, type lg, then Return.

              2. go to the "Extensions" section

              3. search the relevant extension and click on "Show Errors" for it






              share|improve this answer










              New contributor




              Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                3














                You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:




                1. press Alt+F2, type lg, then Return.

                2. go to the "Extensions" section

                3. search the relevant extension and click on "Show Errors" for it






                share|improve this answer










                New contributor




                Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  3












                  3








                  3







                  You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:




                  1. press Alt+F2, type lg, then Return.

                  2. go to the "Extensions" section

                  3. search the relevant extension and click on "Show Errors" for it






                  share|improve this answer










                  New contributor




                  Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  You can see details of GNOME extensions, including errors, using GNOME's Looking Glass tool:




                  1. press Alt+F2, type lg, then Return.

                  2. go to the "Extensions" section

                  3. search the relevant extension and click on "Show Errors" for it







                  share|improve this answer










                  New contributor




                  Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer








                  edited Jan 9 at 12:02









                  pomsky

                  29.2k1190116




                  29.2k1190116






                  New contributor




                  Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Jan 9 at 11:43









                  CibesCibes

                  1313




                  1313




                  New contributor




                  Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Cibes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006499%2fhow-to-get-more-information-about-error-loading-extension%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

                      Category:香港粉麵

                      List *all* the tuples!

                      Channel [V]