Desktop notifications show up as Pop-Up windows instead of integrating with Unity notify osd
Pop-Up windows with "Cancel"/"OK" pops up

Expect notification bubble ala;

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Same thing happening on Ubuntu 16.04LTS
@alfredbez Thanks a lot! The first solution fixed this annoying bug :)
Thanks!
export ELECTRON_USE_UBUNTU_NOTIFIER=1
... fixed it for me
This did not work for me on ubuntu 16
@cbajohr where did you put the export in your .bashrc / .zshrc file?
@krisleech right at the bottom of the file(s)
Guys, can you please try again with the version 2.2.0?
Confirmed it is fixed with the latest version, v2.2.0.
Most helpful comment
I had the same issue on Ubuntu 16.04.
This fixed it for me:
source
You can also do
export ELECTRON_USE_UBUNTU_NOTIFIER=1source