-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WSL2: had to manually chmod +x on snoreToast/snoretoast-x*.exe #353
Comments
FWIW, this happened with 6.0.0 and 8.0.0 |
mikaelbr
added a commit
that referenced
this issue
Nov 25, 2020
Thanks. Added note in readme! |
Just had this problem and had to
A super hackish it's-almost-christmas-and-hey-it-works is to make a postinstall in your
(Quiet note, this will crash on all systems that aren't UNIX) Cheers! |
4 tasks
This was referenced Mar 11, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just fyi, this tripped me up for a while, and in case anyone on google stumbles on this, if you try running, say:
DEBUG=notifier npm run mix
or whatever (in my case i'm looking for laravel-mix / webpack-notifier messages)and you SEE notifier path and notifier options are called, but you never SEE the notifications,
and you checked Notification Settings, and they're enabled for SnoreToast,
you may need to manually add +x permissions to those exe files within WSL2 for them to actually execute.
maybe a note that could be added to the ReadMe wrt WSL, and/or something that could happen auto-magically via a build step? /shrug
thanks for a great tool!
The text was updated successfully, but these errors were encountered: