Slack for Linux – Help Hack on This
github.com
Slack for Linux – Help Hack on This
1–10 of 19 posts
Re: Slack for Linux – Help Hack on This
#2Given the premium price of Slack compared to alternatives I'd have expected that they were the one developing a Linux client
Re: Slack for Linux – Help Hack on This
#3Re: Slack for Linux – Help Hack on This
#4What are the odds that this will ever work properly? That it won't break every few months?
So that should continue to work decently. It's the building and packaging of the thing that will break.
Re: Slack for Linux – Help Hack on This
#5Re: Slack for Linux – Help Hack on This
#6Re: Slack for Linux – Help Hack on This
#7Re: Slack for Linux – Help Hack on This
#8Nice, I'll check it out! Given the premium price of Slack compared to alternatives I'd have expected that they were the one developing a Linux client
Re: Slack for Linux – Help Hack on This
#9Nice, I'll check it out! Given the premium price of Slack compared to alternatives I'd have expected that they were the one developing a Linux client
Re: Slack for Linux – Help Hack on This
#10I recently wrapped Cryptocat with node-webkit (still awaiting PR approval https://github.com/cryptocat/cryptocat/pull/694), hence allow me to give you some lib recommendations:
- Use node-webkit-builder (https://github.com/mllrsohn/grunt-node-webkit-builder) for your build-process (your Gruntfile.js looks very bloated currently).
- Use node-notifier (https://github.com/mikaelbr/node-notifier) for desktop notifications (looks like the best solution so far).
Anyways, best luck to you.