9

I use Nylas N1 email client which is built using Electron.

It used to present me with notify-osd notifications on Ubuntu 15.10.

However, since the upgrade notifications look as follows:

enter image description here

Jorge Castro
  • 70,934
  • 124
  • 466
  • 653
orschiro
  • 12,987
  • 16
  • 82
  • 157
  • 2
    same for me with slack notifications – mathieu Apr 25 '16 at 13:27
  • 1
    It's an Electron issue that is discussed in [Linux Notifications Not Showing Properly](https://github.com/electron/electron/issues/465#issuecomment-214392962). – orschiro Apr 25 '16 at 15:43
  • Thanks @JorgeCastro! This question is older than the other. Thus, isn't the other question a duplicate of this one? – orschiro May 06 '16 at 06:15
  • I happened to run into that one first, either way works, maybe perhaps even a question merge. Having them linked to each other right off the bat is a good start though. – Jorge Castro May 06 '16 at 11:44

1 Answers1

10

Run this command

sudo touch /usr/lib/libunity-electron_notification_fix

then reboot ubunutu

Source

Pavlo Pelekh
  • 116
  • 1
  • 3