Hacker News new | ask | show | jobs
by sjun 3901 days ago
This decision makes sense. I'm assuming that they're going with the platform native notification APIs now.

With the release of Windows 10, all three platforms (Windows, Mac, and Linux) now have a native notification center that supports persistent notifications that were missed or haven't been dismissed.

The Chrome's notification center was always out of place for Linux and Mac users since there was already a fully featured native notification center that wasn't being used.

1 comments

I mean, Linux doesn't have a common native notification center. You have to install libnotify and have a notification server to use it. Granted, most distros will do it for you, but it's not really the same as OSX/Windows.
By the same token it doesn't even have a window system, I don't think it is a good argument. Chrome/chromium should simply depend on libnotify, just like it depends on gtk2.