On Thu, Nov 1, 2018 at 9:15 PM SternData <[email protected]> wrote:
> It just coredumps. Anyone solve this? > Yes! I found these discussions very helpful: - https://stackoverflow.com/questions/53084955/why-does-slack-return-a-segmentation-fault-after-fedora-29-upgrade - https://github.com/electron/electron/issues/13972 Try the following steps, where you are going to replace the original "libnode.so" library shipped with Slack with another working version: 1. Download Electron v2.0.13 $ wget https://github.com/electron/electron/releases/download/v2.0.13/electron-v2.0.13-linux-x64.zip 2. Extract in a temp dir: $ mkdir electron $ cd electron $ unzip ../electron-v2.0.13-linux-x64.zip 3. Replace the Slack's libnode.so with the Electron's one: $ sudo cp -v /usr/lib/slack/libnode.so /usr/lib/slack/libnode.so.orig $ sudo cp -v libnode.so /usr/lib/slack/libnode.so 4. Run Slack. I hope this helps. Marco -- > -- Steve > _______________________________________________ > users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] >
_______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
