Hi,
for the people using "atom-clickable plugin" with clickable 5.0.0 the command "Clickable: Build and run [desktop]" from Atom doesn't work because it uses the old '- - desktop' option replaced by 'desktop'.
To fix quickly this: open with an editor the file (enable 'show hidden files' to see 'atom' folder):
<your-home-folder>/.atom/packages/atom-build-clickable/lib/clickable.json
and remove the '- -' at line 114 after that should like this:
args: [ 'desktop' ],
Restart Atom to update the plugin.
I have just made a Pull request at the author of "atom-clickable plugin" to include that fix, and to include the new
'- - vivid' option (added with clickable 5.0.0)
Tnx