Running Windows 10 with WSL2 on Ubuntu 20.04.5 LTS
Expected behavior: Should be able to work in Ubuntu on WSL. I tested by copying the binary notifu64.exe to /usr/local/bin/notifu, I can use notifu from Ubunutu terminal.
This makes the windows exe file just work. So, what am I missing? I tried running this but no notification was fired. I thought it was supposed to auto-fire if process took > 5 seconds.
ruby -e 'sleep 6; puts "hello"'
Ruby executes as expected, but no notification is generated.
Running Windows 10 with WSL2 on Ubuntu 20.04.5 LTS
Expected behavior: Should be able to work in Ubuntu on WSL. I tested by copying the binary notifu64.exe to
/usr/local/bin/notifu
, I can use notifu from Ubunutu terminal.This makes the windows exe file just work. So, what am I missing? I tried running this but no notification was fired. I thought it was supposed to auto-fire if process took > 5 seconds.
Ruby executes as expected, but no notification is generated.
However this works fine.
See screenshot