Corrupted Installation of Discord on Ubuntu 16.04












1















I have installed Discord on my Ubuntu 16.04 and I run it via terminal:




discord




And it's working fine, but on the top of the screen it says my installation is corrupted and I should fix it. There's also a "Help!" button which upon click, just opens a new empty web browser window.



Anyone know how I can fix my installation? I have tried reinstalling it and it's still the same.










share|improve this question



























    1















    I have installed Discord on my Ubuntu 16.04 and I run it via terminal:




    discord




    And it's working fine, but on the top of the screen it says my installation is corrupted and I should fix it. There's also a "Help!" button which upon click, just opens a new empty web browser window.



    Anyone know how I can fix my installation? I have tried reinstalling it and it's still the same.










    share|improve this question

























      1












      1








      1








      I have installed Discord on my Ubuntu 16.04 and I run it via terminal:




      discord




      And it's working fine, but on the top of the screen it says my installation is corrupted and I should fix it. There's also a "Help!" button which upon click, just opens a new empty web browser window.



      Anyone know how I can fix my installation? I have tried reinstalling it and it's still the same.










      share|improve this question














      I have installed Discord on my Ubuntu 16.04 and I run it via terminal:




      discord




      And it's working fine, but on the top of the screen it says my installation is corrupted and I should fix it. There's also a "Help!" button which upon click, just opens a new empty web browser window.



      Anyone know how I can fix my installation? I have tried reinstalling it and it's still the same.







      16.04 software-installation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 29 '17 at 19:16









      ZapZap

      287




      287






















          1 Answer
          1






          active

          oldest

          votes


















          0














          To fix this "issue" make sure that you have all dependencies installed, especially libatomic1.



          'libc6',
          'libasound2',
          'libatomic1',
          'libgconf-2-4',
          'libnotify4',
          'libnspr4',
          'libnss3',
          'libstdc++6',
          'libxss1',
          'libxtst6',
          'libappindicator1',
          'libc++1',


          Try on installing the libatomic library, worked for me:



          sudo dnf install libatomic


          https://www.reddit.com/r/discordapp/comments/7euehr/need_some_help_with_my_installation_on_linux/






          share|improve this answer
























          • Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

            – Zap
            Jan 24 at 13:51








          • 1





            Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

            – user915844
            Jan 24 at 18:29













          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%2f981573%2fcorrupted-installation-of-discord-on-ubuntu-16-04%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














          To fix this "issue" make sure that you have all dependencies installed, especially libatomic1.



          'libc6',
          'libasound2',
          'libatomic1',
          'libgconf-2-4',
          'libnotify4',
          'libnspr4',
          'libnss3',
          'libstdc++6',
          'libxss1',
          'libxtst6',
          'libappindicator1',
          'libc++1',


          Try on installing the libatomic library, worked for me:



          sudo dnf install libatomic


          https://www.reddit.com/r/discordapp/comments/7euehr/need_some_help_with_my_installation_on_linux/






          share|improve this answer
























          • Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

            – Zap
            Jan 24 at 13:51








          • 1





            Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

            – user915844
            Jan 24 at 18:29


















          0














          To fix this "issue" make sure that you have all dependencies installed, especially libatomic1.



          'libc6',
          'libasound2',
          'libatomic1',
          'libgconf-2-4',
          'libnotify4',
          'libnspr4',
          'libnss3',
          'libstdc++6',
          'libxss1',
          'libxtst6',
          'libappindicator1',
          'libc++1',


          Try on installing the libatomic library, worked for me:



          sudo dnf install libatomic


          https://www.reddit.com/r/discordapp/comments/7euehr/need_some_help_with_my_installation_on_linux/






          share|improve this answer
























          • Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

            – Zap
            Jan 24 at 13:51








          • 1





            Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

            – user915844
            Jan 24 at 18:29
















          0












          0








          0







          To fix this "issue" make sure that you have all dependencies installed, especially libatomic1.



          'libc6',
          'libasound2',
          'libatomic1',
          'libgconf-2-4',
          'libnotify4',
          'libnspr4',
          'libnss3',
          'libstdc++6',
          'libxss1',
          'libxtst6',
          'libappindicator1',
          'libc++1',


          Try on installing the libatomic library, worked for me:



          sudo dnf install libatomic


          https://www.reddit.com/r/discordapp/comments/7euehr/need_some_help_with_my_installation_on_linux/






          share|improve this answer













          To fix this "issue" make sure that you have all dependencies installed, especially libatomic1.



          'libc6',
          'libasound2',
          'libatomic1',
          'libgconf-2-4',
          'libnotify4',
          'libnspr4',
          'libnss3',
          'libstdc++6',
          'libxss1',
          'libxtst6',
          'libappindicator1',
          'libc++1',


          Try on installing the libatomic library, worked for me:



          sudo dnf install libatomic


          https://www.reddit.com/r/discordapp/comments/7euehr/need_some_help_with_my_installation_on_linux/







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 20 at 7:57









          user915844user915844

          1




          1













          • Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

            – Zap
            Jan 24 at 13:51








          • 1





            Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

            – user915844
            Jan 24 at 18:29





















          • Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

            – Zap
            Jan 24 at 13:51








          • 1





            Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

            – user915844
            Jan 24 at 18:29



















          Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

          – Zap
          Jan 24 at 13:51







          Thanks! ` sudo apt-get update` ` sudo apt-get install libatomic-ops-dev` Is this how you install that library?

          – Zap
          Jan 24 at 13:51






          1




          1





          Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

          – user915844
          Jan 24 at 18:29







          Well personally, I did as mentioned in my answer sudo dnf install libatomic but I'm using Fedora so I suppose sudo apt-get install libatomic should do the job for Ubuntu.

          – user915844
          Jan 24 at 18:29




















          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%2f981573%2fcorrupted-installation-of-discord-on-ubuntu-16-04%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?