Closed LortKrassbeter closed 4 years ago
Currently this repo does not support Snap installed Slack. Reason is that Snap directories are read-only. Please see: https://askubuntu.com/questions/919091/why-can-snap-files-not-be-modified-in-any-way https://askubuntu.com/questions/1046606/cannot-edit-system-file-snap-phpstorm-even-with-root-account-in-ubuntu-18-04
Is there anything preventing you from installing from .deb package?
If you so'd like, you could potentially use one of the directions given above to unmount the file system -> run math-with-slack.py -> remount.
I'd prefer not to bake that functionality into math-with-slack since that seems dangerous and could break things. However, if you found a good solution feel free give it a PR!
Currently this repo does not support Snap installed Slack. Reason is that Snap directories are read-only. Please see: https://askubuntu.com/questions/919091/why-can-snap-files-not-be-modified-in-any-way https://askubuntu.com/questions/1046606/cannot-edit-system-file-snap-phpstorm-even-with-root-account-in-ubuntu-18-04
Is there anything preventing you from installing from .deb package?
Thanks for pointing me to those questions! I fixed it by using the .deb install as you suggested.
No problem!
Hi, I have Slack installed via snap on Ubuntu 20.04.1 LTS 64-bit. When running the script I get the following error:
I don't know how the
app.asar.mwsbak
works nor how this is somehow mounted as a filesystem.. How to fix this permissions problem?