srevinsaju / discord-appimage

Continuous Integration to create Discord AppImages directly from source
MIT License
61 stars 9 forks source link

When trying to launch on debian 10 #1

Closed mundusnine closed 4 years ago

mundusnine commented 4 years ago

I get this error in the console: image

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.74. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

srevinsaju commented 4 years ago

@mundusnine this is a long, unfixed bug in electron itself. One solution is to

./Discord*.AppImage --appimage-extract
cd squashfs-root
sudo chmod 4755 chrome-sandbox
./AppRun

Let me know if it works

mundusnine commented 4 years ago

Ok so when starting the appimage with --no-sandbox it works; I tried with your method but no cigar.

Thanks !