Corrupted Installation of Discord on Ubuntu 16.04
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
add a comment |
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
add a comment |
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
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
16.04 software-installation
asked Nov 29 '17 at 19:16
ZapZap
287
287
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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/
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 answersudo dnf install libatomic
but I'm using Fedora so I supposesudo apt-get install libatomic
should do the job for Ubuntu.
– user915844
Jan 24 at 18:29
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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/
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 answersudo dnf install libatomic
but I'm using Fedora so I supposesudo apt-get install libatomic
should do the job for Ubuntu.
– user915844
Jan 24 at 18:29
add a comment |
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/
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 answersudo dnf install libatomic
but I'm using Fedora so I supposesudo apt-get install libatomic
should do the job for Ubuntu.
– user915844
Jan 24 at 18:29
add a comment |
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/
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/
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 answersudo dnf install libatomic
but I'm using Fedora so I supposesudo apt-get install libatomic
should do the job for Ubuntu.
– user915844
Jan 24 at 18:29
add a comment |
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 answersudo dnf install libatomic
but I'm using Fedora so I supposesudo 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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