5

Based on these instructions, I have installed the Google Chrome / Chromium extension Chromify-OSD. But I can't see it working properly.

Look at this image to know what I mean.

enter image description here

How to make these notifications look like notify OSD?

jokerdino
  • 41,320

2 Answers2

2

This is really a bug. Anyway, here is a temporary fix.

For amd64:

sudo ln -s /usr/lib/x86_64-linux-gnu/libnotify.so.4 /usr/lib/x86_64-linux-gnu/libnotify.so.1

For i386:

sudo ln -s /usr/lib/i386-linux-gnu/libnotify.so.4 /usr/lib/i386-linux-gnu/libnotify.so.1
jokerdino
  • 41,320
jrg
  • 60,611
0

Well, the description of add-on in the web store says "This is a first release which does not support HTML5 notifications (but will in next release, view LaunchPad project page)". And I guess this is HTML5 notification which is currently unsupported. Hence its being displayed normally instead of native notifications

mac
  • 3,901