Can't install GNOME extensions on Ubuntu 18.10 using Firefox












1















I wanted to install GSConnect to transfer a file from my phone to my laptop. So I installed



sudo apt install chrome-gnome-shell


Then I installed the Firefox addon from the GNOME extensions website. However, when I click on the switch to enable the extension it prompts me to install the extension but the extension does not install and when I refresh the page the slider is back to off.



I reset my configs with:



dconf reset -f /


Debugging the Firefox addon tells me this:



Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.


I also tried to install the extension manually but it didn't work either.



It's not just this gsconnect, I can't enable/disable other extensions either. I have the same issue in chrome.










share|improve this question

























  • Is this happening only with this specific extension? Or all extensions? What happens if you use the Software application instead (refer to this)?

    – pomsky
    Mar 18 at 20:33


















1















I wanted to install GSConnect to transfer a file from my phone to my laptop. So I installed



sudo apt install chrome-gnome-shell


Then I installed the Firefox addon from the GNOME extensions website. However, when I click on the switch to enable the extension it prompts me to install the extension but the extension does not install and when I refresh the page the slider is back to off.



I reset my configs with:



dconf reset -f /


Debugging the Firefox addon tells me this:



Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.


I also tried to install the extension manually but it didn't work either.



It's not just this gsconnect, I can't enable/disable other extensions either. I have the same issue in chrome.










share|improve this question

























  • Is this happening only with this specific extension? Or all extensions? What happens if you use the Software application instead (refer to this)?

    – pomsky
    Mar 18 at 20:33
















1












1








1








I wanted to install GSConnect to transfer a file from my phone to my laptop. So I installed



sudo apt install chrome-gnome-shell


Then I installed the Firefox addon from the GNOME extensions website. However, when I click on the switch to enable the extension it prompts me to install the extension but the extension does not install and when I refresh the page the slider is back to off.



I reset my configs with:



dconf reset -f /


Debugging the Firefox addon tells me this:



Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.


I also tried to install the extension manually but it didn't work either.



It's not just this gsconnect, I can't enable/disable other extensions either. I have the same issue in chrome.










share|improve this question
















I wanted to install GSConnect to transfer a file from my phone to my laptop. So I installed



sudo apt install chrome-gnome-shell


Then I installed the Firefox addon from the GNOME extensions website. However, when I click on the switch to enable the extension it prompts me to install the extension but the extension does not install and when I refresh the page the slider is back to off.



I reset my configs with:



dconf reset -f /


Debugging the Firefox addon tells me this:



Unchecked lastError value: Error: Could not establish connection. Receiving end does not exist.


I also tried to install the extension manually but it didn't work either.



It's not just this gsconnect, I can't enable/disable other extensions either. I have the same issue in chrome.







firefox gnome-shell 18.10 gnome-shell-extension






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 18 at 20:32









pomsky

33.1k11103135




33.1k11103135










asked Mar 18 at 19:41









brent_rbbrent_rb

61




61













  • Is this happening only with this specific extension? Or all extensions? What happens if you use the Software application instead (refer to this)?

    – pomsky
    Mar 18 at 20:33





















  • Is this happening only with this specific extension? Or all extensions? What happens if you use the Software application instead (refer to this)?

    – pomsky
    Mar 18 at 20:33



















Is this happening only with this specific extension? Or all extensions? What happens if you use the Software application instead (refer to this)?

– pomsky
Mar 18 at 20:33







Is this happening only with this specific extension? Or all extensions? What happens if you use the Software application instead (refer to this)?

– pomsky
Mar 18 at 20:33












1 Answer
1






active

oldest

votes


















0














TL;DR: After changing file ownership to my current user for ~/.local (recursively) it was fixed. You might also have to reset gnome-settings using dconf reset -f /org/gnome/



Thanks to the link provided by @pomsky I learned that you could install extensions from the software center on Ubuntu. When I tried to do this I got an error. It was something along the lines of "shell.extractExtensionError".



The first suggestion to this problem suggested me to reset gnome settings with dconf reset -f /org/gnome/. After rebooting the issue was still present.



After some digging I learned that you could get more information about what was going wrong by running the command sudo journalctl /usr/bin/gnome-shell



There were a lot of errors related to opening files, so I ran sudo chown -R $USER ~/.local and this fixed the problem.






share|improve this answer
























    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%2f1126729%2fcant-install-gnome-extensions-on-ubuntu-18-10-using-firefox%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    TL;DR: After changing file ownership to my current user for ~/.local (recursively) it was fixed. You might also have to reset gnome-settings using dconf reset -f /org/gnome/



    Thanks to the link provided by @pomsky I learned that you could install extensions from the software center on Ubuntu. When I tried to do this I got an error. It was something along the lines of "shell.extractExtensionError".



    The first suggestion to this problem suggested me to reset gnome settings with dconf reset -f /org/gnome/. After rebooting the issue was still present.



    After some digging I learned that you could get more information about what was going wrong by running the command sudo journalctl /usr/bin/gnome-shell



    There were a lot of errors related to opening files, so I ran sudo chown -R $USER ~/.local and this fixed the problem.






    share|improve this answer




























      0














      TL;DR: After changing file ownership to my current user for ~/.local (recursively) it was fixed. You might also have to reset gnome-settings using dconf reset -f /org/gnome/



      Thanks to the link provided by @pomsky I learned that you could install extensions from the software center on Ubuntu. When I tried to do this I got an error. It was something along the lines of "shell.extractExtensionError".



      The first suggestion to this problem suggested me to reset gnome settings with dconf reset -f /org/gnome/. After rebooting the issue was still present.



      After some digging I learned that you could get more information about what was going wrong by running the command sudo journalctl /usr/bin/gnome-shell



      There were a lot of errors related to opening files, so I ran sudo chown -R $USER ~/.local and this fixed the problem.






      share|improve this answer


























        0












        0








        0







        TL;DR: After changing file ownership to my current user for ~/.local (recursively) it was fixed. You might also have to reset gnome-settings using dconf reset -f /org/gnome/



        Thanks to the link provided by @pomsky I learned that you could install extensions from the software center on Ubuntu. When I tried to do this I got an error. It was something along the lines of "shell.extractExtensionError".



        The first suggestion to this problem suggested me to reset gnome settings with dconf reset -f /org/gnome/. After rebooting the issue was still present.



        After some digging I learned that you could get more information about what was going wrong by running the command sudo journalctl /usr/bin/gnome-shell



        There were a lot of errors related to opening files, so I ran sudo chown -R $USER ~/.local and this fixed the problem.






        share|improve this answer













        TL;DR: After changing file ownership to my current user for ~/.local (recursively) it was fixed. You might also have to reset gnome-settings using dconf reset -f /org/gnome/



        Thanks to the link provided by @pomsky I learned that you could install extensions from the software center on Ubuntu. When I tried to do this I got an error. It was something along the lines of "shell.extractExtensionError".



        The first suggestion to this problem suggested me to reset gnome settings with dconf reset -f /org/gnome/. After rebooting the issue was still present.



        After some digging I learned that you could get more information about what was going wrong by running the command sudo journalctl /usr/bin/gnome-shell



        There were a lot of errors related to opening files, so I ran sudo chown -R $USER ~/.local and this fixed the problem.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 19 at 1:27









        brent_rbbrent_rb

        61




        61






























            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%2f1126729%2fcant-install-gnome-extensions-on-ubuntu-18-10-using-firefox%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]