Ubuntu 18.10 Slack not working

I've updated to Ubuntu 18.10 yesterday. Now I can't find a version of Slack which isn't crashing. Tried the version from snap and also the download from the site. Has someone found a working version?


Solution 1:

Looks as if there's problem in the underlying electron app: Every electron based app is affected atm.

So i suggest to wait for an updated slack app and use the web interface in the meanwhile.

Solution 2:

Looks like same issue on question I've answered early.

Slack v3.3.1 stopped working after update Ubuntu from 18.04 to 18.10 yesterday. Tried update to v3.3.3 with no luck. Both Official Slack deb versions.

Tried run Slack from terminal and it just prints Segmentation fault (core dumped). Based on this, Slack came back to work:

sudo mv /usr/lib/slack/libnode.so /usr/lib/slack/libnode.so.bad
sudo ln -s /usr/share/atom/libnode.so /usr/lib/slack/libnode.so

Solution 3:

I had the same problem. I tried some repositories and the .deb package () without success. So, I uninstalled the application, restart (I suppose is not necessary) and installed slack by snap:

sudo snap install slack --classic

And... the snap installation runs correctly