On Thu, Nov 1, 2018 at 9:15 PM SternData <subscribed-lists@sterndata.com> wrote:
It just coredumps.  Anyone solve this?

Yes!
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
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 -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
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/users@lists.fedoraproject.org