On Thu, Nov 1, 2018 at 9:15 PM SternData <subscribed-lists@xxxxxxxxxxxxx> wrote:
It just coredumps. Anyone solve this?
Yes!
I found these discussions very helpful:
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
$ sudo cp -v libnode.so /usr/lib/slack/libnode.so
4. Run Slack.
I hope this helps.
Marco
--
-- Steve
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx